/* Select2 Custom Styles - moved from footer.php inline */
.select2-container {
    display: block;
    width: calc(100%) !important;
}

body > .select2-container {
    max-width: calc(100% - 60px) !important;
    width: auto;
}

.select2-container--default .select2-selection--single,
.select2-container--default .select2-selection--multiple {
    appearance: none;
    padding: 23px 12px;
    border: 1px solid #E0E0E0;
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.05);
    border-radius: 16px;
    font-size: 14px;
    line-height: 16px;
    width: 100%;
    display: block;
    outline: none;
    font-family: 'Montserrat';
    height: auto;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    font-size: 14px;
    line-height: 16px;
    font-family: 'Montserrat';
}

.select2-container {
    z-index: 1051;
}

.select2-container--open .select2-dropdown--below {
    border-color: #E0E0E0;
}

.select2-results__option {
    padding: 6px 10px;
    font-size: 14px;
    line-height: 16px;
    font-family: 'Montserrat';
}

.select2-container--default .select2-search--inline .select2-search__field {
    margin: 0;
    font-size: 14px;
    line-height: 16px;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
    border-color: rgb(235, 115, 83) !important;
    box-shadow: rgb(235 115 83) 0 0 1px 1px !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    font-size: 14px;
    line-height: 16px;
    font-family: 'Montserrat';
    margin-left: 2px;
    margin-top: 2px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__display {
    display: block;
    padding-top: 1px;
    padding-bottom: 1px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    padding-top: 1px;
    padding-bottom: 1px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    width: 34px;
    height: 100%;
}

.select2-container--default .select2-selection--multiple:after {
    display: block;
    content: '';
    position: absolute;
    border-color: #888 transparent transparent transparent;
    border-style: solid;
    border-width: 5px 4px 0 4px;
    height: 0;
    right: 13px;
    margin-top: -2px;
    top: 50%;
    width: 0;
}

.get-info__form .wpcf7-form-control-wrap {
    display: block;
}

.get-info__form .field label {
    position: relative;
    display: inline-block;
    margin-bottom: 8px;
    font-size: 12px;
    line-height: 15px;
    color: #828282;
}

.get-info__form .field {
    position: relative;
}

.get-info__form .field .wpcf7-spinner {
    position: absolute;
    right: 0;
    top: 0;
}

.get-info__form .col-md-4 {
    align-self: flex-end;
    position: relative;
}

.get-info__form .select2-container--default .select2-selection--single,
.get-info__form .select2-container--default .select2-selection--multiple {
    border-color: #FFF;
    box-shadow: 0 0 0 rgba(0, 0, 0, 0);
}
