

/* FORMS */
input { font-family: 'VAGRoundedNext-Light'; color: #292929; font-size: 18px; line-height: 30px;  border: 1px solid #292929; background-color: transparent; width: 100%; padding: 5px 10px; margin-bottom: 10px; z-index: 210;    }
#enquiry_notes { font-family: 'VAGRoundedNext-Light';  text-align: left; overflow: hidden;  color: #292929; font-size: 18px; line-height: 24px;   border: 1px solid #292929; background-color: transparent; width: 100%; padding: 5px 10px; margin-bottom: 10px; min-height: 120px; resize: vertical; outline: 0;  }
#enquiry_form_outer { position: relative; padding-top: 6px;  max-width: 400px;  z-index: 210; font-size: 18px; line-height: 30px;  }
#enquiry_thank_you {  display: none; font-size: 18px; line-height: 30px; font-family: 'VAGRoundedNext-Light'; color: #292929; }
.submit__button { position: relative; display: inline-block; width: auto; font-family: 'VAGRoundedNext-SemiBold'; color: #ec1c99; font-size: 28px; line-height: 28px; text-align: center; vertical-align: top; text-transform: uppercase; z-index: 101;  border: 1px solid #ec1c99; cursor: pointer; padding: 5px 32px;  border-radius: 19px;  background-color: #FFFFFF;  }

@media only screen and (max-width: 500px) {
  
  
  	input, #enquiry_notes { font-size: 16px; line-height: 21px; }
  	#enquiry_thank_you { font-size: 14px; line-height: 21px; }
    #enquiry_form_outer { margin: 0 auto;    }
    .submit__button { width: 100%; }
    .enquiry_form { padding-bottom: 16px;   }
  
}

@media only screen and (min-width: 501px) and (max-width: 580px) { /* BLUE */
  
  	input, #enquiry_notes { font-size: 16px; line-height: 21px; }
  	#enquiry_thank_you { font-size: 14px; line-height: 21px; }
  	#enquiry_form_outer { margin: 0 auto;    }
    .submit__button { width: 100%; }
      .enquiry_form { padding-bottom: 16px;   }

}

@media only screen and (min-width: 581px) and (max-width: 767px) {
  
  	input, #enquiry_notes { font-size: 16px; line-height: 21px; }
  	#enquiry_thank_you { font-size: 14px; line-height: 21px; }
  	#enquiry_form_outer { margin: 0 auto;    }
    .submit__button { width: 100%; }
      .enquiry_form { padding-bottom: 16px;   }
    

}

@media only screen and (min-width:  768px) and (max-width: 840px)   {
  input, #enquiry_notes { font-size: 16px; line-height: 21px; }
  #enquiry_thank_you { font-size: 14px; line-height: 21px; }
  #enquiry_form_outer { margin: 0 auto;    }
  
}

@media only screen  and (min-width: 841px) and (max-width: 1154px)  {
  
}


