/*------------------------------------------*/
/*    Forms Message
/*------------------------------------------*/

.comment-form label.error {
    color: #f6412d;
    font-size: 0.95rem;
    line-height: 1;
    margin-bottom: 20px;
  }
  
  .comment-form-msg {
    position: absolute;
    bottom: 10px;
    left: 350px;
  }
  
  .comment-form-msg .error,
  .comment-form-msg .loading {
    color: #45afff;
    font-size: 1.1rem;
    line-height: 1;
    font-weight: 600;
  }
  
  .comment-form-msg .error {
    color: #f6412d;
  }
  
  
  
  
  /* ==========================================================================
     19.  CONTACTS
     =========================================================================== */
  
  /* #contacts-1.bg-lightgrey {
    background-image: url(../images/tra-waves.png);
    background-position: bottom center; 
  } 
  
  #contacts-2 {
    background-image: url(../images/tra-bg-5.png);
  }*/
  
  .contacts-section .form-holder {
    position: relative;
    top: 100px;
  }
  
  /*------------------------------------------*/
  /*    Contact Form Input
  /*------------------------------------------*/
  
  .contact-form .form-control {
    height: 54px;
    background-color: #fff;
    border: 1px solid #ccc;
    box-shadow: 0 0 0 0;
    color: #444;
    font-size: 1rem;
    font-weight: 300;
    padding: 0 20px;
    margin-bottom: 25px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
  }
  
  #contacts-2 .contact-form .form-control {
    background-color: transparent;
    border: none;
    border-bottom: 2px solid #666;
    color: #f5f5f5;
    font-size: 1.35rem;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    letter-spacing: -0.5px;
    padding: 0 5px;
    margin-bottom: 35px;
  }
  
  .contact-form .custom-select {
    display: inline-block;
    width: 100%;
    height: 54px;
    line-height: 1;
    color: #444;
    font-size: 1rem;
    font-weight: 300;
    padding: 0 15px;
    margin-bottom: 25px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
  }
  
  .bg-lightgrey .contact-form .form-control {
    border: 1px solid #ddd;
  }
  
  /*------------------------------------------*/
  /*    Contact Form Textarea
  /*------------------------------------------*/
  
  .contact-form textarea { min-height: 220px; }
  .contact-form textarea.form-control { 
    padding: 20px;
  }
  
  #contacts-2 .contact-form textarea.form-control { 
    padding: 20px 5px;
  }
  
  /*------------------------------------------*/
  /*    Contact Form Placeholder
  /*------------------------------------------*/
  
  .contact-form .form-control::-moz-placeholder { color: #555; } 
  .contact-form .form-control:-ms-input-placeholder { color: #555; }
  .contact-form .form-control::-webkit-input-placeholder { color: #555; }
  
  #contacts-2 .contact-form .form-control::-moz-placeholder { color: #666; } 
  #contacts-2 .contact-form .form-control:-ms-input-placeholder { color: #666; }
  #contacts-2 .contact-form .form-control::-webkit-input-placeholder { color: #666; }
  
  /*------------------------------------------*/
  /*    Contact Form Input Focus
  /*------------------------------------------*/
  
  .contact-form .form-control:focus,
  .contact-form .custom-select:focus {
      outline: 0px none;
      box-shadow: none;
      border-color: #6bbb28;
  }
  
  #contacts-2 .contact-form .form-control:focus {
      outline: 0px none;
      box-shadow: none;
      border-color: #fff;
  }
  
  /*------------------------------------------*/
  /*    Contact Form Message
  /*------------------------------------------*/
  
  .contact-form label.error {
    color: #f6412d;
    font-size: 0.95rem;
    line-height: 1;
    margin-bottom: 20px;
    margin-left: 35px;
  }
  
  #contacts-2 .contact-form label.error {
    margin-left: 5px;
    margin-bottom: 30px;
  }
  
  .contact-form-msg {
    position: absolute;
    bottom: 10px;
    left: 10px;
  }
  
  .contact-form-msg .error,
  .contact-form-msg .loading {
    color: #45afff;
    font-size: 1.1rem;
    line-height: 1;
    font-weight: 600;
  }
  
  .contact-form-msg .error {
    color: #f6412d;
  }

  #button {
    background-color:#f9f9f9;
	  border-radius:28px;
	  border:1px solid #dcdcdc;
	  display:inline-block;
	  cursor:pointer;
	  color:#666666;
	  font-family:Arial;
	  font-size:17px;
	  padding:16px 31px;
	  text-decoration:none;
	  text-shadow:0px 1px 0px #ffffff;
}

#pContact1 {
  text-align: center;
}

#pContact2 {
  text-align: center;
}

#contacts-1 {
  padding-top: 120px;
}