/*
Theme Name: jkc-child-emoko
Theme URI: https://www.jimkleiber.com;
Author: Jim Kleiber
Author URI: jimkleiber.com
Description: JKC Child Emoko is a modification of Flat Bootstrap by XtremelySocial is a modern, fully responsive, "flat" style theme with a nice color palette, big full-width images, and full-width colored sections. It automatically adapts for desktops, tablets, and phones. It is based on the WordPress standard starter theme (_S) and the Twitter Bootstrap CSS framework. Features include a mobile navigation bar, multiple columns (grid), buttons, icons, labels, badges, tabbed content areas, collapsible content areas, progress bars, alert boxes, carousels (sliders) and much, much more. This is a theme for both users and theme developers with lots of features but without the bloat. For a live demo go to http://xtremelysocial.com/wordpress/flat/.
Version: 99.9
License: GNU General Public License
License URI: http://www.opensource.org/licenses/GPL-3.0
Text Domain: jkc-emoko-child
Template: jkc-v2
Domain Path: /languages/
Tags: one-column, right-sidebar, left-sidebar, fluid-layout, responsive-layout, custom-header, custom-menu, featured-images, featured-image-header, full-width-template, flexible-header, theme-options, sticky-post, threaded-comments, light, translation-ready, rtl-language-support, custom-background

*/


/* @group ROOT */

:root {
    --brand-color: #222;
    --brand-color-hover: #141414;
    --button-color: hsla(120, 100%, 30%, 1);
    --button-color-hover: hsla(120, 100%, 20%, 1);
}

.wp-playlist-current-item {
    /*height: 100px !important;*/
    height: auto !important;
}

.wp-playlist .wp-playlist-current-item img {
    max-width: 50px !important;
}

.wp-playlist-current-item .wp-playlist-item-title {
    font-size: 1.1em;
    font-weight: 500;
    white-space: pre-line !important;
    line-height: 1.25 !important;        
}


@media screen and (min-width: 768px){
  .navbar-inverse .navbar-nav > .active > a,
  li.dropdown > a:hover {
    color: black !important;
  }
}

/* Don't black out the active nav link on hover */
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus,
li.dropdown:hover {
    /* comment out to not showing active link with menu links to search results */
    background-color: transparent !important;


    /*background-color: transparent;*/
    /*border-bottom: 5px solid #fff;*/
    /*background-color: #ff7878;*/
}

.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  background-color: transparent;
}

@media screen and (max-width: 782px){
  html {
      margin-top: 0 !important;
  }
  body.admin-bar .navbar-fixed-top {
    top: 0 !important;
  }  
}    

@media screen and (max-width: 767px){
/*  body.page-template.logged-in #main-grid {
    margin-top: -46px !important;
  }
  body.page-template:not(.logged-in) #main-grid {
    margin-top: 0 !important;
  } */ 
}

/*.navbar-inverse .navbar-nav > .active > a {
  color: black;
}*/



li.dropdown > a:hover {
    text-decoration: underline !important
}

.dropdown-menu > .active > a {
  background:  transparent !important;
}

.dropdown-menu > .active > a:hover {
  text-decoration: underline !important;
  background-color: transparent !important;
}

/*making dropdown menu a bit wider*/
@media screen and (max-width: 1199px){
  .header-minimal .navbar > .container {
    padding-left: 80px;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    white-space: pre-wrap;
  }
  #logo-image {
    background-image: url('https://www.emoko.org/emoko-heart-big-white.png') !important;
    top: -5px !important;
    left: 5px !important;
    width: 40px;
    height: 70px;
  }
}


.pricing__table::before {
  content: "DRAFT";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
  text-align: center;
  font-size: 120px;
  padding-top: 20%;
  color: red;
/*  background-image: -moz-element(#draft-pricing);
  background-repeat: repeat-y;
  background-position: center;*/
  background-color: rgba(0,0,0,0.2);
}

#logo-image {
/*  width: 150px;*/
  position: relative;
  top: -17px;
  left: 20px;
  background-image: url('https://www.emoko.org/emoko-logo-dharma-italic-slight.png');
  background-size: contain;
  background-repeat: no-repeat;
}

/*
 Only custom marker for summary/details
 For cross browser compatible styling hide Firefox's marker by setting summary { display: block }
 and Chrome and Safari's marker by setting ::-webkit-details-marker {display: none;}
*/



/*.tree-nav__item {
  display: block;
  white-space: nowrap;
  color: #ccc;
  position: relative;
}
.tree-nav__item.is-expandable::before {

}
.tree-nav__item .tree-nav__item {
  margin-left: 2.4rem;
}
.tree-nav__item.is-expandable[open] > .tree-nav__item-title::before {

}
.tree-nav__item.is-expandable > .tree-nav__item-title {
  padding-left: 2.4rem;
}
.tree-nav__item.is-expandable > .tree-nav__item-title::before {

}

.tree-nav__item-title {
  cursor: pointer;
  display: block;
  outline: 0;
  color: #fff;
  font-size: 1.5rem;
  line-height: 3.2rem;
}
.tree-nav__item-title .icon {
  display: inline;
  padding-left: 1.6rem;
  margin-right: 0.8rem;
  color: #666;
  font-size: 1.4rem;
  position: relative;
}
.tree-nav__item-title .icon::before {
  top: 0;
  position: absolute;
  left: 0;
  display: inline-block;
  width: 1.6rem;
  text-align: center;
}

.tree-nav__item-title::-webkit-details-marker {
  display: none;
}
*/