/*
Theme Name: CSCS
Author: Fat Beehive
Author URI: http://fatbeehive.com/
Description: Wordpress custom theme for CSCS
Version: 0.1
*/

.content .aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
    text-align:center;
}

@media only screen and (min-width: 61.25em) {
    .module_base {
        max-width: 95em !important;
    }
}

.news .news-button-wrapper {
    display: flex;
    justify-content: center;
    margin-bottom: 24px;
}

.news .button {
    background-color: #0079c1;
    border: 0;
    border-radius: 24px;
    color: #fff;
    font-family: 'source_sans_prosemibold';
    padding: 12px 24px;
    text-shadow: none;
}

.newsletter-label {
    display: block;
    margin-top: 10px;
}

.newsletter-text {
    margin-top: 10px;
}

.newsletter .button:disabled {
    background-color: #848484;
}

.card-types .card {
    padding: 0 0.5em;
    margin-bottom: 24px;
}

.card-types .card .card-wrap {
    height: auto;
}