/*
    Theme Name: Friends Of Golf Child
    Theme URI: https://friendsofgolf.org;
    Author: Thirsty Agency
    Author URI: https://thirsty.agency;
    Version: 1.2.1
    Template: friendsofgolf
*/

@import url("../friendsofgolf/style.css");
input[type="button" i],
input[type="submit" i],
input[type="reset" i],
input[type="file" i]::-webkit-file-upload-button,
button {
    border: none !important;
}


/* Footer Subscription */

input#ninja_forms_field_5 {
    background: url("/wp-content/uploads/2016/02/sub_button.jpg");
    margin: 5px 0px 0px -10px;
    width: 49px;
    height: 48px;
    border: 0;
    color: transparent;
    cursor: pointer;
}


/* Homepage FOG News Signup */

div#ninja_forms_field_7_error {
    color: #000;
}

div#ninja_forms_field_8_error {
    color: #000;
}

div#ninja_forms_form_5_response_msg p {
    color: #fff;
}

#ninja_forms_field_6 {
    color: #FFF;
    background-color: #000 !important;
    margin-top: 5px;
    font-size: 22px;
    line-height: 50px;
    height: 55px;
    width: 75%;
    font-style: normal;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    border-color: #FFF !important;
    text-align: center;
    border-width: 2px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    background-color: transparent;
    padding-left: 21px;
    padding-right: 21px;
}

input#ninja_forms_field_6:hover {
    color: #fff;
    border-color: #000;
    background-color: #000;
    cursor: pointer;
}

input#ninja_forms_field_7 {
    font-family: 'Montserrat';
}

input#ninja_forms_field_8 {
    font-family: 'Montserrat';
}


/*div#nf_submit_5 {    margin-top: 6px;    background-color: #000;}*/


/* Gform Donation */

input#gform_submit_button_1 {
    color: #171717;
    font-size: 14px;
    line-height: 50px;
    font-style: normal;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    border-color: #171717;
    border-width: 2px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    background-color: transparent;
    padding-left: 21px;
    padding-right: 21px;
}

input#gform_submit_button_1:hover {
    color: #fff;
    border-color: #52c81f;
    background-color: #52c81f;
    cursor: pointer;
}

ul#gform_fields_1 {
    font-size: 20px;
}

.gform_wrapper li.gfield.gfield_creditcard_warning {
    border: none !important;
}

.gfield_creditcard_warning_message {
    display: none;
}

.donationline {
    padding: 10px;
}

li#field_1_6 {
    border: 1px solid #52c81f !important;
    padding: 16px;
}


/*.gform_body {    border: 1px solid black;    padding: 20px;}*/

.donationheading {
    font-family: 'Montserrat', sans-serif;
    font-size: 35px;
    line-height: 34px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: -0.5px;
    color: #000;
    text-transform: capitalize;
}

input#input_1_7 {
    margin-top: 0px;
    font-size: 35px;
    font-family: 'Montserrat';
    color: #52c81f;
}

input#choice_1_1_0 {
    margin-left: 2px;
    margin-top: 8px;
}

input#choice_1_1_1 {
    margin-left: 2px;
    margin-top: 8px;
}

label#label_1_1_0 {
    colro height: 100%;
    font-size: 30px;
    font-family: 'Montserrat';
    margin-left: 45px !important;
}

label#label_1_1_1 {
    height: 100%;
    font-size: 30px;
    font-family: 'Montserrat';
    margin-left: 45px !important;
}


/*.hideradio input[type="radio"] {display:none;}*/

span.ginput_total.ginput_total_1 {
    margin-top: 20px;
    font-size: 35px !important;
    font-family: 'Montserrat';
    color: #52c81f !important;
}

.gform_wrapper ul.gfield_radio li input[type=radio]:checked + label {
    color: #52c81f;
}

.checkopacity {
    opacity: .1;
}


/* Placeholder Text  */

::-webkit-input-placeholder {
    font-family: @font-primary;
    padding: 10px;
    color: #E0E0E0;
    font-size: 25px;
}

:-moz-placeholder {
    /* Firefox 18 */
    font-family: @font-primary;
    padding: 10px;
    color: #E0E0E0;
    font-size: 25px;
}

::-moz-placeholder {
    /* Firefox 19+ */
    font-family: @font-primary;
    padding: 10px;
    color: #E0E0E0;
    font-size: 25px;
}

:-ms-input-placeholder {
    font-family: @font-primary;
    padding: 10px;
    color: #E0E0E0;
    font-size: 25px;
}


/* Placeholder Text Donation Form */

input.medium.ginput_amount::-webkit-input-placeholder {
    font-family: @font-primary;
    padding: 0px;
    color: #E0E0E0;
    font-size: 24px;
}

input.medium.ginput_amount:-moz-placeholder {
    font-family: @font-primary;
    padding: 0px;
    color: #E0E0E0;
    font-size: 24px;
}

input.medium.ginput_amount::-moz-placeholder {
    font-family: @font-primary;
    padding: 0px;
    color: #E0E0E0;
    font-size: 24px;
}

input.medium.ginput_amount:-ms-input-placeholder {
    font-family: @font-primary;
    padding: 0px;
    color: #E0E0E0;
    font-size: 24px;
}


/* Checkbox Animation */

@-webkit-keyframes check {
    0% {
        height: 0;
        width: 0;
    }
    25% {
        height: 0;
        width: 10px;
    }
    50% {
        height: 20px;
        width: 10px;
    }
}

@-moz-keyframes check {
    0% {
        height: 0;
        width: 0;
    }
    25% {
        height: 0;
        width: 10px;
    }
    50% {
        height: 20px;
        width: 10px;
    }
}

@-ms-keyframes check {
    0% {
        height: 0;
        width: 0;
    }
    25% {
        height: 0;
        width: 10px;
    }
    50% {
        height: 20px;
        width: 10px;
    }
}

@keyframes check {
    0% {
        height: 0;
        width: 0;
    }
    25% {
        height: 0;
        width: 10px;
    }
    50% {
        height: 20px;
        width: 10px;
    }
}

.checkbox,
.checkbox-alt {
    display: inline-block;
    height: 50px;
    width: 50px;
}

.checkbox label,
.checkbox-alt label {
    display: block;
    height: 50px;
    width: 50px;
}

.checkbox label:after,
.checkbox-alt label:after {
    /*  This element has a border on the right, and top. By rotating it looks like a check symbol, but the wrong way. That's why I'm flipping it with scaleX(-1)  */
    -moz-transform: scaleX(-1) rotate(135deg);
    -ms-transform: scaleX(-1) rotate(135deg);
    -webkit-transform: scaleX(-1) rotate(135deg);
    transform: scaleX(-1) rotate(135deg);
    /*  I want to position the symbol using the left top, because when increasing the width and height of an object, it expands from the top left corner as well. That is what makes it looks like it's being drawn.  */
    -moz-transform-origin: left top;
    -ms-transform-origin: left top;
    -webkit-transform-origin: left top;
    transform-origin: left top;
    border-right: 4px solid #ccc;
    border-top: 4px solid #ccc;
    opacity: .1;
    content: '';
    display: block;
    height: 20px;
    left: 14px;
    position: absolute;
    top: 26px;
    width: 10px;
}

.checkbox label:hover:after,
.checkbox-alt label:hover:after {
    border-color: #ccc;
}

.checkbox input,
.checkbox-alt input {
    display: none;
}

.checkbox input:checked + label:after,
.checkbox-alt input:checked + label:after {
    -webkit-animation: check 0.8s;
    -moz-animation: check 0.8s;
    -o-animation: check 0.8s;
    animation: check 0.8s;
    border-color: #000;
    opacity: 1;
}

.checkbox.checkbox-alt label:hover:after,
.checkbox-alt.checkbox-alt label:hover:after {
    -webkit-animation: check 0.8s ease infinite;
    -moz-animation: check 0.8s ease infinite;
    -o-animation: check 0.8s ease infinite;
    animation: check 0.8s ease infinite;
}

.checkbox.checkbox-alt input:checked + label:after,
.checkbox-alt.checkbox-alt input:checked + label:after {
    -webkit-animation: none;
    -moz-animation: none;
    -o-animation: none;
    animation: none;
}


/* Donation 2*/

@media only screen and (max-width: 767px) {
    .gform_wrapper .top_label li.gfield.gf_right_half {
        width: 100% !important;
    }
    .gform_wrapper .top_label li.gfield.gf_left_half {
        width: 100% !important;
    }
    .gform_wrapper .top_label li.gfield.gf_left_third,
    .gform_wrapper .top_label li.gfield.gf_middle_third,
    .gform_wrapper .top_label li.gfield.gf_right_third {
        width: 100% !important;
    }
}

input#input_3_9,
input#input_3_10,
input#input_3_5 {
    font-family: 'Montserrat' !important;
    height: 50px;
}

li#field_3_6 {
    border: 2px solid #52c81f !important;
    padding: 10px;
}

span.ginput_total.ginput_total_3 {
    font-family: 'Montserrat';
    font-size: 24px !important;
    color: #52c81f !important;
}

.gform_wrapper .top_label .gfield_label {
    font-family: 'Montserrat';
    font-size: 25px;
}

div#input_3_4 {
    font-family: 'Montserrat';
}

div#input_3_6 {
    font-family: 'Montserrat';
}

label#label_3_1_0 {
    font-size: 24px;
    font-family: 'Montserrat', sans-serif;
}

label#label_3_1_1 {
    font-size: 24px;
    font-family: 'Montserrat', sans-serif;
}

input#input_3_7 {
    font-size: 24px;
    width: 100%;
    font-family: 'Montserrat', sans-serif;
    color: #52c81f;
}

input#choice_3_26_0, input#choice_3_26_1, input#choice_3_26_2 {
    width: 3em !important;
}

label#label_3_26_0, label#label_3_26_1, label#label_3_26_2 {
    color: rgb(204, 204, 204);
    font-size: 32px;
    display: inline;
    font-family: 'Montserrat', sans-serif;
    margin: 8px;
}

input#gform_submit_button_3 {
    color: #171717;
    font-size: 17px;
    line-height: 50px;
    font-style: normal;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    border: 2px solid #171717 !important;
    border-color: #171717;
    border-width: 2px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    background-color: transparent;
    padding-left: 21px;
    padding-right: 21px;
}

input#gform_submit_button_3:hover {
    color: #fff;
    border: 2px solid #52c81f !important;
    border-color: #52c81f;
    background-color: #52c81f;
    cursor: pointer;
}

#gform_wrapper_3 .donationheading{
    font-size: 24px;
}
#gform_wrapper_3 .gchoice_3_26_0 {
    display: block;
}
#gform_wrapper_3 label#label_3_26_0, #gform_wrapper_3 label#label_3_26_1, #gform_wrapper_3 label#label_3_26_2{
    font-size: 20px;
}
#gform_wrapper_3.gform_wrapper .top_label .gfield_label{
    font-size: 20px;
}
#gform_wrapper_3 span.ginput_total.ginput_total_3{
    font-size: 24px;
}

.gform_wrapper ul.gfield_radio li input[type=radio]:checked + label {
    color: #52c81f !important;
}


/*label#label_3_26_0:checked + label{    color:#52c81f !important;  }  label#label_3_26_1:checked + label{     color:#52c81f !important;  }*/

input[type="radio"] {
    background-color: rgba(204, 204, 204, 0.18);
    border: 0.0625em solid rgba(255, 255, 255, 0.5);
    border-radius: 50%;
    box-shadow: inset 0 0 0 0 black;
    cursor: pointer;
    font: inherit;
    height: 3em;
    outline: none;
    -moz-appearance: none;
    -webkit-appearance: none;
}

input[type="radio"]:checked {
    background-color: #52c81f;
    box-shadow: inset 0 0 0 .6em #FFF;
    -webkit-transition: background .15s, box-shadow .1s;
    transition: background .15s, box-shadow .1s;
}


/* Timeline History Styles */

.timeline-block.timeline-post-right {
    border-color: rgb(222, 222, 222) !important;
    background-color: rgb(222, 222, 222) !important;
    color: #000 !important;
}

.timeline-block.timeline-post-left {
    color: #FFF !important;
}

.timeline-feature-item .timeline-dot,
.timeline-wrapper .timeline-dot {
    background-color: rgb(129, 215, 66) !important;
}

.ult-timeline-arrow l,
.ult-timeline-arrow s {
    display: none !important;
}

.timeline-block .timeline-header h3,
.timeline-header-block .timeline-header h3 {
    font-family: 'Montserrat', sans-serif;
    font-size: 25px !important;
    font-style: normal !important;
}

.ult-responsive.timeline-item-spt {
    font-size: 20px !important;
    /*color: #000 !important;*/
}


/* Mobile Logo Fixes */

@media only screen and (max-width: 1000px) {
    header .q_logo img.mobile {
        height: 40px !important;
        margin-top: -15px;
    }
}


/* Gravity Forms Registration Form */

#gform_4 li label {
    font-family: 'Montserrat';
    font-size: 20px !important;
}

.gform_wrapper .gf_progressbar {
    padding: 6px !important;
    background-color: #fff !important;
}

.gform_wrapper .gf_progressbar:after {
    background-color: rgba(82, 200, 31, 0.11) !important;
}

.gform_wrapper .gf_progressbar_percentage {
    height: 24px;
    color: #fff;
    text-align: right;
    font-size: 13px!important;
    text-shadow: 0 1px 1px rgba(0, 0, 0, .5);
    background: #52c81f !important;
}

.gform_wrapper .gf_progressbar_wrapper h3.gf_progressbar_title {
    color: #52c81f!important;
    font-size: 26px !important;
    font-family: 'Montserrat';
    font-style: normal;
    opacity: 1 !important;
}

input#choice_4_4_0 {
    width: 3em !important;
}

input#choice_4_4_1 {
    width: 3em !important;
}

.touch input#gform_next_button_4_15,
.no-touch input#gform_next_button_4_15 {
    color: #171717;
    font-size: 17px;
    line-height: 50px;
    font-style: normal;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    border: 2px solid #171717 !important;
    border-color: #171717;
    border-width: 2px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    background-color: transparent;
    padding-left: 21px;
    padding-right: 21px;
}

.no-touch input#gform_next_button_4_15:hover {
    color: #fff;
    border: 2px solid #52c81f !important;
    border-color: #52c81f;
    background-color: #52c81f;
    cursor: pointer;
}

.touch input#gform_previous_button_4_40,
.no-touch input#gform_previous_button_4_40 {
    color: #171717;
    font-size: 17px;
    line-height: 50px;
    font-style: normal;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    border: 2px solid #171717 !important;
    border-color: #171717;
    border-width: 2px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    background-color: transparent;
    padding-left: 21px;
    padding-right: 21px;
}

.no-touch input#gform_previous_button_4_40:hover {
    color: #fff;
    border: 2px solid #52c81f !important;
    border-color: #52c81f;
    background-color: #52c81f;
    cursor: pointer;
}

.touch input#gform_next_button_4_40,
.no-touch input#gform_next_button_4_40 {
    color: #171717;
    font-size: 17px;
    line-height: 50px;
    font-style: normal;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    border: 2px solid #171717 !important;
    border-color: #171717;
    border-width: 2px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    background-color: transparent;
    padding-left: 21px;
    padding-right: 21px;
}

.no-touch input#gform_next_button_4_40:hover {
    color: #fff;
    border: 2px solid #52c81f !important;
    border-color: #52c81f;
    background-color: #52c81f;
    cursor: pointer;
}

.touch input#gform_previous_button_4,
.no-touch input#gform_previous_button_4 {
    color: #171717;
    font-size: 17px;
    line-height: 50px;
    font-style: normal;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    border: 2px solid #171717 !important;
    border-color: #171717;
    border-width: 2px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    background-color: transparent;
    padding-left: 21px;
    padding-right: 21px;
}

.no-touch input#gform_previous_button_4:hover {
    color: #fff;
    border: 2px solid #52c81f !important;
    border-color: #52c81f;
    background-color: #52c81f;
    cursor: pointer;
}

.touch input#gform_submit_button_4,
.no-touch input#gform_submit_button_4 {
    color: #171717;
    font-size: 17px;
    line-height: 50px;
    font-style: normal;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    border: 2px solid #171717 !important;
    border-color: #171717;
    border-width: 2px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    background-color: transparent;
    padding-left: 21px;
    padding-right: 21px;
}

.no-touch input#gform_submit_button_4:hover {
    color: #fff;
    border: 2px solid #52c81f !important;
    border-color: #52c81f;
    background-color: #52c81f;
    cursor: pointer;
}

.touch input#gform_previous_button_4_73,
.no-touch input#gform_previous_button_4_73 {
    color: #171717;
    font-size: 17px;
    line-height: 50px;
    font-style: normal;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    border: 2px solid #171717 !important;
    border-color: #171717;
    border-width: 2px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    background-color: transparent;
    padding-left: 21px;
    padding-right: 21px;
}

.no-touch input#gform_previous_button_4_73:hover {
    color: #fff;
    border: 2px solid #52c81f !important;
    border-color: #52c81f;
    background-color: #52c81f;
    cursor: pointer;
}

.touch input#gform_next_button_4_73,
.no-touch input#gform_next_button_4_73 {
    color: #171717;
    font-size: 17px;
    line-height: 50px;
    font-style: normal;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    border: 2px solid #171717 !important;
    border-color: #171717;
    border-width: 2px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    background-color: transparent;
    padding-left: 21px;
    padding-right: 21px;
}

.no-touch input#gform_next_button_4_73:hover {
    color: #fff;
    border: 2px solid #52c81f !important;
    border-color: #52c81f;
    background-color: #52c81f;
    cursor: pointer;
}

.touch input#gform_previous_button_4_83,
.no-touch input#gform_previous_button_4_83 {
    color: #171717;
    font-size: 17px;
    line-height: 50px;
    font-style: normal;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    border: 2px solid #171717 !important;
    border-color: #171717;
    border-width: 2px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    background-color: transparent;
    padding-left: 21px;
    padding-right: 21px;
}

.no-touch input#gform_previous_button_4_83:hover {
    color: #fff;
    border: 2px solid #52c81f !important;
    border-color: #52c81f;
    background-color: #52c81f;
    cursor: pointer;
}

.touch input#gform_next_button_4_83,
.no-touch input#gform_next_button_4_83 {
    color: #171717;
    font-size: 17px;
    line-height: 50px;
    font-style: normal;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    border: 2px solid #171717 !important;
    border-color: #171717;
    border-width: 2px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    background-color: transparent;
    padding-left: 21px;
    padding-right: 21px;
}

.no-touch input#gform_next_button_4_83:hover {
    color: #fff;
    border: 2px solid #52c81f !important;
    border-color: #52c81f;
    background-color: #52c81f;
    cursor: pointer;
}

input#choice_4_76_0 {
    width: 3em !important;
}

input#choice_4_76_1 {
    width: 3em !important;
}

input#choice_4_77_0 {
    width: 3em !important;
}

input#choice_4_77_1 {
    width: 3em !important;
}

input#choice_4_85_0 {
    width: 3em !important;
}

input#choice_4_85_1 {
    width: 3em !important;
}

input#choice_4_105_0 {
    width: 3em !important;
}

input#choice_4_105_1 {
    width: 3em !important;
}

input#choice_9_77_0 {
    width: 3em !important;
}

input#choice_9_77_1 {
    width: 3em !important;
}

input#choice_9_85_0 {
    width: 3em !important;
}

input#choice_9_85_1 {
    width: 3em !important;
}

input#choice_9_105_0 {
    width: 3em !important;
}

input#choice_9_105_1 {
    width: 3em !important;
}

input#choice_4_113_0 {
    width: 3em !important;
}

input#choice_4_113_1 {
    width: 3em !important;
}

input#choice_4_119_0 {
    width: 3em !important;
}

input#choice_4_119_1 {
    width: 3em !important;
}

input#choice_4_125_0 {
    width: 3em !important;
}

input#choice_4_125_1 {
    width: 3em !important;
}

input#choice_4_131_0 {
    width: 3em !important;
}

input#choice_4_131_1 {
    width: 3em !important;
}

li#field_4_75 {
    text-align: center;
}

li#field_4_76 {
    text-align: center;
}

li#field_4_78 {
    text-align: center;
}

li#field_4_77 {
    text-align: center;
}

li#field_4_84 {
    text-align: center;
}

li#field_4_85 {
    text-align: center;
}

li#field_4_104 {
    text-align: center;
}

li#field_4_105 {
    text-align: center;
}

li#field_9_78 {
    text-align: center;
}

li#field_9_77 {
    text-align: center;
}

li#field_9_84 {
    text-align: center;
}

li#field_9_85 {
    text-align: center;
}

li#field_9_104 {
    text-align: center;
}

li#field_9_105 {
    text-align: center;
}

input#input_4_25 {
    font-size: 26px;
    width: 100%;
    font-family: 'Montserrat', sans-serif;
    color: #52c81f;
}

input#input_9_25 {
    font-size: 26px;
    width: 100%;
    font-family: 'Montserrat', sans-serif;
    color: #52c81f;
}

select#input_4_3_4 {
    text-transform: uppercase;
}

table td {
    padding: 5px 10px;
    text-align: left !important;
}

table thead tr,
table tbody tr {
    border: none !important;
}

table.entry-products td div.product_name {
    color: #52c81f !important;
}

span.ginput_total.ginput_total_4 {
    font-family: 'Montserrat';
    font-size: 35px !important;
    color: #52c81f !important;
}


/* Gravity Forms  Dinner Registration Form */

#gform_9 li label {
    font-family: 'Montserrat';
    font-size: 20px !important;
}

.touch input#gform_next_button_9_40,
.no-touch input#gform_next_button_9_40 {
    color: #171717;
    font-size: 17px;
    line-height: 50px;
    font-style: normal;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    border: 2px solid #171717 !important;
    border-color: #171717;
    border-width: 2px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    background-color: transparent;
    padding-left: 21px;
    padding-right: 21px;
}

.no-touch input#gform_next_button_9_40:hover {
    color: #fff;
    border: 2px solid #52c81f !important;
    border-color: #52c81f;
    background-color: #52c81f;
    cursor: pointer;
}

.touch input#gform_previous_button_9_73,
.no-touch input#gform_previous_button_9_73 {
    color: #171717;
    font-size: 17px;
    line-height: 50px;
    font-style: normal;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    border: 2px solid #171717 !important;
    border-color: #171717;
    border-width: 2px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    background-color: transparent;
    padding-left: 21px;
    padding-right: 21px;
}

.no-touch input#gform_previous_button_9_73:hover {
    color: #fff;
    border: 2px solid #52c81f !important;
    border-color: #52c81f;
    background-color: #52c81f;
    cursor: pointer;
}

.touch input#gform_next_button_9_73,
.no-touch input#gform_next_button_9_73 {
    color: #171717;
    font-size: 17px;
    line-height: 50px;
    font-style: normal;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    border: 2px solid #171717 !important;
    border-color: #171717;
    border-width: 2px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    background-color: transparent;
    padding-left: 21px;
    padding-right: 21px;
}

.no-touch input#gform_next_button_9_73:hover {
    color: #fff;
    border: 2px solid #52c81f !important;
    border-color: #52c81f;
    background-color: #52c81f;
    cursor: pointer;
}

.touch input#gform_previous_button_9_83,
.no-touch input#gform_previous_button_9_83 {
    color: #171717;
    font-size: 17px;
    line-height: 50px;
    font-style: normal;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    border: 2px solid #171717 !important;
    border-color: #171717;
    border-width: 2px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    background-color: transparent;
    padding-left: 21px;
    padding-right: 21px;
}

.no-touch input#gform_previous_button_9_83:hover {
    color: #fff;
    border: 2px solid #52c81f !important;
    border-color: #52c81f;
    background-color: #52c81f;
    cursor: pointer;
}

.touch input#gform_next_button_9_83,
.no-touch input#gform_next_button_9_83 {
    color: #171717;
    font-size: 17px;
    line-height: 50px;
    font-style: normal;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    border: 2px solid #171717 !important;
    border-color: #171717;
    border-width: 2px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    background-color: transparent;
    padding-left: 21px;
    padding-right: 21px;
}

.no-touch input#gform_next_button_9_83:hover {
    color: #fff;
    border: 2px solid #52c81f !important;
    border-color: #52c81f;
    background-color: #52c81f;
    cursor: pointer;
}

.touch input#gform_previous_button_9,
.no-touch input#gform_previous_button_9 {
    color: #171717;
    font-size: 17px;
    line-height: 50px;
    font-style: normal;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    border: 2px solid #171717 !important;
    border-color: #171717;
    border-width: 2px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    background-color: transparent;
    padding-left: 21px;
    padding-right: 21px;
}

.no-touch input#gform_previous_button_9:hover {
    color: #fff;
    border: 2px solid #52c81f !important;
    border-color: #52c81f;
    background-color: #52c81f;
    cursor: pointer;
}

.touch input#gform_submit_button_9,
.no-touch input#gform_submit_button_9 {
    color: #171717;
    font-size: 17px;
    line-height: 50px;
    font-style: normal;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    border: 2px solid #171717 !important;
    border-color: #171717;
    border-width: 2px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    background-color: transparent;
    padding-left: 21px;
    padding-right: 21px;
}

.no-touch input#gform_submit_button_9:hover {
    color: #fff;
    border: 2px solid #52c81f !important;
    border-color: #52c81f;
    background-color: #52c81f;
    cursor: pointer;
}

span.ginput_total.ginput_total_9 {
    font-family: 'Montserrat';
    font-size: 35px !important;
    color: #52c81f !important;
}


/* Homepage Gravity Signup Form */

input#input_6_1,
input#input_6_3 {
    font-family: 'Montserrat';
    font-size: 2em;
}

input#input_6_2 {
    font-family: 'Montserrat';
    font-size: 2em;
}

input#gform_submit_button_6 {
    color: #FFF;
    background-color: #000 !important;
    margin-top: 5px;
    font-size: 22px;
    line-height: 50px;
    height: 55px;
    width: 100%;
    font-style: normal;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    border-color: #FFF !important;
    text-align: center;
    border-width: 2px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    background-color: transparent;
    padding-left: 21px;
    padding-right: 21px;
}

input#gform_submit_button_6:hover {
    color: #fff;
    border-color: #000;
    background-color: #000;
    cursor: pointer;
}

.fa-long-arrow-down:before {
    content: "\f107" !important;
    font-size: 56px !important;
}

.carousel-inner .slider_content .slide_anchor_holder.slider_anchor_on_bottom_of_the_slider {
    bottom: 5% !important;
}


/* Contact Page Gravity Form */

input#gform_submit_button_7 {
    color: #FFF;
    background-color: #000 !important;
    margin-top: 5px;
    font-size: 17px;
    line-height: 50px;
    height: 52px;
    width: 100%;
    font-style: normal;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    border-color: #FFF !important;
    text-align: center;
    border-width: 2px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    background-color: transparent;
    padding-left: 21px;
    padding-right: 21px;
}

input#gform_submit_button_7:hover {
    color: #fff;
    border-color: #52c81f;
    background-color: #52c81f !important;
    cursor: pointer;
}

a.thirsty {
    color: #000;
}


/* Homepage Mobile Fix */

@media only screen and (min-width:0px) and (max-width:767px) {
    .vc_empty_space.homemobile {
        display: none;
    }
}


/* Gravity Forms IOS Buttons - No Hover */


/* header */

.title_subtitle_holder a.qbutton {
    color: #ffffff;
    border-color: #52c81f;
    margin: 20px;
    background-color: #52c81f;
    margin-top: 20px;
}

body.page-id-52027 .subtitle {
    text-transform: inherit;
}

@media only screen and (max-width: 600px) {
    body.page-id-52027 .subtitle {
        display: block;
    }
    body.page-id-52027 .subtitle .container-subtitle,
    body.page-id-52027 .subtitle p {
        display: none;
    }
}

/* single post fixes */
.single-post .content{
	margin-top: -60px;
}
.widget_recent_entries ul li{
	line-height: 1.6 !important;
	margin-bottom: 20px !important;
}
.widget_recent_entries ul li a{
	line-height: 1.6 !important;
}

/* popup cookie enabled form */
.popup-modal{
	display: none;
}
.popup-body .modal-content{
	width: 775px;
    margin: 10% auto;
    background: #fff;
    overflow: hidden;
    padding: 50px 30px;
}
.popup-body .modal-content h3{
	font-family: 'Montserrat';
	text-transform: uppercase;
	font-size: 42px;
	line-height: 1;
	font-style: normal;
}
.popup-body .modal-content .thank-you-message{
	font-size: 32px;
	text-transform: none;
	color: #000;
}
.popup-body .modal-content .gform_wrapper{
	margin: 0;
}
.popup-body .modal-content h3.gform_title{
	display: none;
}
.popup-body input#input_14_1,
.popup-body input#input_14_3 {
    font-family: 'Montserrat';
    font-size: 2em;
}

.popup-body input#input_14_2 {
    font-family: 'Montserrat';
    font-size: 2em;
}

.popup-body input#gform_submit_button_14 {
    color: #FFF;
    background-color: #000 !important;
    margin-top: 5px;
    font-size: 22px;
    line-height: 50px;
    height: 55px;
    width: 100%;
    font-style: normal;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    border-color: #FFF !important;
    text-align: center;
    border-width: 2px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    background-color: transparent;
    padding-left: 21px;
    padding-right: 21px;
}

.popup-body input#gform_submit_button_14:hover {
    color: #fff;
    border-color: #000;
    background-color: #000;
    cursor: pointer;
}
.popup-body .modal-content .gform_wrapper .gfield_required{
	color: #51bf1e;
}
.popup-body .modal-content .gform_wrapper ul li.gfield{
	margin-top: 0;
	margin-bottom: 32px;
}
.popup-body .modal-content .gform_wrapper .gform_heading{
	display: none;
}
.popup-body .modal-content .gform_wrapper .top_label .gfield_label{
	font-size: 18px;
	text-transform: uppercase;
}
.popup-body .modal-content .gform_wrapper .top_label li.gfield.gf_left_half,
.popup-body .modal-content .gform_wrapper .top_label li.gfield.gf_right_half{
	display: block; 
	width: auto !important;
	max-width: 100% !important;
}
.popup-body .modal-content .modal-line{
	display: block;
	width: 80px;
	height: 10px;
	background: #51bf1e;
	margin-top: 15px;
	margin-bottom: 15px;
}
.popup-body .modal-content .modal-column-1{
	width: 260px;
	float: left;
	margin-right: 40px;
}
.popup-body .modal-content .modal-column-2{
	width: 440px;
	float: left;
}
.popup-body .modal-content .popup-cookie{
	text-align: center;
}
.popup-body .pp_pic_holder{
	position: fixed;
	top: 50px !important;
}
.popup-body div.pp_overlay{
	background: rgba(67,155,26,0.8);
}
.popup-body div.pp_default .pp_content_container .pp_details{
	position: absolute;
	top: 0;
}
.popup-body div.pp_default .pp_close{
	top: -45px;
	right: 30px;
}
.popup-body div.pp_default .pp_close:after{
	font-size: 55px;
}
.popup-body .modal-content ::-webkit-input-placeholder { /* WebKit browsers */
    color:    #fff;
}
.popup-body .modal-content :-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:    #fff;
   opacity:  1;
}
.popup-body .modal-content ::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:    #fff;
   opacity:  1;
}
.popup-body .modal-content :-ms-input-placeholder { /* Internet Explorer 10+ */
   color:    #fff;
}

.title .title_subtitle_holder h1{
    width: 100%;
}