/*
 Theme Name:   Specia Lifetime - Child Theme
 Description:  Child Theme for Specia Lifetime Theme
 Author:       Xfive
 Template:     specia-lifetime
 Version:      1.0.0
 Text Domain:  specia
*/

/*
 * CSS changes for search form and similar modifications can be found in the css directory of this folder.
 */




/* Added by Tyler to make the login/logout menu look nicer on medium sized screens */
@media (max-width: 1200px) {
	.header-fabify {
		width: 100% !important;
	}
}
#menu-login {
	margin-top: 0px !important;
}
.sticky-nav {
	transition: transform 0.4s;
}
.scroll-down .sticky-nav {
  transform: translate3d(0, -100%, 0);
}
.scroll-up .sticky-nav {
  transform: none;
}
.scroll-up .sticky-nav {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.35);
}

/* End of Tyler's changes */


.fabify-button {
    display: flex;
    margin-top: -5px;
}

/**a.btn-first {
    line-height: 23px !important;
    margin-right: -14px !important;
}
*/

.fabify-button a {
    padding: 10px 10px;
    line-height: 45px;
    border-radius: 30px;
    color: #fff;
}

nav.navbar.navbar-default.nav-fabify.sticky-nav.sticky.sticky-effects.sticky-active {
    margin-top: -33px !important;
}
