/* Various properties are stressed with !important because themes are overriding them */
.patreon-locked-content-message {
    display: block;
    width: 100%;
    font-size: 100%;
    margin: 10px 0px 10px 0px;
    clear: both;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #f0f0f0;
}

.patreon-be-patron-button {
    display: inline-block;
    width: auto;
    margin: 5px;
}

.patreon-login-refresh-button {
    display: inline-block;
    width: auto;
    margin: 5px;
}

/* A responsive wrapper */
.patreon-campaign-banner {
    max-width: 1200px;
    width: 100%;
    display: block;
    text-align: left;
}

.patreon-responsive-button-wrapper {
    display: inline-table !important;
    /* some themes override this. hence important */
    width: 240px !important;
    /* some themes override this. hence important */
    height: 50px !important;
    /* some themes override this. hence important */
    vertical-align: middle;
    text-align: center;
    background-color: #F96854 !important;
}

.patreon-responsive-button-wrapper:hover {
    background-color: #FA7664 !important;
}

.patreon-responsive-button-wrapper-ss {
    display: inline-table !important;
    /* some themes override this. hence important */
    width: 240px !important;
    /* some themes override this. hence important */
    height: 50px !important;
    /* some themes override this. hence important */
    vertical-align: middle;
    text-align: center;
    background-color: #ffd200 !important;
}

.patreon-responsive-button-wrapper-ss:hover {
    background-color: #fddf58 !important;
}

.patreon-responsive-button {
    display: table-cell !important;
    /* some themes override this. hence important */
    vertical-align: middle;
    text-align: center;
    padding: 0px;
    height: auto;
    text-wrap: nowrap;
    /* below code taken from earlier button */
    border: 0;
    box-shadow: none !important;
    color: #fff !important;
    cursor: pointer;
    font-size: 14px;
    font-weight: 800;
    text-shadow: none;
    text-decoration: none !important;
    text-align: center;
    text-transform: uppercase;
    font-family: 'Libre Franklin Extra Bold', Helvetica, Arial;
}

.patreon-responsive-button img {
    display: none !important;
    /* some themes override this. hence important */
    /* below code taken from earlier button */
    /* Themes override the below - therefore !important */
    width: 20px !important;
    color: #fff !important;
    vertical-align: middle;
    margin-right: 10px;
    box-shadow: none !important;
}

.patreon-patron-button-wrapper {
    display: inline-block;
    width: 100%;
    margin: 5px;
}

.patreon-login-button-wrapper {
    display: inline-block;
    max-width: 265px;
    width: 100%;
    margin: 5px;
    font-weight: bold;
}

.patreon-text-over-button {
    display: inline-block;
    width: 100%;
    margin-bottom: 20px;
    font-size: 100%;
}

.patreon-text-under-button {
    display: inline-block;
    width: 100%;
    margin-bottom: 20px;
    margin-top: 20px;
    font-size: 100%;
}

.patreon-valid-patron-message {
    display: block;
    width: 100%;
    clear: both;
    padding-bottom: 25px;
    padding-top: 25px;
    margin-top: 25px;
    border-top: 1px solid #f0f0f0;
}
