/*
Theme Name:  Gwangi Youth Child
Theme URI:   http://www.themosaurus.com/gwangi
Author:      Themosaurus
Author URI:  http://www.themosaurus.com
Description: Gwangi Youth is a child theme for Gwangi based on Underscores and Bootstrap 4. It makes good use of the Customizer, allowing multiple color, typography and layout options to build a tailor-made dating & Community platform.
Template:    gwangi
Version:     1.2
License:     GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: gwangi-youth
Tags:        one-column, two-columns, three-columns, left-sidebar, right-sidebar, flexible-header, buddypress, custom-background, custom-colors, custom-header, custom-menu, featured-image-header, featured-images, full-width-template, microformats, post-formats, sticky-post, threaded-comments, rtl-language-support, translation-ready, theme-options
 */
/**
 * Hero
 */
.grimlock-hero.region--12-cols-center-boxed .section__content {
  position: relative;
  -webkit-transform: none !important;
          transform: none !important;
}

.grimlock-hero.region--12-cols-center-boxed .section__content:before {
  content: '';
  display: block;
  width: 482px;
  height: calc(100% + 15px);
  position: absolute;
  top: -15px;
  left: 50%;
  z-index: -1;
  -webkit-transform: translate3d(-50%, 0, 0);
          transform: translate3d(-50%, 0, 0);
  background: url("assets/images/border-geometrical.png") repeat-y center top;
  background-blend-mode: overlay;
  pointer-events: none;
  -webkit-animation: fadein 2s;
          animation: fadein 2s;
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
  transition-delay: 2s;
  opacity: .6;
}

@media screen and (min-width: 992px) {
  .grimlock-hero.region--12-cols-center-boxed .section__content:before {
    height: calc(100% - 3rem - 1px);
  }
}

/**
 * Navigation
 */
@media screen and (min-width: 992px) {
  .main-navigation .navbar-nav.navbar-nav--main-menu > .menu-item > a:before {
    width: 30px;
    -webkit-transform: translate3d(50%, -15px, 0);
            transform: translate3d(50%, -15px, 0);
    right: 50%;
    left: auto;
    -webkit-transform-origin: center center;
            transform-origin: center center;
    border-radius: 500px;
    transition-duration: .2s;
  }
  .main-navigation .navbar-nav.navbar-nav--main-menu > .menu-item:hover > a:before, .main-navigation .navbar-nav.navbar-nav--main-menu > .menu-item:focus > a:before {
    width: 30px;
    left: auto;
    -webkit-transform: translate3d(50%, -8px, 0);
            transform: translate3d(50%, -8px, 0);
  }
}

/**
 * Sections
 */
.grimlock-section .section__title ins:after {
  content: none !important;
}

.grimlock-section .section__title ins:before {
  background: none !important;
  content: "\e943";
  font-family: gwangi;
  color: rgba(0, 0, 0, 0.7);
  height: auto;
  position: absolute;
  bottom: -0.4em;
  left: 0;
  z-index: -1;
  font-size: 0.8em;
  opacity: 0.4;
  top: auto;
}

.grimlock-section .section__title ins.inverse {
  background: none !important;
}

.grimlock-section .section__title ins.inverse:before {
  color: #fff !important;
}

/*# sourceMappingURL=style.css.map */
