/*
 * Thebomb.com Subscriber list css
*/
div#subscribe_area {
    background: #ffffff;
    padding: 20px;
	min-width:300px;
}

#subscribe_area h3.thebomb-title-thank {
	font-size: 20px;
    margin-bottom: 40px;
}

#subscribe_area .align-center {
    text-align: center;
}

button#subscribe-button {
    width: 100%;
    text-align: center;
    color: #ffffff;
    background-color: #5cb85c;
    border-color: #4cae4c;
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 16px;
    line-height: 1.42857143;
    border-radius: 3px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-transform: uppercase;
    border-radius: 0;
	font-weight:bold;
}


#Thebombform p.status.success {
    color: #3c763d;
}
/* form starting stylings ------------------------------- */
#Thebombform .group{ 
  position:relative; 
  margin-bottom:25px; 
}

#Thebombform input{
    font-size: 18px;
    padding: 10px 10px 10px 5px;
    display: block;
    width: 100%;
    border: none; 
    border-radius: 0;
    border-bottom: 2px solid #2538498c;
    background: #ffffff;
}

#Thebombform input:focus{ 
  outline:none; 
  box-shadow:none;
}

/* LABEL ======================================= */
#Thebombform label{
  color:#999; 
  font-size:14px;
  font-weight:normal;
  pointer-events:none;
  left:5px;
  transition:0.2s ease all; 
  -moz-transition:0.2s ease all; 
  -webkit-transition:0.2s ease all;
}

/* active state */
#Thebombform input:focus ~ label,
#Thebombform input:valid ~ label{
  top:-20px;
  left: 0;
  font-size:14px;
  color:#5264AE;
}
