/***********************************
Custom OTW Option Styles
***********************************/

.clearfix {
    *zoom: 1
}

.clearfix:before, .clearfix:after {
    display: table;
    line-height: 0;
    content: ""
}

.clearfix:after {
    clear: both
}

.gpr-about-wrap {
    background: url('../images/google-logo-options.png') no-repeat 0 14px transparent;
    position: relative;
    height: 51px;
    margin: 6px 0 0;
    float: left;
    width: 110px;
}

#sunrise-plugin-settings .hndle:hover, #sunrise-plugin-settings h3:hover {
    cursor: default;
}

.new-window {
    background: url('../images/new-window-icon.png') no-repeat right 4px rgba(0, 0, 0, 0);
    padding-right: 13px;
}

/* Social Media */

.social-items-wrap > div {
    display: inline-block;
}

.google-plus {
    display: inline;
}

.twitter-item-wrap {
    margin: 0 20px 10px 0;
}

/* Columns */

@media (min-width: 900px) {
    .half-column:first-of-type {
        width: 47%;
        margin-right: 3%;
        float: left;
    }

    .half-column:last-of-type {
        width: 50%;
        float: left;
    }

}

@media (max-width: 899px ) {

    .social-wrap {
        margin: 0 0 20px;
    }
}

.bundle-button,
.bundle-button:hover {
    transition: background 500ms ease-in-out;
}

.bundle-button {
    color: white;
    background: #1279be;
    padding: 1rem 2rem;
    margin: 0;
    display: inline-block;
    text-decoration: none;
    border-radius: 2px;
}

.bundle-button:hover {
    background: #0d5e93;
    color: #eeeeee;
}

/*----------------------------------------
Labels
-------------------------------------------*/

.label:hover {
    cursor: default;
}

.label {
    position: absolute;
    top: 6px;
    right: 16px;
    border-radius: 3px;
    display: inline-block;
    padding: 6px 10px;
    font-size: 11.844px;
    font-weight: bold;
    line-height: 14px;
    color: #FFF;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    white-space: nowrap;
    vertical-align: baseline;
    background-color: #999;
}

.basic-label {

    cursor: default;
    text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.15);
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    font-size: 12px;
    padding: 3px 6px;
}

.label-success {
    border-color: #5AAD34;
    background-color: #78CD51;
}

.edd-wordimpress-license-wrap {
    border-top: 1px solid #CCC;
    margin: 20px 0 0;
    padding: 10px 0 0;
}