/*

Your custom css

*/

/**
 * LANDING PAGE G2E EVENT 2016
 */

.landing-page{
  width: 100%;
}

.landing-page .vc_single_image-wrapper{
  display: block !important;
}

.landing-page .vc_single_image-wrapper img{
  width: 100%;
  max-height: 45em;
}

/**
 * END LANDING PAGE G2E EVENT 2016
 */

/**
 * CONTACT FORM G2E EVENT 2016
 */

#wpcf7-f7235-p7217-o1.wpcf7{
  position: relative;
  margin: 0 auto;
  width: 90%;
}

#wpcf7-f7235-p7217-o1 input, #wpcf7-f7235-p7217-o1 textarea{
  width: 100%;
}

#wpcf7-f7235-p7217-o1 > form > p:nth-child(9){
  text-align: center;
}

#wpcf7-f7235-p7217-o1 .wpcf7-form-control.wpcf7-submit{
  width: 50%;
  margin-right: 0px;
  color:  #137ca5;
  border: 2px solid #137ca5;
}


#wpcf7-f7235-p7217-o1 input[type=text],
#wpcf7-f7235-p7217-o1 input[type=tel],
#wpcf7-f7235-p7217-o1 input[type=email],
#wpcf7-f7235-p7217-o1 textarea {
  -webkit-transition: all 0.30s ease-in-out;
  -moz-transition: all 0.30s ease-in-out;
  -ms-transition: all 0.30s ease-in-out;
  -o-transition: all 0.30s ease-in-out;
  outline: none;
  border: 1px solid #DDDDDD;
}
 
#wpcf7-f7235-p7217-o1 input[type=text]:focus,
#wpcf7-f7235-p7217-o1 input[type=tel]:focus,
#wpcf7-f7235-p7217-o1 input[type=email]:focus,
#wpcf7-f7235-p7217-o1 textarea:focus {
  box-shadow: 0 0 5px rgba(81, 203, 238, 1);
  border: 1px solid rgba(81, 203, 238, 1);
}

#wpcf7-f7235-p7217-o1 .wpcf7-form-control.wpcf7-submit:hover{
  box-shadow: 0 0 5px rgba(81, 203, 238, 1);
  background-color: #FFFFFF;
}

#wpcf7-f7235-p7217-o1 .wpcf7-response-output{
  width: 100%;
}


/**
 * END CONTACT FORM G2E EVENT 2016
 */