/* 
 Theme Name:   twentysixteen-child
 Theme URI:    
 Description:  
 Author:       simon
 Author URI:   www.bcmagazine.net
 Template:     twentysixteen
 Version:      1.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html

 /* == Add your own styles below this line ==
--------------------------------------------*/
/* remove underline from links */
.entry-content a, .entry-summary a, .taxonomy-description a, .logged-in-as a, .comment-content a, .pingback, .comment-body > a, .textwidget a, .entry-footer a:hover, .site-info a:hover {
    box-shadow: none;
}
/* dont display text site title */
.page h1.entry-title {
			display:none;
}
/* remove the blank space between menu and content */
.site-header {
	padding-bottom: 10px;
}
/* remove sapce above logo */
#masthead {
padding-top: 0px !important;
padding-bottom: 12px !important;
}
.widget {
border-top: none;
margin-bottom: 1em;
padding-top: 1em;
}
.page h1.entry-title {
			display:none;
}
.tribe-events-month #tribe-events-header .tribe-events-sub-nav .tribe-events-nav-next a, .tribe-events-month #tribe-events-header .tribe-events-sub-nav li {
   display: block;
}
