
/* CSS FOR GRAVITY FORMS */

#field_1_17 {
    word-spacing: -0.1em;
    line-height: 120%;
    font-family: "Shadows Into Light Two";
    color: rgba(255,180,0,1);
    text-transform: lowercase;
    font-variant: none;
    text-decoration: none;
    font-style: normal;
    font-weight: 400;
    letter-spacing: 0.04em;
    font-size: 20px;
}

#field_1_16 {
    word-spacing: -0.1em;
    line-height: 120%;
    font-family: "Shadows Into Light Two";
    color: rgba(255,180,0,1);
    text-transform: lowercase;
    font-variant: none;
    text-decoration: none;
    font-style: normal;
    font-weight: 400;
    letter-spacing: 0.04em;
    font-size: 20px;
}

body .gform_wrapper .top_label li.gfield.gf_left_half, body .gform_wrapper .top_label li.gfield.gf_right_half, body .gform_wrapper .top_label li.gfield.gf_left_third, body .gform_wrapper .top_label li.gfield.gf_middle_third, body .gform_wrapper .top_label li.gfield.gf_right_third {
    float: left;
    margin-left: 0 !important;
    margin-right: 0 !important;
    clear: none !important;
}


.gform_wrapper select {
    margin-bottom: 18px;
}

.gform_wrapper .top_label input.medium.datepicker, .gform_wrapper .top_label input.small.datepicker {
    margin-bottom: 18px;
}

#gform_submit_button_1 {
    background-color: #86982b;
    width: 200px;
    height: 65px;
    font-size: xx-large;
    border-radius: 18px;
    color: white;
    font-family: "Shadows Into Light Two";
}

body .gform_wrapper .gform_body .gfield_label {
    word-spacing: -0.1em;
    line-height: 120%;
    font-family: "Shadows Into Light Two";
    color: rgba(255,180,0,1);
    text-transform: lowercase;
    font-variant: none;
    text-decoration: none;
    font-style: normal;
    font-weight: 400;
    letter-spacing: 0.04em;
    font-size: 20px;
}

.gform_wrapper .gfield_required {
    visibility: hidden;
}


/* 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: 100%;
  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_2=1 textarea { 
  text-align:center;
 }
 
  body #gform_wrapper_1 .gform_footer,
  body #gform_wrapper_1 .gform_page_footer{
    text-align: center;
  }
 
}



/* thumbnail gallery cursor */
.pp-grid-item--gallery {
    cursor: pointer;
}​