/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jul 14 2020 | 03:39:44 */
/* keep it mobile friendly by only applying these styles for larger viewports */
@media only screen and (min-width: 641px) {
 
 body #gform_wrapper_1 { 
  max-width: 50%;
  margin: 0 auto;
 }
 
 body #gform_wrapper_1 ul li.gfield .ginput_container,
 body #gform_wrapper_1 ul li.gfield .gfield_description,
 body #gform_wrapper_1 div.ginput_complex label,
 body #gform_wrapper_1 input:not([type='radio']):not([type='checkbox']):not([type='submit']), 
 body #gform_wrapper_1 select, 
 body #gform_wrapper_1 textarea { 
  text-align:center;
 }
 
 body #gform_wrapper_1 ul.top_label li.gfield label.gfield_label {
  text-align: center;
  display: block;
 }
   
  body #gform_wrapper_1 .gform_footer,
  body #gform_wrapper_1 .gform_page_footer{
    text-align: center;
  }
  
  input#input_1_1 {
    width: 250px;
    padding: 1em;
  }
  
}

/*Form style*/
#input_1_1[type=text] {
    text-align: left!important;
}

input#gform_submit_button_1 {
    padding-top: 1em;
    padding-bottom: 1em;
    background-color: #5e2414;
    color: #F3DAC6;
}

input#gform_submit_button_1:hover {
    opacity: 0.8;
    background-color: #CB8D7A;
    color: #5e2414;
    border: 2px solid #5e2414;
}

/*Error design*/
li#field_1_1 {
    background: none;
    border: none;
}

div#validation_message_1_1 {padding-top: 0;text-align: left!important;font-size: 12px;}

.validation_error {
    border: none!important;
    margin-bottom: 0!important;
}

div#gform_confirmation_message_1 {
    text-align: center;
    color: #F3DAC6;
    font-size: 20px;
    font-weight: 600;
}