.half_opacity {
    opacity: 0.5;
}

.sc_row {
    float: left;
    width: 100%;
}

.sc_box {
    transition: opacity .25s ease-in-out;
    -moz-transition: opacity .25s ease-in-out;
    -webkit-transition: opacity .25s ease-in-out;

    display: block;
    float: left;
    height: 372px;
    width: 23.5%;
    margin-right: 16px;
    margin-bottom: 15px;
    border: 1px solid #e6e7e8;
    background: #FFF;
    font-family: Arial, Helvetica, Sans Serif;
    font-size: 12.5px;
    line-height: 1.4em;
    text-decoration: none;
    position: relative;

    -webkit-box-shadow: 0px 0px 5px 1px rgba(230, 231, 232, 1);
    -moz-box-shadow: 0px 0px 5px 1px rgba(230, 231, 232, 1);
    box-shadow: 0px 0px 5px 1px rgba(230, 231, 232, 1);
}
#wpbody .sc_box {
    margin-bottom: 40px;
    width: 23%;
}
.sc_box:hover {
    text-decoration: none;
}

span.sc_text_inner {
    
    text-decoration: none;
    height: 70px;
    overflow: hidden;
    display: block;
}

.sc_inner {
    padding: 13px;
    display: block;
}

.sc_box label {
    display: block;
    margin-top: 10px;
    margin-bottom: 10px;
    text-indent: 13px;
    float: left;
    width: 100%;
}

.sc_inner img {
    max-width: 100%;
    width: 100%;
}

.sc_load_more {
    text-align: center;
}

.sc_load_more a {
    display: table;
    width: 100%;
    height: 100%;
}

.sc_load_more:hover {
    background: #373a36;
    color: #FFFFFF;
}
.sc_twitter {
    margin-top: 0px;
}
.sc_twitter .sc_load_more:hover {
    background: #5aa8df;
    color: #FFFFFF;
}

.sc_load_more a {
    text-decoration: none;
}

.sc_load_more:hover a {
    color: #FFFFFF;
}
.sc_load_more a {
    color: #010101;
}

.sc_load_more img {
    text-align: center;
    width: 78px;
    margin-bottom: 20px;
}

.sc_load_more img.hover {
    display: none;
}

.sc_load_more:hover img {
    display: none;
}

.sc_load_more:hover img.hover {
    display: inline-block;
}

.sc_load_more .sc_load_inner {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    padding: 13px;
    min-height: 300px;
}

.sc_text {
    margin-top: 13px;
    color: #010101;
    overflow: hidden;
    display: block;
}

.sc_footer {
    position: absolute;
    bottom: 0;
    left: 0;
    float: left;
    width: 100%;
    display: block;
    background: #e6e7e8;
    vertical-align: middle;
    white-space: nowrap;
    overflow: hidden;
    text-decoration: none;
}
.sc_footer_inner {
    padding: 5px 8px;
    display: block;
    color: #212121;
}

.sc_footer img {
    margin-right: 10px;
    position: relative;
    vertical-align: middle;
}

.sc_footer a {
    margin-right: 15px;
    color: #212121;
    text-decoration: none;
}
#wpbody .sc_footer {
    margin-bottom: -30px;
}

.sc_type_text {
    /*display: table;
    width: 100%;*/
}

.sc_type_text .sc_text {
/*display: table-cell;
vertical-align: middle;
;*/
    margin-top: 0;
    display: table;
    width: 100%;
    height: 309px;
}
.sc_type_text .sc_text_inner {
    display: table-cell;
    vertical-align: middle;
    font-size: 15.5px;
    line-height: 1.4em;
}

.sc_inner .hashtag {
    color: #7e0a52;
}
.sc_inner a.hashtag {
    color: #7e0a52;
    text-decoration: none;
}
.sc_inner a.hashtag:hover {
    text-decoration: underline;
}



.mfp-content video {
    max-width: 100%;
    height: auto;
}



.white-popup {
    position: relative;
    background: none;
    padding: 0;
    width: auto;
    max-width: 500px;
    margin: 20px auto;
}
.mfp-close-btn-in .mfp-close {
    color: #FFF !important;
}

.sc_full_width {
    max-width: 1084px;
}


@media only screen and (max-width: 1200px) {
    .sc_box {
        width: 23.1%;
        max-width: 100%;
        margin: 0 7px 15px 7px;
        height: 321px;
    }
    
    .sc_type_text .sc_text {
        height: 260px;
    }
}
@media only screen and (max-width: 992px) {
    .sc_box {
        width: 30%;
        height: 316px;
    }
    .sc_type_text .sc_text {
        height: 255px;
    }
}
@media only screen and (max-width: 770px) {
    
}
@media only screen and (max-width: 640px) {
    .sc_box {
        width: 46%;
    }
    .sc_box {
        height: 370px;
    }
    .sc_type_text .sc_text {
        height: 295px;
    }
}
@media only screen and (max-width: 480px) {
    .sc_box {
        width: 100%;
        max-width: 200px;
        margin: 0 auto 15px auto;
        float: none;
    }
    .sc_box {
        height: 320px;
    }
}