/* WP RESETS */
#wpcontent {
    padding-left: 0px !important;
}

/* ADJUSTMENTS INPUT CONTROLS */
.wico-button {
    font-size: inherit !important;
    line-height: inherit !important;
    padding: inherit !important;
    display: flex !important;
}
    .wico-button.is-success:focus {
        background-color: #48c774 !important;
    }
.wico-button-icon {
    width: 22px;
    margin-right: 5px;
}

.wico-select {
    font-size: inherit !important;
    line-height: inherit !important;
}

.wico-fieldset {
    margin-bottom:20px;
}

/* BULMA ADDITIONS */
.wico-container-splah-page {
    margin-top: 40px;
    background-color: #fff;
    border-radius: 5px;
    padding: 30px;
    border: 1px solid #d9d9d9;
}
.wico-label {
    float:left;
    font-weight:600;
    cursor:default;
}

/* UTILITIES */
.wico-spacer-50 {
    margin-top: 25px;
    margin-bottom: 25px;
}
.wico-nomargin-bottom{
    margin-bottom:0px !important;
}
.wico-check-green-icon {
    margin-right: 8px;
    color:green;
}

/* INFO BAR */
.wico-infobar {
    font-size: 85%;
    margin-bottom: 13px;
    padding: 13px 15px;
    border-radius: 5px;
}
    .wico-infobar-icon
    {
        margin-right:5px;
    }

    .wico-infobar-warning-light {
        background-color: hsl(48, 100%, 96%);
    }
        .wico-infobar-warning-light .wico-infobar-icon {
            color: hsl(204, 86%, 53%);
        }

/* TABS */
.wico-tabs ul li {
    background-color: #f5f6f7;
}
.wico-tabs-icon{
    width:16px;
    margin-right:5px;
}

/* IMAGES */
.wico-crown-icon-on-button {
    color: #e3f085;
}
.wico-crown-icon-label {
    float: left;
    margin-left: 10px;
    color: #d5a535;
    margin-top: 2px;
    cursor: pointer;
}