.popup-icon-wrapper {
    margin: 0 -15px -15px -15px;
    background: #ffffff;
}

.popup-icon-wrapper .popup-content {
    padding: 10px;
}

.popup-icon-wrapper .popup-content .popup-search-icon {
    margin-bottom: 5px;
}

.popup-icon-wrapper .popup-content .list-icon {
    height: 436px;
    overflow-x: hidden;
    overflow-y: scroll;
    position: relative;
}
.list-icon > ul {
    margin: 0;
    display: inline-block;
}

.popup-icon-wrapper .popup-content .list-icon li {
    float: left;
    margin-bottom: 0;
}

.list-icon ul li a {
    background: none repeat scroll 0 0 #f0f0f0;
    display: block;
    font-size: 30px;
    height: 40px;
    line-height: 40px;
    margin: 3px;
    padding: 5px;
    text-align: center;
    width: 40px;
    color: #000;
}

.list-icon ul li a i.icon {
    width: auto;
    height: auto;
    line-height: inherit;
    vertical-align: text-top;
    margin-left: 0;
}

.list-icon ul li a:hover, .list-icon ul li a:focus, .list-icon ul li a.active {
    color: #fff;
    background: #2EA2CC;
    font-size: 30px;
}

.popup-icon-wrapper #iconPreview {
    height: 20px;
    line-height: 20px;
    margin: 5px;
    padding: 5px;
    text-align: center;
    width: 20px;
    color: #fff;
    background: #2EA2CC;
    font-size: 14px;
    display: inline-block;
}
.popup-icon-wrapper #iconPreview i.icon {
    width: inherit;
    height: inherit;
    line-height: inherit;
    margin: 0;
}

.popup-icon-wrapper .preview {
    float: right;
}

.popup-icon-wrapper .preview span {
    color: #2ea2cc;
    font-size: 14px;
    font-weight: 600;
}
.popup-icon-wrapper .popup-bottom {
    background: none repeat scroll 0 0 #f0f0f0;
    padding: 5px 10px;
}
.icon-preview {
    display: inline-block;
    width: 40px;
    height: 35px;
    text-align: center;
}

.icon-preview > i {
    font-size: 28px;
    vertical-align: middle;
}

.select2-container {
    font-size: 13px;
    line-height: 20px;
}
.select2-container .select2-search--inline {
    width: auto;
    padding: 0;
}
.select2-container .select2-search--inline input{
    padding: 0 !important;
    height: 20px !important;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice {
    margin-bottom: 0;
}
.select2-dropdown{
    z-index: 100000;
}
.wpb-number-input {
    max-width: 100px;
    margin-right: 10px !important;
    height: auto !important;
}
.vc_element-icon.fa {
    background-image: none;
    font-size: 30px;
}
.wpb_el_type_select2 .select2-container .select2-selection--single {
    height: 39px;
}

.wpb_el_type_select2 .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 39px;
}

.wpb_el_type_select2 .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 37px;
}
.wpb_g5plus_slider_container .wpb_content_element,.wpb_g5plus_our_team_ctn .wpb_content_element,.wpb_g5plus_pricing_table_ctn .wpb_content_element,.wpb_g5plus_process_ctn .wpb_content_element,.wpb_g5plus_cover_box_ctn .wpb_content_element
{
    min-width: 250px;
    display: inline-block;
}
.vc_colored-dropdown .bar_grey {
    background-color: #e0e0e0!important;
    color: #fff!important;
}
.vc_colored-dropdown .bar_blue {
    background-color: #0074CC!important;
    color: #fff!important;
}
.vc_colored-dropdown .bar_green {
    background-color: #5bb75b!important;
    color: #fff!important;
}
.vc_colored-dropdown .bar_orange {
    background-color: #faa732!important;
    color: #fff!important;
}
.vc_colored-dropdown .bar_red {
    background-color: #da4f49!important;
    color: #fff!important;
}
.vc_colored-dropdown .bar_black {
    background-color: #414141!important;
    color: #fff!important;
}

.widget-image-field {
    display: flex;

}

.widget-image-field input {
    flex-grow: 1;
}

.widget-image-field button {
    flex-shrink: 0;
    margin-left: 10px !important;
}