﻿/* Container for the social section */
.social-section {
    max-width: 1140px;
    margin: 0 auto;
    padding: 20px;
}

/* Core styling for each social block */
.social-embed,
.equal-height-embed {
    background: #f9f9f9;
    border-radius: 10px;
    padding: 15px;
    margin-bottom: 20px;
    width: 100%;
    box-sizing: border-box;
}

.equal-height-embed {
    height: 770px;
    overflow-y: auto;
    border: 1px solid #ddd;
}

.social-container {
    width: 100%;
    margin: 0 auto;
}

.social-twitter,
.social-facebook,
.social-link {
    width: 100%;
    margin-bottom: 20px;
}

.social-container iframe,
.social-container blockquote,
.social-container .fb-page,
.social-container .iframely-embed,
.social-container .iframely-responsive {
    width: 100% !important;
    max-width: 100%;
    height: auto;
    display: block;
    margin-bottom: 20px;
}

.social-container .row > div {
    margin-bottom: 20px;
}

.social-container .row:first-child > div {
    margin-bottom: 20px;
}

.iframely-embed iframe {
    min-height: 400px;
    width: 100%;
}

@media (max-width: 768px) {
    .social-container .col-sm-6 {
        width: 100% !important;
        float: none !important;
        clear: both;
    }

    .social-embed,
    .equal-height-embed {
        margin-bottom: 20px;
    }

    .iframely-embed iframe {
        min-height: 300px;
    }
}

.btn-social i {
    margin-right: 8px;
}
