/*-------GRAVITY FORM GENERAL STYLES------*/
.gform_wrapper {
    margin:0;
    color:#171717;
}

.gform_wrapper .gform_heading {
    display:none;
}

/*----GRAVITY FORMS SECTION HEADING STYLES----*/
.gform_wrapper .gsection {
    margin-bottom:4rem;
}

.gform_wrapper h2.gsection_title, .gform_wrapper h3.gform_title {
    font-size:3.3rem;
    text-align:initial;
    margin-bottom:1.5rem !important;
}

/*----GRAVITY FORMS ITEM STYLES----*/
.gform_wrapper li.gfield {
    padding:0 !important;
    margin-top:0 !important;
    margin-bottom:2.5em !important;
}

/*----GRAVITY FORMS ITEM LABEL STYLES----*/
.gform_wrapper label.gfield_label {
    font-size:2rem;
}

.gform_legacy_markup_wrapper .top_label .question .gfield_label {
    font-size:1.8rem;
    display:inline-block;
    margin-bottom:0;
}

li.question .gfield_label span.gfield_required {
    display:none;
}

.gform_wrapper .gfield_required {
    color:#F4484B;
}

/*----GRAVITY FORMS TEXT INPUT STYLES----*/
.gform_wrapper li.hidden_label input {
    margin-top:0;
}
.gform_wrapper li.name span.name_last {
    margin-bottom:0 !important;
}

.gform_wrapper .field_sublabel_hidden_label .ginput_complex.ginput_container input[type="text"] {
    margin-bottom:0 !important;
}

.gform_wrapper input[type='text'], .gform_wrapper textarea {
    background:#f7f7f7;
    border:none;
    border-radius:0;
    font-weight:300;
    display:block;
    color:#171717;
    padding:0.6em 0.5em !important;
    line-height:1.2;
}

.gform_wrapper textarea {
    resize:vertical;
}

.gform_wrapper textarea.medium {
    height:12rem;
}

/*----INPUT PLACEHOLDER STYLES----*/
::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:#757575;
    text-align:left;
    opacity:0.8;
}
::-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color:#757575;
    text-align:left;
    opacity:0.8;
}
::-moz-placeholder  { /* Mozilla Firefox 19+ */
    color:#757575 !important;
    text-align:left;
    opacity:0.8;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color:#757575 !important;
    text-align:left;
    opacity:0.8;
}
::-ms-input-placeholder { /* Microsoft Edge */
    color:#757575 !important;
    text-align:left;
    opacity:0.8;
}

/*----GRAVITY FORMS FOOTER STYLES----*/
.gform_wrapper .gform_footer {
    padding:0.5rem 0 0;
    margin:0;
}

.gform_legacy_markup_wrapper .gform_page_footer {
    border-top:none !important;
    padding:1.6rem 0 0;
    margin:1.4rem 0;
}

/*-----GRAVITY FORMS FOOTER BUTTONS-----*/
input[type='button'].gform_next_button, input[type='button'].gform_previous_button, input[type='submit'] {
    font-size:2rem !important;
    font-weight:600;
    font-family:"proxima-nova","Ek Mukta", sans-serif !important;
    text-transform:uppercase;
    color:#f7f7f7;
    padding:0.8em 1.4em !important;
    border-radius:0;
    border:0.2rem solid #c1946b;
    margin-bottom:2rem !important;
    box-shadow:none !important;
}

input[type='button'].gform_previous_button {
    background:transparent !important;
    color:#c1946b !important;
}

input[type='button'].gform_next_button {
    background:#c1946b !important;
}

input[type='button'].gform_next_button:hover, input[type='button'].gform_next_button:active, input[type='button'].gform_next_button:focus {
    opacity:0.8 !important;
}

input[type='button'].gform_previous_button:hover, input[type='button'].gform_previous_button:active, input[type='button'].gform_previous_button:focus {
    background:#c1946b !important;
    color:#f7f7f7 !important;
}

.gform_wrapper input[type='submit'] {
    color:#f7f7f7;
    background:#C1946B;
    border:0.2rem solid #C1946B;
    font-size:1.6rem !important;
    text-transform:uppercase;
    font-weight:600;
    letter-spacing:0.02em;
    padding:0.6em 1.4em;
    border-radius:0;
    box-shadow:none;
}

.gform_wrapper input[type='submit']:hover, .gform_wrapper input[type='submit']:active, .gform_wrapper input[type='submit']:focus {
    opacity:0.8;
    color:#f7f7f7;
    box-shadow:none;
}

/*------GRAVITY FORMS CONTACT PAGE------*/
.gform_wrapper #gform_submit_button_1 {
    font-size:1.6rem !important;
    padding:1em;
    width:18rem;
    background:#C1946B;
    border-radius:0;
}

#gform_wrapper_1 {
    width:46rem !important;
    max-width:90%;
}

#gform_wrapper_1 label {
    display:none;
}

#gform_wrapper_1 li.gfield {
    margin-bottom:2rem !important;
    margin-top:0 !important;
}

#gform_wrapper_1 .top_label div.ginput_container {
    margin-top:0;
}

#gform_wrapper_1 .name_first input {
    max-width:initial;
}

#gform_wrapper_1 input[type='text'], #gform_wrapper_1 textarea {
    color:#171717 !important;
    width:100% !important;
    background:#f7f7f7;
}

#gform_wrapper_1 ::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:#757575;
}

#gform_wrapper_1 ::-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color:#757575;
}

#gform_wrapper_1 ::-moz-placeholder  { /* Mozilla Firefox 19+ */
    color:#757575 !important;
}

#gform_wrapper_1 :-ms-input-placeholder { /* Internet Explorer 10-11 */
    color:#757575 !important;
}

#gform_wrapper_1 ::-ms-input-placeholder { /* Microsoft Edge */
    color:#757575 !important;
}

/*-------SHARE WITH FRIEND FORM-------*/
.gform_wrapper.share-to-friend_wrapper {
    max-width:40rem;
    margin:auto;
}

.share-to-friend {
    box-shadow:0 0.4rem 2rem 0 rgba(0,0,0,.2);
    margin:auto;
    padding:2rem;
    max-width:50rem;
}
/*-------SHARE WITH FRIEND TEXT INPUT STYLES-------*/
.gform_wrapper .share-to-friend li.gfield {
    margin-bottom:1.5em !important;
}

.gform_wrapper .share-to-friend input[type='text'], .gform_wrapper .share-to-friend textarea {
    background:#dadada;
}

/*------CONFIRMATION STYLES------*/
.gform_confirmation_wrapper {
    padding:2rem;
    margin:0 auto;
    max-width:45rem;
    width:100%;
}

.gform_confirmation_wrapper:not(.share-to-friend) {
    box-shadow:none;
    background:#dadada;
}

.gform_confirmation_message {
    font-size:2.2rem;
    font-weight:600;
    text-align:center;
    color:#171717 !important;
    margin:0 auto;
}

.gform_confirmation_img {
    width:8rem;
    margin:2rem auto;
}

.gform_confirmation_message h4 {
    margin-left:auto;
    margin-right:auto;
    max-width:40rem;
}

.gform_confirmation_message h4:not(:first-child) {
    margin-top:3rem;
}

.gform_confirmation_message p {
    margin:auto auto 1rem;
}

.gform_confirmation_message p.name {
    margin-bottom:0;
}

.gform_confirmation_message p.title {
    font-size:1.2rem;
    text-transform:uppercase;
    font-weight:600;
}

/*------CONFIRMATION STYLES: SHARE WITH FRIEND------*/
.gform_wrapper .share-to-friend .top_label input.medium {
    width:100%;
    max-width:38rem;
}

.gform_confirmation_wrapper.share-to-friend .gform_confirmation_message {
    margin:0 auto;
}

.gform_confirmation_message .gform_confirmation_img.email-share {
    width:20rem;
    margin:auto;
    padding-right0.4rem;
}

.gform_confirmation_message.gform_confirmation_message_15 h3 {
    margin:-2.5rem auto 2rem !important;
}

/*-------ERROR STYLES: NOTICE-------*/
.gform_validation_errors {
    display:none;
}

.gform_wrapper div.validation_error {
    color:#f7f7f7;
    font-size:1.6rem;
    border:none;
    padding:1rem;
    background:#171717;
}

/*-------ERROR STYLES: LABELS-------*/
.gform_wrapper .gfield_error .gfield_label {
    color:#F4484B;
}

.gform_wrapper li.gfield_error.name span label {
    margin-bottom:0 !important;
}

/*-------ERROR STYLES: DESCRIPTIONS-------*/
.gform_wrapper .gfield_error.field_description_below .gfield_description {
    padding-top:1rem;
}

li.gfield_error .gfield_description:not(.validation_message) {
    margin-bottom:1rem;
}

/*-------ERROR STYLES: TEXT FIELD-------*/
.gform_wrapper li.gfield.gfield_error.gfield_contains_required div.ginput_container, .gform_wrapper li.gfield.gfield_error.gfield_contains_required label.gfield_label {
    margin-top:0.8rem;
}

.gform_wrapper li.field_sublabel_below .ginput_complex {
    margin-top:0.8rem !important;
}

.gform_wrapper li.gfield.gfield_error, .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
    background-color:transparent;
    border:none;
}

.gform_wrapper li.gfield_error input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]), .gform_wrapper li.gfield_error textarea {
    border:0.1rem solid #F4484B;
    box-shadow:0 0 0.2rem rgba(244,72,75,0.3);
}

.gfield_error.field_description_below .validation_message, .gform_wrapper .gfield_error.checkbox.field_description_below .validation_message, .gfield_error.secure.field_description_below .validation_message, .gfield_error.with-description .validation_message, .gfield_error.name .gfield_description.validation_message {
    padding-top:0 !important;
}

.gform_wrapper li.gfield.gfield_error {
    margin-bottom:1.5em !important;
}

/*-------ERROR STYLES: VALIDATION MESSAGE (below inputs)-------*/
.gform_wrapper .validation_message {
    color:#F4484B;
}

/*-------ERROR STYLES: CHECKBOXES-------*/
.gform_wrapper .gfield_error .gfield_checkbox li:last-child {
    margin-bottom:0;
}

/*-----------------------------------------
MOBILES 767px (iPad) and all widths below this
-----------------------------------------*/
@media only screen and (max-width:767px) {

    .gform_wrapper input[type="text"], .gform_wrapper textarea {
    }

    .gform_wrapper #gform_submit_button_1 {
        font-size:2rem !important;
    }

    .gform_wrapper textarea.medium {
        height:15rem !important;
    }

}

/*-----------------------------------------
TABLETS 641px (iPad) and all widths above this
-----------------------------------------*/
@media only screen and (min-width:641px) {
    
    input[type='button'].gform_next_button {
        margin-right:0 !important;
    }
    
    .gform_legacy_markup_wrapper .ginput_container span:not(.ginput_price) {
        display:inline-block !important;
        margin-bottom:0;
    }
    
}

/*-----------------------------------------
MOBILES 641px (iPad) and all widths below this
-----------------------------------------*/
@media only screen and (max-width:641px) {
	
    /* ------ GRAVITY FORM STYLES ------ */
    .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=image]):not([type=file]) {
        line-height:1.2;
    }

    .gform_wrapper input[type='submit'] {
        font-size:2rem !important;
        line-height:1 !important;
    }
	
}

/*-----------------------------------------
TABLETS 640px (iPad) and all widths below this
-----------------------------------------*/
@media only screen and (max-width:640px) {
    
    .gform_legacy_markup_wrapper .ginput_container span:not(.ginput_price) {
        display:inline;
    }
    
    .gform_wrapper table.gfield_list td {
        width:calc(100% - 5.5rem) !important;
        margin-right:1.5rem !important;
    }
    
    .gform_wrapper able.gfield_list tr td.gfield_list_icons {
        width:4rem !important;
    }
    
    .gform_legacy_markup_wrapper ul.gform_fields.form_sublabel_below table.gfield_list td:after {
        margin:0.3rem 0;
    }

    .gform_legacy_markup_wrapper div.ginput_complex.ginput_container.gf_name_has_2 span, .gform_legacy_markup_wrapper .top_label input.medium, .gform_legacy_markup_wrapper .top_label select.medium {
        width:100% !important;
    }

    .gform_legacy_markup_wrapper.gf_browser_chrome ul.gform_fields li.gfield span.name_first {
        display:block;
    }
    
    .gform_legacy_markup_wrapper .ginput_container span:not(.ginput_price) {
        margin-bottom:0.8rem !important;
    }

}

/*-----------------------------------------
MOBILES 512px (iPhone) and all widths below this
-----------------------------------------*/
@media only screen and (max-width:512px) {

	/*-------GRAVITY FORMS-------*/
	.gform_wrapper label.gfield_label {
	    font-size:2rem;
  	}
	
	.gform_wrapper #gform_submit_button_2 {
    	    font-size:2rem !important;
    	    padding:0.75em;
	}

	/*-------CONFIRMATION MESSAGE--------*/
	#gform_wrapper_1 {
	    max-width:100%;
	}

}