/*
 Theme Name:   FUREE
 Theme URI:    http://example.com/activism-child/
 Description:  FUREE Theme
 Template:     activism
 Version:      1.0.0
 Text Domain:  furee
*/

/*@import url(../activism/style.css);*/

/*********** add your code below this comment do not delete anything above this comment **********/

.teamcolumninner p {
    line-height: 1.3;
    margin-bottom: 27px;
}


@-webkit-keyframes fadeInDownLighter {
  0% {
    opacity: 1;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }

  100% {
    opacity: 0.2;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fadeInDownLighter {
  0% {
    opacity: 1;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
  }

  100% {
    opacity: 0.2;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

.fadeInDownLighter {
  -webkit-animation-name: fadeInDownLighter;
  animation-name: fadeInDownLighter;
   animation-duration: 3s;
   -webkit-animation-duration: 3s;

}

/* centered columns styles */
.row-centered {
    text-align:center;
}
.col-centered {
    display:inline-block;
    float:none;
    /* inline-block space fix */
    margin-right:-4px;
    vertical-align: top;
}
.pull-bottom {
    display: inline-block;
    vertical-align: bottom;
    float: none;
}

/* set bottom margin to something */
.bottom-zero {
	margin-bottom: 0;
}
.bottom-four {
	margin-bottom: 4px;
}
.bottom-eight {
	margin-bottom: 8px;
}

.cheat-container {
	margin-left: -15px;
    margin-right: -15px;
}

/* CUSTOMIZE LOGIN FORM ON MEMBERS PAGE */
form#loginform {
	text-align: center;
}

form#loginform p {
    display: inline-block;
    height: 56px; /* 50px input + pad + margin */
    margin: 0 10px 22px;
}
#loginform input[type="text"],  #loginform input[type="password"], #user_pass {
    height: 50px;
    width: 200px;
}
#rememberme {
	height: 13px;
}
form#loginform p.login-submit {
	height: 28px;
	width: 200px;
}