/*
Theme Name: Twenty Sixteen Child
Theme URI: https://wordpress.org/themes/twentysixteen/
Template: twentysixteen
Author: the WordPress team
Author URI: https://wordpress.org/
Description: Twenty Sixteen is a modernized take on an ever-popular WordPress layout — the horizontal masthead with an optional right sidebar that works perfectly for blogs and websites. It has custom color options with beautiful default color schemes, a harmonious fluid grid using a mobile-first approach, and impeccable polish in every detail. Twenty Sixteen will make your WordPress look beautiful everywhere.
Tags: one-column,two-columns,right-sidebar,accessibility-ready,custom-background,custom-colors,custom-header,custom-menu,editor-style,featured-images,flexible-header,microformats,post-formats,rtl-language-support,sticky-post,threaded-comments,translation-ready,blog
Version: 1.3.1488754754
Updated: 2017-03-05 23:59:14

*/

.wp-caption  {
    color: #686868;
    font-size: 12px !important;
    font-size: 0.75rem !important;
    font-style: italic;
    line-height: 1.6153846154;
    padding-top: 0.5384615385em;
}

.wp-caption .wp-caption-text  {
    color: #686868;
    font-size: 12px !important;
    font-size: 0.75rem !important;
    font-style: italic;
    line-height: 1.6153846154;
    padding-top: 0.5384615385em;
}

h1,
h2,
h3,
h4 {
    font-family: Montserrat, "Helvetica Neue", sans-serif;
}

article .entry-header {
    border-top: 4px solid #1a1a1a;
	padding-top: 2.5em;
}

.single .byline,
.group-blog .byline  {
    display: none !important;
}

.archive.category .page-title   {
    display: none !important;
}

.video-responsive{
    overflow:hidden;
    padding-bottom:56.25%;
    position:relative;
    height:0;
}
.video-responsive iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}