/*
Theme Name: Twenty Sixteen Child
Theme URI: https://wordpress.org/themes/twentysixteen/
Template: twentysixteen
Author: TechnoVisual
Author URI: http://www.technovisual.co.uk
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.1534327965
Updated: 2018-08-15 10:12:45

*/


.custom-logo,
.site-header .logo {
    margin-top:20px;
    max-width: 919px;
    width: 919px !important;
    height: 176px !important;
    
}

.site-branding{
  text-align: center;

  margin: auto !important;
  margin-left: 50px !important;
}

.main-navigation a{
    color: #007fa3 !important;
}

.entry-footer{
  display:none;
}

@media only screen and (max-width: 910px) {
  .menu-toggle{
    display: none;
  }
}

@media only screen and (max-width: 600px) {
  #podcastLink{
    display: none;
  }
}