label > input + img{ /* IMAGE STYLES */
  cursor:pointer;
  border:2px solid transparent;
}
label > input:checked + img{ /* (CHECKED) IMAGE STYLES */
  border:2px solid #2ea2cc;
}
.icon_alignment label img{
    width: 53px;
}
label > input + div{ /* IMAGE STYLES */
  cursor:pointer;
  border:2px solid transparent;
}
label > input:checked + div{ /* (CHECKED) IMAGE STYLES */
  border:2px solid #2ea2cc;
}
.img_radio_select > label {
    float: left;
}
.img_radio_select label:first-child {
    display: block !important;
    float: none;
}
.img_radio_select input {
    display: none;
}
.kaya_font_icons label, .kaya_font_icons .img_radio_select label:first-child {
    display: inline-block !important;
    float: left!important;
}
.kaya_font_icons {
    border: 1px solid #e5e5e5;
    display: block;
    height: 100px;
    margin-bottom: 20px !important;
    overflow: auto;
    padding: 30px;
}
.kaya-font-icon {
    font-size: 32px;
    padding: 15px;
}
.so-content.panel-dialog {
    background: none repeat scroll 0 0 #f7f7f7 !important;
}
.so-content.panel-dialog label {
    display: block;
    font-weight: bold;
    margin-bottom: 3px;
    overflow: hidden;
}
.so-content.panel-dialog small {
    clear: both;
    color: #999;
    font-size: 12px;
    font-style: italic;
    margin-bottom: 0;
    margin-top: 5px;
}
.input-elements-wrapper {
    display: block;
    margin-left: -15px;
    margin-right: -15px;
    overflow: hidden;
    padding: 10px 20px;
}
.fields_bottom_border{

}
.header_slider_image .rwmb-heading-wrapper h4{
    border-bottom: 0px solid rgb(230, 230, 230)!important;
}
.select_box_section {
    display: block;
    margin-top: 20px!important;
}

.input-elements-wrapper > p {
    margin-top: 0;
}
/* alignment classes */
.last {
    float: right;
    margin: 0;
}
.dropcap_or {
    font-size: 20px;
    font-weight: bold;
    line-height: 80px;
    text-align: center;
}
.one_fourth.dropcap_or {
    width: 2%;
}
.one_fourth.dropcap1 {
    width: 35%;
}

.one_half {
    float: left;
    margin-right: 3.8%;
    margin-top: 0;
    width: 48.1%;
}
.one_half_last {
    float: right;
    margin-top: 0;
    width: 48.1%;
}
.one_third {
    float: left;
    margin-right: 3.8%;
    margin-top: 0;
    width: 30.7%;
}
.one_third_last {
    float: right;
    margin-top: 0;
    width: 30.7%;
}
.two_third {
    float: left;
    margin-right: 3.8%;
    margin-top: 0;
    width: 65.4%;
}
.two_third_last {
    display: table-cell;
    float: right;
    margin-top: 0;
    width: 65.2%;
}
.one_fourth {
    float: left;
    margin-right: 3.8%;
    margin-top: 0;
    width: 22.15%;
}
.one_fourth_last {
    float: right;
    margin-top: 0;
    width: 22.15%;
}
.two_fourth {
    float: left;
    margin-right: 3.8%;
    margin-top: 0;
    width: 48.1%;
}
.two_fourth_last {
    float: right;
    margin-top: 0;
    width: 48.1%;
}

.three_fourth {
    float: left;
    margin-right: 3.8%;
    margin-top: 0;
    width: 74.05%;
}
.three_fourth_last {
    float: right;
    margin-top: 0;
    width: 74.05%;
}
.one_fifth {
    float: left;
    margin-bottom: 30px;
    margin-right: 3.8%;
    width: 16.96%;
}
.one_fifth_last {
    float: right;
    margin-bottom: 30px;
    width: 16.96%;
}
.two_fifth {
    float: left;
    margin-bottom: 30px;
    margin-right: 3.8%;
    width: 33.92%;
}
.three_fifth {
    float: left;
    margin-bottom: 30px;
    margin-right: 3.8%;
    width: 58.48%;
}
.four_fifth {
    float: left;
    margin-bottom: 30px;
    margin-right: 3.8%;
    width: 79.24%;
}
.four_fifth_last {
    float: right;
    margin-bottom: 30px;
    width: 79.24%;
}
.clear {
    clear: both;
    display: block;
    height: 0;
    visibility: hidden;
    width: 100%;
}
.clearfix:after {
    clear: both;
    content: " ";
    display: block;
    font-size: 0;
    height: 0;
    visibility: hidden;
}
/* color pickr */
.input-elements-wrapper .wp-picker-holder {
    position: absolute;
    z-index: 1;
}
.wp-picker-container {
    margin-top: 9px;
    padding-left: 10px;
}

.input-elements-wrapper .wp-picker-container {
    padding: 0;
}

#widgets-right .one_fourth, #widgets-right .one_fourth_last,
#widgets-right .one_fifth, #widgets-right .one_fifth_last,
#widgets-right .one_half, #widgets-right .one_half_last,
#widgets-right .two_third, #widgets-right .one_third_last,
#widgets-right .three_fourth, #widgets-right .one_fourth_last, #widgets-right .three_fourth_last{
    width: 100%!important;
}