/*-----------------------------------------------------------------------------------*/
/* Styles for social media plugin for Worship Times*/
/*-----------------------------------------------------------------------------------*/

img.wtnet_socail_admin {
    float: right;
}

#sidebar img.wtnet_socai_icon {
    float: left;
}

h3.wt_sm_title {
    margin: 0;
}

.wtnet_icon_holder .wt_icon_grey {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}

.wtnet_clear {
    clear: both;
}

/*-----------------------------------------------------------------------------------*/
/* Twitter Feed styles */
/*-----------------------------------------------------------------------------------*/

.twitter-timeline {
    width: 100% !important;
}

/*-----------------------------------------------------------------------------------*/
/* Facebook Like Box styles */
/*-----------------------------------------------------------------------------------*/

.fb_iframe_widget, .fb_iframe_widget span, .fb_iframe_widget span iframe[style] {
    width: 100% !important;
    background-color: #ffffff;
}

/*-----------------------------------------------------------------------------------*/
/* YouTube video */
/*-----------------------------------------------------------------------------------*/

#player.wt_youtube_player iframe,
#chat.wt_youtube_chat iframe {
    margin: 0 auto;
    display: block;
}

/*-----------------------------------------------------------------------------------*/
/* Ustream video */
/*-----------------------------------------------------------------------------------*/

.wt_ustream {
    margin: 0 auto;
    display: block;
}

/*-----------------------------------------------------------------------------------*/
/* Instagram feed */
/*-----------------------------------------------------------------------------------*/

ul.wt_instagram_wrap {
    list-style-type: none;
    margin: 0;
    padding: 0;
    text-align: center;
}

ul.wt_instagram_wrap li {
    display: inline-block;
    margin: 0 1em 1em 0;
    position: relative;
}

span.wt_text_content span {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    overflow: hidden;
}

span.wt_text_content {
    background: rgba(0, 0, 0, 0.5);
    color: white;
    cursor: pointer;
    display: table;
    left: 0;
    position: absolute;
    top: 0;
    opacity: 0;
    -webkit-transition: opacity 500ms;
    -moz-transition: opacity 500ms;
    -o-transition: opacity 500ms;
    transition: opacity 500ms;
    padding: 5px;
}

ul.wt_instagram_wrap li:hover span.wt_text_content {
    opacity: 1;
}

ul.wt_instagram_wrap li.small,
ul.wt_instagram_wrap li.small span.wt_text_content {
    height: 150px;
    width: 150px;
}

ul.wt_instagram_wrap li.med,
ul.wt_instagram_wrap li.med span.wt_text_content {
    height: 320px;
    width: 320px;
}

ul.wt_instagram_wrap li.large,
ul.wt_instagram_wrap li.large span.wt_text_content {
    height: 500px;
    width: 500px;
}

ul.wt_instagram_wrap li.full,
ul.wt_instagram_wrap li.full span.wt_text_content {
    height: 640px;
    width: 640px;
}

ul.wt_instagram_wrap img.wt_instagram_heart,
ul.wt_instagram_wrap img.wt_instagram_comment {
    height: 12px;
    width: 12px;
}

.wt_clear {
    clear: both;
}