/**
 * @file
 * Page Styling
 *
 * Style the markup found in page.tpl.php. Also includes some styling of
 * miscellaneous Drupal elements that appear in the $content variable, such as
 * ul.links, .pager, .more-link, etc.
 */



#sliding-popup .eu-cookie-withdraw-button,
.agree-button.eu-cookie-compliance-secondary-button {
    background: #DF7A00 !important;
    padding: 1em !important;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    border: 0px solid #f1d600;
    font-family: Arial, sans-serif;
    font-weight: bold;
    padding: 10px 50px !important;
    text-decoration: none;
    font-size: 14px;
    text-transform: uppercase;
    margin: 13px 0 0 !important;
    color: #fff;
    text-shadow: inherit;
    box-shadow: inherit;
}
#sliding-popup .popup-content #popup-text {
    margin: 25px 0 0 !important;
}
#sliding-popup .popup-content #popup-text p {
    font-size: 15px !important;
    font-weight: normal !important;
}

#sliding-popup  button.eu-cookie-compliance-more-button {
    font-size: 15px !important;
    color: #fff;
}

#artspro-subscriptions-check-sub-form input[type="submit"],
#artspro-subscriptions-check-sub-form-text a.button {
    display: block;
    margin-top: 1em;
    background-color: #7B2064;
    border: 0px solid black !important;
    color: #fff;
    border-radius: 10px;
    text-align: center;
    text-decoration: none;
    font-size: 14.83px;
    font-weight: bold;
}
#artspro-subscriptions-check-sub-form input[type="submit"] {
    width: 209px;
    padding: 9px 20px;
}
#artspro-subscriptions-check-sub-form-text a.button {
    width: 170px;
    padding: 8px 20px;
}
#sliding-popup .eu-cookie-withdraw-tab {
    display: none;
}
#sliding-popup span.eu-cookie-withdraw-tab.visible {
    display: inline;
    position: relative;
    left: inherit;
    background-color: transparent;
    color: #7B2064 !important;
    padding: 0;
    text-decoration: underline;
}

