/*
 * Make select2 match WordPress style
 * CSS taken from GamiPress (gamipress.com)
 */
.cmb-type-font .select2-hidden-accessible {
    display: none !important;
}

.cmb-font-select2 {
    width: 15em !important;
}

.cmb-font-select2 .select2-selection,
.cmb-font-select2 .select2-search--dropdown .select2-search__field,
.cmb-font-select2.select2-container--focus .select2-selection--multiple {
    border: 1px solid #ddd !important;
    border-radius: 0 !important;
    -webkit-box-shadow: inset 0 1px 2px rgba( 0, 0, 0, 0.07 ) !important;
    box-shadow: inset 0 1px 2px rgba( 0, 0, 0, 0.07 ) !important;
    color: #32373c !important;
    min-height: 31px !important;
}

.cmb-font-select2 .select2-selection--single .select2-selection__rendered {
    line-height: 30px;
}

.cmb-font-select2 .select2-dropdown {
    border-color: #ddd !important;
    border-radius: 0 !important;
}

.cmb-font-select2 .select2-selection--single .select2-selection__clear {
    font-size: 18px;
    line-height: 26px;
}

.cmb-font-select2 .select2-search--inline .select2-search__field {
    margin-top: 3px;
}

.cmb-font-select2  .select2-selection--multiple .select2-selection__choice {
    background-color: #f5f5f5 !important;
    border-color: #ddd !important;
    font-style: normal !important;
}

.cmb-font-select2 .select2-results__group {
    background-color: #fafafa;
    border-top: 1px solid #e9e9e9;
    border-bottom: 1px solid #e9e9e9;
}