/* (c) Audiomack.com */

.audiomack_container_public .hide, .audiomack_container .hide {
    display: none;
}

.audiomack_container .success {
    color:green;
}

.audiomack_container .error {
    color:red;
}

/* This css overrides WordPress' limit of 200px. We need this because the fields do not fit on one line. */
.audiomack_container .form-table th {
    max-width: 150px;
}

/*
TinyMCE editor rules
*/

.audiomack_tinymce_plugin {
    font-family: 'Open sans', sans-serif;
}

svg {
    width: 100%;
    height: 100%;
}

.audiomack-logo-wrap {
    text-align: center;
    margin: 30px 0;
}

.audiomack-logo {
    max-width: 300px;
    display: inline-block;
}

.panel_wrapper {
    padding: 20px;
}

.am-button {
    background: #ffa200;
    display: inline-block;
    border: none;
    border-radius: 20px;
    padding: 10px 18px;
    letter-spacing: -0.5px;
    font-size: 13px;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    cursor: pointer;
    transition: opacity 0.2s ease-in-out;
}

.am-button:hover {
    opacity: 0.6;
}

.am-button--danger {
    background: red;
}

.tabs ul {
    list-style: none;
    height: 40px;
    margin: 0;
    padding: 20px 20px 0;
}

.audiomack-tab {
    float: left;
    background: #f3f3f3;
    padding: 10px;
    font-weight: 700;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    cursor: pointer;
    transition: opacity 0.2s ease-in-out;
}

.audiomack-tab--active {
    background: #e0e0e0;
}

.audiomack-tab:hover {
    opacity: 0.6;
}

.tabs a {
    text-decoration: none;
    color: #333;
}
