/* =WordPress Core
-------------------------------------------------------------- */
.nav-drop li.current a:before, .nav-drop li.active a:before {
      left: 0;
      right: 0; }

.nav-drop li a {
      position: relative;
      transform: perspective(1px) translateZ(0); }
      .nav-drop li a:before {
        content: '';
        position: absolute;
        left: 51%;
        right: 51%;
        bottom: 0;
        height: 1px;
        background: #fff;
        transition-property: left, right;
        transition-duration: 0.3s;
        transition-timing-function: ease-out; }
.nav-drop li a:hover:before {
	left: 0;
	right: 0; }

h1,.h1,h2,.h2,h3,.h3,h4,.h4,h5,.h5,h6,.h6,.h {
  text-transform: uppercase; 
}
.form-search input[type="search"] {
right: -10px;
}
.form-search.child-input-focused input[type="search"] + button {
    padding: 0;
}