/*
Theme Name:         Burning Man Chap Child Theme 
Theme URI:          https://chap.website
Description:        Chap is a WordPress theme using Semantic UI CSS framework.
Author:             websevendev
Author URI:         https://themeforest.net/user/websevendev
Template:           chap
Version:            1.0.1
License:            Regular License
License URI:        https://themeforest.net/licenses/terms/regular
Tags:               custom-menu, editor-style, theme-options
Text Domain:        chap
*/

@import "icomoon/style.css";

body .site {
  background: #fff;
}

/* START Hamburger Menu CSS */
.hamburger {
    display: flex;
    align-self: center;
    flex-direction: column;
    justify-content: space-between;
    width: 1.77vw;
    height: 1.5vw;
    cursor: pointer;
    transition: all .5s ease;
}
.hamburger div {
    align-self: flex-end;
    height: 2px;
    min-height:2px;
    width: 100%;
    background: #fff;
    transition: all .5s ease;
}
.hamburger .meat {
    width: 100%;
    transition: width 200ms ease-in-out;
}
.hamburger .bottom-bun {
    width: 50%;
    transition: width 400ms ease-in-out;
}
.hamburger:hover div {
    width: 100%;
}
.pusher.dimmed .ui.menu .hamburger {
    height: 2px;
    margin-bottom: 1.5vw;
    line-height: 2px;
}
.pusher.dimmed .ui.menu .hamburger .meat {
    margin-top: -1em;
}
.pusher.dimmed .ui.menu .hamburger .bottom-bun {
    margin-top: -1em;
}
.tablepress td, 
.tablepress th {
    line-height:1em;
    padding: 1vw;
}
.tablepress tr.row-1 td, 
.tablepress tr.row-1 th {
    padding: 1.2vw;
}

.hamburger:hover .top-bun {
    animation: burger-hover 1s infinite ease-in-out alternate;
}
.hamburger:hover .meat {
    animation: burger-hover 1s infinite ease-in-out alternate forwards 200ms;
}
.hamburger:hover .bottom-bun {
    animation: burger-hover 1s infinite ease-in-out alternate forwards 400ms;
}

.ui.masthead.segment #primary_menu {
    float: right !important;
}
@media screen and (max-width:768px) {
   
    .hamburger {
        width: 7vw;
        height: 6vw;
    }
    .hamburger div {
        height: 1vw;
        line-height:1vw;
    }
    .pusher.dimmed .ui.menu .hamburger {
        height:1vw;
        line-height: 1vw;
    }
    #primary_menu .toc.item:not(.manual) {
        margin: 0;
    }
    .ui.masthead.segment #primary_menu {
        float: right !important;
    }
    
}
/* END Hamburger Menu CSS */

/* START FOOTER STYLES */
@media only screen and (max-width: 768px) {
  .non-profit {
    font-size: 0.8em;
  }
}
.footer {
  padding-top: 2rem !important;
  background: #1b3041 !important;
  color: #ffffff;
  overflow: hidden;
  font-family: "Lato", sans-serif;
  line-height: 1.4285em;
  white-space: nowrap;
}
.footer p {
  color: inherit;
}
.footer-content {
  margin-top: 40px !important;
}
.footer a {
  color: #fff;
  text-decoration: none;
  font-size: 1.1em;
}
.map-bg {
  background: url(https://webassets.burningman.org/images/bpv4sprite.png) 50% -440px
    no-repeat;
  overflow: hidden;
}

.read-more {
  display: inline-block;
}
/* END FOOTER STYLES */

