/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 1.0.1
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/*
    Add your custom styles here
*/

[type=button] {
	border:0;
}
[type=submit] {
	border:0;
}

.tribe-checkout-backlinks {
	display:none;
}
.postid-4144 .tribe-events-back, .tribe-events-single-section, .tribe-events-cal-links, .tribe-events-nav-pagination  {
	display:none !important;
}

.ginput_price {
    display: none;
}

.gfp_big_button .gfield_radio li input[type=radio] {
    display:none !important;
}
.gfp_big_button .gfield_radio label {
    max-width: 300px;
    width: 200px;
    margin: 0px auto;
    padding: 10px 30px !important;
    float: none;
    background: #f47f26;
    color: #fff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    font-size: 18px !important;
    margin: 0;
    display: block;
    -webkit-transition: background-color 300ms ease-out;
    -moz-transition: background-color 300ms ease-out;
    transition: background-color 300ms ease-out;
    -webkit-appearance: none;
    cursor: pointer;
    line-height: 1;
    position: relative;
    text-decoration: none;
    text-align: center;
    font-size: 1.1em;
    box-sizing: border-box;
}

.gform_wrapper .gform_footer input.button, .gform_wrapper .gform_footer input[type=submit], .gform_wrapper .gform_page_footer input.button, .gform_wrapper .gform_page_footer input[type=submit]{
	background-color: #f47f26;
	color: white;
}

/* Added Gravity Forms throughout site */
.how-can-i-help_wrapper .gform_title,
.job-application_wrapper .gform_title {
	display:none !important;
}

.how-can-i-help .gform_button[type="submit"] {
	background-color: #ffd900 !important;
	color:black !important;
    border: none;
    font-family: 'Nunito Sans';
    font-weight: 700;
    font-size: 20px !important;
    text-transform: uppercase;
    padding: 15px 25px;
    border: none !important;
}

.how-can-i-help .gform_button[type="submit"]:hover,
.job-application .gform_button[type="submit"]:hover {
    animation-name: elementor-animation-hang-sink,elementor-animation-hang;
    animation-duration: .3s,1.5s;
    animation-delay: 0s,.3s;
    animation-timing-function: ease-out,ease-in-out;
    animation-iteration-count: 1,infinite;
    animation-fill-mode: forwards;
    animation-direction: normal,alternate;
}

.how-can-i-help .gfield_label,
.job-application .gfield_label {
    font-weight: 400 !important;
}

.how-can-i-help input,
.how-can-i-help textarea,
.job-application input,
.job-application textarea {
    border: 1px solid #e3e3e3 !important;
}

.how-can-i-help .ginput_container,
.job-application .ginput_container {
    margin-top: 0 !important;
}

.how-can-i-help label,
.job-application label {
    margin-top: 5px !important;
    margin-bottom: 0 !important;
}

.how-can-i-help.blue-bg .gfield_label,
.how-can-i-help.blue-bg label {
    color: #000;
}

.how-can-i-help.blue-bg input,
.how-can-i-help.blue-bg textarea {
    border: none !important;
}

#gform_wrapper_27 .gform_footer.top_label {
	text-align:center !important;
}

.job-application #field_27_5,
.job-application #field_27_2 {
    clear: none;
    width: 50%;
    float: left;
}

.job-application #field_27_5 input,
.job-application #field_27_2 input {
    width: 100%;
}

.job-application #field_27_6 {
    padding-top: 16px;
    text-align: center;
}

.job-application .gfield_checkbox {
    display: flex;
    justify-content: center;
    width: 100% !important;
}

.job-application .gchoice:nth-child(2) {
    margin: 0 25px !important;
}

.job-application .gform_button[type="submit"] {
    background-color: #00AEC7 !important;
	color:#fff !important;
    border: none;
    font-family: 'Nunito Sans';
    font-weight: 700;
    font-size: 18px !important;
    padding: 15px 25px;
    border: none !important;
    border-radius: 5px;
}

.elementor-element-a16e939:after {
    content: '';
    width: 100%;
    display: block;
    border-top: 5px dotted #767c77;
    padding-top: 15px;
    margin: 15px 0 20px;
}

@media (max-width: 640px) {
    .job-application #field_27_5,
    .job-application #field_27_2 {
        clear: both;
        width: 100%;
        float: none;
    }

    .job-application .gform_button[type="submit"] {
        width: auto !important;
    }
}