
.gallery_image_wrap ul li {
    float: left;
    margin-right: 1%;
    width: 32.333%;
    box-shadow: 0 0 3px 0 #505050;
    overflow: hidden;
    position: relative;
    margin-bottom: 1%;
}
.gallery_image_wrap ul li button {
    background-color: #ffffff;
    border-radius: 3px;
    border-width: 0;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.3);
    color: #464646;
    cursor: pointer;
    display: none;
    font-family: "dashicons";
    font-size: 24px;
    height: 24px !important;
    line-height: 20px;
    padding: 0;
    position: absolute;
    right: 5px;
    text-align: center;
    top: 5px;
    width: 24px;
}
.gallery_image_wrap ul li:hover button {
    display: block;
}

.wtl-option-label {
    display: inline-block;
    vertical-align: top;
    float: left;
    width: 25%;
}
.wtl-option-input {
    display: inline-block;
    vertical-align: middle;
    max-width: 100%;
    padding-left: 1%;
    width: 74%;
}
.wtl-option-wrap {
    border-top: 1px solid #dddddd;
    padding: 25px 0;
}
.wtl-option-label label {
    font-size: 13px;
    font-weight: bold;
    line-height: 20px;
}

.wtl_option_wrap #wtl_gallery_removeall {
    background-color: #df5e6a;
    border-color: #d63344;
    color: #ffffff;
}
.gallery_image_wrap ul li > img {
    display: flex;
    height: 250px;
    margin: 0 auto;
    width: 100%;
}
.wtl-option-wrap .ui-buttonset .ui-button.ui-state-active {
    background: #E21130 none repeat scroll 0 0;
    border-color: #E21130 !important;
}
.wtl-option-wrap .ui-buttonset .ui-button.ui-corner-right, .ui-buttonset .ui-button.ui-corner-right span {
    border-bottom-right-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;

}
.wtl-option-wrap .ui-buttonset span {
    height: 36px;
}
.wtl-option-wrap .ui-buttonset label {
    padding: 0 !important;
    width: auto;
    height: 36px;
    box-shadow: none;
}
.wtl-option-wrap .ui-button {
    background: #ffffff;
    border-radius: 3px;
}
.wtl-option-wrap .ui-buttonset .ui-button.ui-state-active.ui-corner-left {
    background: #44c767 none repeat scroll 0 0;
    border-color: #44c767 !important;
}
.as-element-icon {
    border: 1px solid #eeeeee;
    float: left;
    font-size: 25px;
    height: 56px;
    line-height: 56px;
    margin: 2.3px;
    text-align: center;
    width: 55px;
    cursor: pointer;
}
.icon_search {
    width: auto;
    margin-bottom: 5px;
}

.wtl_default_image_holder img {
    width: 100px;
    height: 100px;
    margin-right: 15px;
}
.wtl-option-wrap h3 {
    margin: 0;
    font-size: 16px;
}
.wtl_single_fields {
    border-top: 0;
}