/*
Theme Name:     Jesus Image 2019 Landing page
Theme URI:      https://jesusimage.tv
Author:         Yoann Gern
Author URI:     http://gerny-media.ch
Description:    Template for the Jesus Image landing page
Template:       jesusimage_2019
Version:        0.1
License:        GNU General Public License v2 or later
License URI:    http://www.gnu.org/licenses/gpl-2.0.html
Text Domain:    jesusimage_2019-landing

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 > header > .global {
  background-color: rgba(51, 51, 51, 0.95);
  position: absolute;
  top: 0;
  left: 0;
  right: 0; }
  body > header > .global #burger span {
    background-color: #FFFFFF; }
  body > header > .global .logo a div.svg-box .text {
    fill: #FFFFFF; }
  body > header > .global .logo a div.svg-box .round {
    fill: #333333; }
  body > header > .global .logo a div.svg-box .face {
    fill: #b7a68c; }
  body > header > .global nav ul > li:hover {
    background-color: #6E6E6E; }
  body > header > .global nav ul > li a {
    color: #FFFFFF; }
  body > header > .global nav ul > li ul li:hover {
    background-color: #FFFFFF; }
  body > header > .global nav ul > li ul.sub-menu {
    background-color: #3E3E3E; }
    body > header > .global nav ul > li ul.sub-menu::before {
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 0 10px 10px 10px;
      border-color: transparent transparent #3E3E3E transparent; }
    body > header > .global nav ul > li ul.sub-menu li a {
      color: #FFFFFF; }
    body > header > .global nav ul > li ul.sub-menu li:hover {
      background-color: #6E6E6E; }

body > header > .local {
  display: none; }

@media only screen and (max-width: 767px) {
  body > header {
    margin-top: 0; }
    body > header > .global {
      position: fixed;
      background-color: #333333; }
      body > header > .global.open_nav {
        background-color: #333333; }
        body > header > .global.open_nav nav {
          border-top-color: #303030; }
      body > header > .global nav {
        border-top-color: #333333; }
        body > header > .global nav ul.menu li {
          border-top-color: #6E6E6E; }
        body > header > .global nav ul.menu > li:hover {
          background-color: #3E3E3E; }
        body > header > .global nav ul.menu > li ul.sub-menu li {
          background-color: #3E3E3E;
          border-top-color: #6E6E6E; }
          body > header > .global nav ul.menu > li ul.sub-menu li a {
            color: #FFFFFF; }
          body > header > .global nav ul.menu > li ul.sub-menu li:hover {
            background-color: #6E6E6E; } }
