/* UN NEWS */

.disable-news {
    display: block;
    margin: 5px 0;
    text-align: center;
    text-transform: uppercase;
    font-size: 12px;
    width: 100px;
    line-height: 30px;
    color: #fff;
    background: #7ad03a;
    outline: none;
    border: none;

    transition: all ease-in-out 0.3s;
    -moz-transition: all ease-in-out 0.3s;
    -webkit-transition: all ease-in-out 0.3s;
    -o-transition: all ease-in-out 0.3s;
    -ms-transition: all ease-in-out 0.3s;
}

.disable-news:hover {
    color: #030;
    background: #F1F1F1;

    transition: all ease-in-out 0.3s;
    -moz-transition: all ease-in-out 0.3s;
    -webkit-transition: all ease-in-out 0.3s;
    -o-transition: all ease-in-out 0.3s;
    -ms-transition: all ease-in-out 0.3s;
}

.un-notice-bg {
    position: relative;
}

.un-notice-bg a, .un-news-list a {
    text-decoration: none!important;
}


.un-news-list, .un-news-list li {
    list-style: none;
    color: #777;
}

.un-news-list li {
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #eee
}

.un-news-list li:last-child {
    border-bottom: none;
    padding: 0;
    margin: 0;
}

.un-news-title {
    font-weight: bold;
    font-size: 14px;
    line-height: 1.7em;
    color: #333;
}

.un-news-date {
    margin-bottom: 10px;
    font-style: italic;
}


/* REDUX */

.redux-main .redux-option-image {
    max-height: 150px !important;
}

.redux-message.redux-notice, .rAds {
    display: none !important;
    opacity: 0 !important;
    visibility:  hidden !important;
}

label.redux-image-select {
    position:  relative;
}

label.redux-image-select .un_redux_tooltip {
    position: absolute;
    top: -45px;
    left: 0;

    padding: 5px;
    white-space: nowrap;
    background: #222;
    color: #fff;
    font-size: 12px;
}

label.redux-image-select .un_redux_tooltip:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 5px 0 5px;
    border-color: #222222 transparent transparent transparent;

    bottom: -10px;
    left: 5px;

}

.redux-notice-field.redux-warning {
    background: #fbeba4;
}

.ui-button {
    border-radius: 0;
}

#image_opt_logo_white {
    background: #222;
    border: none;
}

.redux-sidebar .redux-group-tab-link-a i {
    line-height: 20px;
}

.subsection .hasIcon a {
    padding-left: 24px !important;
}

.redux-container-link_color .linkColor > strong {
    line-height: 24px;
    vertical-align: top;
    font-size: 13px;
}


/* PLUGINS NOTICES */

#vc_license-activation-notice,
.rs-update-notice-wrap{
    display: none !important;
}


/* POST LIST */

.post-type-post th#thumb, .post-type-post td.thumb {
    width: 100px;
}

.post-type-un-portfolio th#thumb, .post-type-un-portfolio td.thumb {
    width: 100px;
}


/* VC */

.vc_ui-tabs-line-trigger {
    line-height: 20px !important;
}

.un-vc-heading input[type=text],
.un-vc-foot input[type=text] {
    display: none;
}

.un-vc-heading .wpb_element_label {
    font-size: 15px;
    font-weight: 600;
    padding: 10px;
    text-transform: uppercase;
    background: #f6f6f6;
    position: relative;
}

/*
.un-vc-heading .wpb_element_label:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -15px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 15px 15px 0 0;
    border-color: #f6f6f6 transparent transparent transparent;
}*/

.un-vc-foot .wpb_element_label {
    height: 5px;
    background: #f6f6f6;
    position: relative;
    margin-top: 10px;
    display: none;
}

/*
.un-vc-foot .wpb_element_label:after {
    content: '';
    position: absolute;
    left: 0;
    top: -15px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 15px 0 0 15px;
    border-color: transparent transparent transparent #f6f6f6;
}*/


/* WP GALLERY OPTIONS */

.media-sidebar .gallery-settings .setting:nth-child(2),
.media-sidebar .gallery-settings .setting:last-child,
.media-sidebar .gallery-settings .setting select.columns option[value="5"],
.media-sidebar .gallery-settings .setting select.columns option[value="7"],
.media-sidebar .gallery-settings .setting select.columns option[value="8"],
.media-sidebar .gallery-settings .setting select.columns option[value="9"] {
    display: none;
}


/* WP STANDARD */

tr.plugin-update-tr {
display: none;
}
