/*
Theme Name: Twenty Sixteen Child Theme
Theme URI: https://wordpress.org/themes/twentysixteen/
Author: the WordPress team
Author URI: https://wordpress.org/
Template: twentysixteen
Description: This Twenty Sixteen child theme uses a very simple and clean design for the blog posts and pages.
Version: 1.0
License: GNU General Public License v2 or later
Tags: black, blue, gray, red, white, yellow, dark, light, one-column, two-columns, right-sidebar, fixed-layout, responsive-layout, 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
Text Domain: twentysixteen-child
This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

body #content .post .entry-content {
    float: none;
    width: 100%;
}
body #content .post .entry-footer {
    display: none;
}

#masthead {
  padding-top: 40px !important;
  padding-bottom: 40px !important;
}

.site-branding {
  display: flex;
  width: 100%;
}

.site-branding .left {
  flex: 1;
}

.site-branding .right {
  flex: 1;
  text-align:right;
}

.site-branding .right ul li {display:inline-block;list-style:none;}
.site-branding .right ul li a {
  padding: 0.65625em 0.875em;
  color: #1a1a1a;
  display: block;
  line-height: 1.3125;
}
.site-branding .right ul li a:hover {color: #007acc;}

body.no-sidebar:not(.search-results) article:not(.type-page) .entry-content {margin-left:0;margin-right:0;width:100%;}

.qtranxs-lang-menu a {text-decoration:underline;}

/* FOOTER */
body .site-footer .site-title:after {display:none;}

/* EVENTS */
#tribe-events-bar {display:none;}
.tribe-events-event-meta .tribe-events-meta-group {margin-top:20px;}
.events-list.tribe-bar-is-disabled #tribe-events-content-wrapper, .events-list .tribe-events-loop, .single-tribe_organizer .tribe-events-loop, .single-tribe_venue .tribe-events-loop, .tribe-events-day .tribe-events-loop {max-width:100%;}

/* WOOCOMMERCE */
.woocommerce-MyAccount-navigation-link--downloads {display:none;}

/* ------- Responsive code here ------- */
@media only screen and (max-width:909px){
    body #content .post .entry-content {
        float: none;
        margin: 0 7.6923%;
        width: auto;
    }
}
@media screen and (min-width: 56.875em) {
  .no-sidebar .twentysixteen .site-main, .no-sidebar .entry-header, .no-sidebar .entry-content, .no-sidebar .entry-summary, .no-sidebar .entry-footer, .no-sidebar .comments-area, .no-sidebar .image-navigation, .no-sidebar .post-navigation, .no-sidebar .pagination, .no-sidebar .page-header, .no-sidebar .page-content, .no-sidebar .content-bottom-widgets {margin-right:0;margin-left:0;}
}

