/* Media Manager CSS http://www.wpforchurch.com/products/media-manager-for-wordpress/ */
.single-wpfc_media .wpfc_media_image {
    margin: 10px 0 10px;
}
.wpfc_media_image_wide {
    max-width: 100%;
    float: left;
}
.wpfc_media_image_wide img {
    max-width: 100%;
    height: auto;
    margin: 0 0 10px 0;
}
.wpfc_media_image {
    max-width: 100%;
    float: left;
}
.wpfc_media_image img {
    max-width: 100%;
    height: auto;
    margin: 0 10px 0 !important;
}
.wpfc_media_wrap {
    padding-bottom: 20px;
    clear: both;
}
#wpfc_media_sorting form {
    display: inline;
    margin: 0 10px 10px 0;
}
.single-wpfc_media .wpfc_media_wrap {
    padding-bottom: 0px;
}
.wpfc_media_meta p {
    margin: 0 !important;
}
.media_date, .language {
    font-size: 12px;
}
.media_date, .language a {
    text-transform: capitalize;
    font-size: 12px;
}
.media_series:before {
    clear: left;
}
#wpfc_media_tax_desc:after {
    content: ".";
    visibility: hidden;
    display: block;
    height: 0;
    clear: right;
}
/* controls padding around video embeds */
.wpfc_media-video {
    margin: 10px 0 10px;
    max-width: 100%;
    clear: both;
}
.wpfc_media-video iframe, .wpfc_media-video embed, .wpfc_media-video-link iframe {
    max-width: 100%;
}
.mejs-container, #wpfc_media iframe, #wpfc_media object, #wpfc_media embed {
    max-width: 100%;
}
.wpfc_media-notes,
.wpfc_media-bulletin {
    margin: 10px 0 10px;
}
/* controls padding around audio player */
.wpfc_media-audio {
    margin: 10px 0 10px;
    max-width: 500px;
    clear: both;
}
#wpfc_media_sorting {
    padding: 10px 0 10px;
}
/* Some clearfix code from HTML5 Boilerplate */
.cf:before, .cf:after {
    content: "\0020";
    display: block;
    height: 0;
    visibility: hidden;
}
.cf:after {
    clear: both;
}
.cf {
    zoom: 1;
}
/* Recent Media Widget */
.widget_recent_medias ul {
    margin-left: 0px !important;
}
.widget_recent_medias .dashicons-microphone {
    font-size: 22px !important;
    display: inline-block;
    height: 40px;
    float: left;
    margin-right: 4px;
}
.widget_recent_medias .widget_recent_medias_meta {
    display: inline-block;
    width: 100%;
}
.widget_recent_medias li {
    list-style: none !important;
    margin: 0px 0 12px;
    line-height: 1.1em;
}
.widget_recent_medias span {
    font-size: 0.75em;
    color: #444444;
    margin: 0;
    display: block;
}
.widget_recent_medias .meta > span {
    display: inline;
}
#media-navigation {
    padding-bottom: 15px;
}
/* WP Pagenavi Styles */
.wp-pagenavi {
    font-size: 12px;
    display: block;
    clear: both;
    padding: 20px 0px 20px 10px;
}
.wp-pagenavi a,
.wp-pagenavi a:link,
.wp-pagenavi a:visited,
.wp-pagenavi a:active {
    padding: 4px 8px !important;
    margin: 3px !important;
    text-decoration: none !important;
    border: 1px solid #C8C8C2 !important;
    background: #FCFCFC !important;
    -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.1) !important;
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.1) !important;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.1) !important;
    color: #999 !important;
}
.wp-pagenavi a:hover {
    border: 1px solid #a7a7a3 !important;
    color: #444 !important;
}
.wp-pagenavi span.pages {
    padding: 4px 8px !important;
    margin: 3px !important;
    font-style: italic !important;
    color: #999 !important;
}
.wp-pagenavi span.current {
    padding: 4px 8px !important;
    margin: 3px !important;
    text-decoration: none !important;
    border: 1px solid #a7a7a3 !important;
    background: #FCFCFC !important;
    -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.1) !important;
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.1) !important;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.1) !important;
    font-weight: bold !important;
    color: #444 !important;
}
.wp-pagenavi span.extend {
    padding: 4px 8px !important;
    margin: 3px !important;
    text-decoration: none !important;
    border: 1px solid #C8C8C2 !important;
    background: #FCFCFC !important;
    -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.1) !important;
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.1) !important;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.1) !important;
}
/* Verse Popup Styles */
.bibly_popup_outer {
    font-size: 1.2em;
}
.bibly_popup_footer {
    display: none;
}
/* Styles for additional files */
#wpfc-attachments a {
    display: table;
}
#wpfc-attachments a[href$='.ppt'], #wpfc-attachments a[href$='.pptx'] {
    height: 16px;
    line-height: 16px;
    margin: 10px 0;
}
#wpfc-attachments a[href$='.doc'], #wpfc-attachments a[href$='.rtf'], #wpfc-attachments a[href$='.docx'] {
    height: 16px;
    line-height: 16px;
    margin: 10px 0;
}
#wpfc-attachments a[href$='.pdf'], a.media-notes,
#wpfc-attachments a[href$='.pdf'], a.media-bulletin {
    height: 16px;
    line-height: 16px;
    margin: 10px 0;
}
#wpfc-attachments a[href$='.mp3'] {
    height: 16px;
    line-height: 16px;
    margin: 10px 0;
}
#wpfc-attachments a[href$='.mp4'] {
    height: 16px;
    line-height: 16px;
    margin: 10px 0;
}
.media-notes .dashicons, .media-bulletin .dashicons, .dashicons-before:before,
#wpfc-attachments .dashicons, .dashicons-before:before {
    vertical-align: text-top !important;
}
/* Image styles for Media Series, Ssspeakers */
.media-images-the-terms {
    margin: 10px 0;
    padding: 0;
    zoom: 1;
}
.media-images-the-terms:before,
.media-images-the-terms:after {
    content: "\0020";
    display: block;
    height: 0;
    visibility: hidden;
    clear: both;
}
.media-images-the-terms li,
.media-images-the-terms a,
.media-images-the-terms img {
    float: left;
    margin: 0;
    padding: 0;
}
.media-images-the-terms li {
    list-style-type: none;
    margin: 0 10px 10px 0;
}
ul#wpfc_images_grid {
    margin: 0 !important;
}
ul#wpfc_images_grid:after {
    content: ".";
    visibility: hidden;
    display: block;
    height: 0;
    clear: right;
}
li.wpfc_grid_image {
    list-style-type: none !important;
    margin: 0 10px 10px 0 !important;
    width: 47%;
    float: left;
}
li.wpfc_grid_image img {
    max-width: 100%;
    height: auto;
}
h3.wpfc_grid_title a {
    text-decoration: none;
}
.wpfc_worship_audio {
    max-width: 500px;
}
.wpfc_worship_audio .wp-playlist {
    border: 0px !important;
}
.downloadstrong { float: left; }
.searchfilter, .sortSpeaker, .sortSeries, .sortCategories, .sortVocalists {
    width: 100%;
}