/* Facebook intergation style sheet */

/*        Facebook Events Large Display           */
/* Facebook Container */
.fb-container {
    width: 100%;
    min-height: 300px;
    padding: 2em;
    overflow: hidden;
    margin: 0 0 25px 0;
    background-color: white;
    border: #721b00 solid 2px;
    border-radius: .5em;
}

.fb-container .fb-wrapper {
    position: relative;
    width: 100%;
    height: auto;
    padding-bottom: 80px;
    padding-left: 340px;
}

.fb-container .fb-wrapper .fb-date {
    position: absolute;
    left: 20px;
    top: -15px;
}

/* Facebook Thumb Img */

.fb-wrapper .fb-date .fb-post-img {
    position: absolute;
    left: 20px;
    top: -15px
}

.fb-date {
    width: 60px;
    height: 90px;
    font-family: 'Raleway', sans-serif;
}

.fb-day {
    position: relative;
    z-index: 30;
    display: block;
    text-align: center;
    height: 60px;
    width: 60px;
    line-height: 63px;
    font-weight: 800;
    font-size: 29px;
    border-radius: .25em .25em 0em 0em;
    color: white;
    background: #721b00;
}

.fb-month {
    position: relative;
    top: -3px;
    z-index: 20;
    padding-top: 2px;
    text-align: center;
    display: block;
    background: #333333;
    color: #fff;
    height: 28px;
    line-height: 28px;
    text-transform: uppercase;
    font-weight: 700;
    border-radius: 0em 0em .25em .25em;
}

.fb-post-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 320px;
    height: 240px;
    border-radius: 3px;
}

.fb-thumb-img {
    width: 320px;
    height: 240px;
    float: left;
    border: thin solid #575757;
    margin: 0 1em .5em 0;
    float: left;
    background-color: #999999;
    border-radius: .25em;
}

/* Facebook Post Data */
.fb-heading {
    color: #721b00;
}

.fb-data {
    text-align: justify;
    color: #646464;
    font-weight: bold;
}

.fb-text-left {
    text-align: left;
}

.fb-text-center {
    text-align: center;
}

.fb-text-right {
    text-align: right;
}

.fb-text-justify {
    text-align: justify;
}

/* Facebook Buttons */
.fb-btn-left {
    display: block;
    width: 45%;
    height: auto;
    background-color: #721b00;
    border: #575757 2px solid;
    padding: 8px 10px;
    margin-right: 5%;
    margin-top: 15px;
    float: left;
    color: white;
    font-weight: bold;
    text-decoration: none;
    text-align: center;
    border-radius: .25em;
}


/* Font Awesome */
.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    padding-right: .5em;
}


/*                 Facebook Events Small Display              */

.fb-sm-wrapper {
    width: 100%;
}

.fb-sm-row {
    width: 100%;
}

.fb-sm-col-1 {
    width: 30%;
    display: inline-block;
}

.fb-sm-col-2 {
    width: 30%;
    display: inline-block;
}

.fb-sm-col-3 {
    width: 30%;
    display: inline-block;
}

.fb-sm-btn {
    padding: 8px 20px;
    text-align: center;
    float: right;
    text-decoration: none;
    font-weight: bold;
    background-color: white;
    border: #721b00 .15em solid;
    color: #721b00;
    border-radius: .5em;
}

.fb-sm-date-day {
    width: 40px;
    color: #721b00;
    font-weight: bold;
    font-size: 20px;
    text-align: center;
}

.fb-sm-date-month {
    width: 40px;
    color: #575757;
    font-weight: bold;
    text-align: center;
    margin-top: -10px;
}


#fb-sm-heading {
    font-size: 1.25em;
}

/* Mobile Responsive Layout */
@media (max-width: 736px) {
    .fb-container .fb-wrapper .fb-post-img {
        position: inherit;
        width: 100%;
        max-height: 240px;
        overflow: hidden;
        /*height: 300px;*/
    }

    .fb-thumb-img {
        width: 100%;
        max-height: 240px;
        /*height: 400px;*/
    }

    .fb-container .fb-wrapper {
        padding-left: 0;
    }

    .fb-btn-left {
        width: 100%;
    }

    .fb-sm-col-1 {
        width: 10%;

    }

    .fb-sm-col-2 {
        width: 60%;

    }

    .fb-sm-col-3 {
        width: 20%;
        float: right;
    }
}


@media (max-width: 678px) {
    .fb-sm-col-1 {
        width: 15%;

    }

    .fb-sm-col-2 {
        width: 70%;

    }

    .fb-sm-col-3 {
        width: 100%;
        float: left;
    }

    .fb-sm-btn {
        float: left;
        width: 50%;
    }
}