/* Bridge Concrete 9 block markup to this theme's Bootstrap 3 styles. */
.ccm-page .img-fluid {
    display: block;
    max-width: 100%;
    height: auto;
}
.ccm-page form label.form-label {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}
.ccm-page form .mb-3 {
    margin-bottom: 15px;
}
@media (min-width: 768px) {
    .ccm-page #connect-bar form fieldset .mb-3 {
        float: left;
        margin-right: 26px;
        width: calc(33.3% - 26px);
    }
}

/* Concrete 9 renders X as SVG; match the theme's font social icons. */
.ccm-page .ccm-block-social-links svg {
    color: #d96a75;
    transition: color 0.2s ease;
}
.ccm-page .ccm-block-social-links svg:hover {
    color: #87c2e6;
}
.ccm-page #connect-bar .ccm-block-social-links svg,
.ccm-page footer .ccm-block-social-links svg {
    color: #fff;
}
.ccm-page #connect-bar .ccm-block-social-links svg:hover {
    color: #d96a75;
}
.ccm-page footer .ccm-block-social-links svg:hover {
    color: #87c2e6;
}

/* Match the signup section's 50px social icons. */
.ccm-page #connect-bar .ccm-block-social-links svg {
    width: 42px;
    height: 42px;
    vertical-align: baseline;
}
@media (min-width: 1200px) {
    .ccm-page #connect-bar .ccm-block-social-links svg { margin: 0 5px; }
}

.ccm-page #connect-bar .ccm-block-social-links svg { max-height: 42px; }
