/*
Theme Name: Fracture
Theme URI: http://www.rockettheme.com
Description: RocketTheme Fracture Theme for Wordpress
Version: 1.1
Author: RocketTheme, LLC
Author URI: http://www.rockettheme.com
*/

.widget_gantry_loginbutton {
	z-index: 10000;
}
.widget_gantry_menu {
	z-index: 99999 !important;
}

body.page-id-959 #loginform{ width:310px; margin:auto auto;}
body.page-id-959 #loginform label{display:inherit;}
body.page-id-959 #user_login, body.page-id-959 #user_pass{width:300px;}
body.page-id-959.logged-in  #loginform{display:none;}
body.page-id-959 h1.red{color:#EA2020; text-align:center; font-size:24px;}

body.page-id-7241 #password-lost-form-wrap{width:400px; margin: auto auto;}

body.page-id-959.logged-in  .reset_password{display:none;}
.resetp , .resetp:hover{color:#fff !important; float:right;}
li#wp-admin-bar-edit-profile
{
    display: none !important;
}
li#wp-admin-bar-my-account a{
  pointer-events: none;
  cursor: default;
  text-decoration: none;
}
li#wp-admin-bar-logout a{
pointer-events: all;
  cursor: pointer-events;
}
li#wp-admin-bar-site-name,
#wp-admin-bar-about {
    display: none;
}

.reyborn-make-paymemt input{
	width: 60%;
	margin-top:15px;
}
.reyborn-field-sitter{
	min-height: auto !important;	
}
@keyframes audio-wave {
  0% {height:5px;transform:translateY(0px);background:#9b59b6;}
  25% {height:40px;transform:translateY(20px);background:#3498db;}
/effect is to animate the height of each span from 5px to 30px/
/translateY makes Y axis move down to give the effect that it is growing from the center/

  50% {height:5px;transform:translateY(0px);background:#9b59b6;}
  100% {height:5px;transform:translateY(0px);background:#9b59b6;}
}