
/* MAILCHIMP */

#signupform {
	color: #c7bfa9;
	margin: 50px auto;
	font-weight: normal;
	font-size: 30px;
	line-height: 30px;
	text-align: center;
	z-index: 4;	
    opacity: 0.7;
}

body#teaser #signupform, #signupform.mini {
    position: absolute;
    bottom: 25px;
    margin: 0px;
    right: 20px;
    font-size: 25px;
    line-height: 20px;
    opacity: 0;
}

#signupform.mini {
    left: 50%;
    transform: translateX(-50%);
    bottom: 110px;
    text-transform: uppercase !important;
    opacity: 0.7;
    transition: 0.3s;
}

#signupform.mini:hover {
    opacity: 1;
}

#signupform input {
	display: inline-block;
	outline: none;
}

#signupform .email {
	background: #c7bfa9;
    border: none;
	width: 370px;
	padding: 15px 30px 15px 10px;
	font-size: 30px;
    letter-spacing: 0px;
    font-weight: normal !important;
	color: black;
	line-height: 30px;
    text-align: center;
	vertical-align: bottom;
	margin: 0px;
    font-weight: normal;
    font-family: 'Typographer Rotunda';
}

body#teaser #signupform .email,  #signupform.mini .email {
    width: 250px;
    padding: 5px 10px;
    font-size: 25px;
    line-height: 25px;
    display: inline;
}

#signupform.mini .email {
    background: transparent;
    border-bottom: 1px solid #c7bfa9;
    color: black;
    padding: 0px;
}

#signupform .button {
    color: #c7bfa9;
    border: 0px;
    font-size: 30px;
    line-height: 30px;
    vertical-align: bottom;
    transition: 0.3s;
    padding: 7px;
    display: table;
    text-align: center;
    font-weight: normal;
    letter-spacing: 0px;
    margin: 10px auto 0px auto;
    cursor: pointer;
    background: transparent;
    font-family: 'Typographer Rotunda';    
}

body#teaser #signupform .button, #signupform.mini .button {
    font-size: 25px;
    line-height: 25px;
    display: inline;
    margin: 0px 0px 0px 5px;
}

#signupform.mini .button {
    padding: 20px 20px 0px 10px;
    margin: 0px;
}

#signupform .button:hover {
    color: black;
}


::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #c7bfa9;
    font-family: 'Typographer Rotunda';    
}
::-moz-placeholder { /* Firefox 19+ */
  color: #c7bfa9; 
    font-family: 'Typographer Rotunda';    
}
:-ms-input-placeholder { /* IE 10+ */
  color: #c7bfa9;
    font-family: 'Typographer Rotunda';    
}
:-moz-placeholder { /* Firefox 18- */
  color: #c7bfa9;
    font-family: 'Typographer Rotunda';    
}



@media (max-width: 800px) {


    
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #c7bfa9;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #c7bfa9; 

}
:-ms-input-placeholder { /* IE 10+ */
  color: #c7bfa9;
}
:-moz-placeholder { /* Firefox 18- */
  color: #c7bfa9;
}
   
    #signupform.mini {
        width: 100%;
        bottom: 115px;
    }
    
    body#teaser #signupform .email, #signupform.mini .email {
        font-size: 20px;
        line-height: 20px;
    }   
    
body#teaser #signupform .button, #signupform.mini .button {
    font-size: 20px;
    line-height: 20px;
    display: inline;
    margin: 0px 0px 0px 5px;
}    
#signupform.mini .button {
    padding: 20px 0px 0px 0px;
    margin: 0px;
}    

}


@media (min-width: 800px) and (max-height: 650px) {  
    
    #signupform.mini {
        bottom: 89px;
    }
    body#teaser #signupform .email, #signupform.mini .email {
        font-size: 20px;
        line-height: 20px;
    }   
    
body#teaser #signupform .button, #signupform.mini .button {
    font-size: 20px;
    line-height: 20px;
    display: inline;
    margin: 0px 0px 0px 5px;
}    

#signupform.mini .button {
    padding: 20px 0px 0px 0px;
    margin: 0px;
}    

}
