.rgl-image-entry {
    background: #fff;
    margin: 0 15px 15px 0;
    padding: 10px;
    width: 27%;
    float: left;
    box-shadow: 0 0 6px rgba(0, 0, 0, .7);    
}

.rgl-image-entry img {
    max-width: 100%;
    max-height: 240px;
    display: block;
    margin-bottom: 10px;
}

.rgl-meta-image {
    width: 100%;
    height: 155px;
    display: block;
    margin-bottom: 10px;
}

.rgl-image-entry .button-primary {
    width: 100%;
    margin-bottom: 10px;
}

.rgl_label_text {
    width: 100%;
    padding: 9px;
}

.rgl-image-entry .gallery_remove {
    display: block;
    float: right;
    height: 3px;
    margin-right: -21px;
    margin-top: -23px;
    outline: 0 none;
    text-indent: -9999px;
    width: 22px;
}

.add_rgl_new_image {
    text-align: center;
    padding-top: 2.8%;
    padding-bottom: 2.8%;
    border: 3px dashed rgba(0, 0, 0, 0.2);
    cursor: pointer;
    box-shadow: 0 0 0px rgba(0, 0, 0, .8);

}

.add_rgl_new_image:hover {
    border: 5px dashed #fb8a29;
    background: #fb8a29;
    cursor: pointer;
}

.add_rgl_new_image:hover p {
    color: #ffffff;
}

.add_rgl_new_image:hover .dashicons {
    background: none repeat scroll 0 0 #ffffff;
    color: #fb8a29;
}

.add_rgl_new_image .dashicons {
    background: none repeat scroll 0 0 rgba(153, 153, 153, 0.2);
    border-radius: 50%;
    color: #999;
    content: "?";
    display: inline-block;
    height: 100px;
    font-size: 80px;
    padding: 0;
    line-height: 110px;
    text-align: center;
    text-indent: -4px;
    text-shadow: none;
    top: 30%;
    vertical-align: middle;
    width: 100px;
    z-index: 4;
}

.del_rgl_image {
    text-align: center;
    padding-top: 2.8%;
    padding-bottom: 2.8%;
    border: 3px dashed rgba(0, 0, 0, 0.2);
    cursor: pointer;
    box-shadow: 0 0 0px rgba(0, 0, 0, .8);
}

.del_rgl_image:hover {
    border: 5px dashed #564f4f;
    background: #564f4f;
    cursor: pointer;
}

.del_rgl_image:hover p {
    color: #ffffff;
}

.del_rgl_image:hover .dashicons {
    background: none repeat scroll 0 0 #ffffff;
    color: #564f4f;
}

.del_rgl_image .dashicons {
    background: none repeat scroll 0 0 rgba(153, 153, 153, 0.2);
    border-radius: 50%;
    content: "?";
    display: inline-block;
    height: 100px;
    font-size: 66px;
    padding: 0;
    line-height: 100px;
    text-shadow: none;
    top: 30%;
    vertical-align: middle;
    width: 100px;
    z-index: 4;
}

.rgl-meta-container {
    width: 100%;
    background: #fff;
    display: block;
    float: left;
    padding: 10px;
}

#append_rgl_img {
    display: block;
}

.lbs_setting {
    background-color: #fb8a29;
    padding: 12px;
    text-align: center;
    color: #fff;
    font-weight: 700;
    border-radius: 4px;
    font-size: 18px;
}

#titlediv #title {
    margin-bottom: 15px;
}

.rgl-image-entry textarea{
    width: 100%;
    padding: 7px;
    margin: 2px 0 10px 0;
    height: 60px;
}

.rgl-image-entry:hover {
    cursor: move;
}