/* 
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
*/
.gv-grid-col-1-5 {width:20%;}
.gv-grid-col-10 {width:10%;}
.gv-grid-col-20 {width:20%;}
.gv-grid-col-30 {width:30%;}
.gv-grid-col-40 {width:40%;}

.swpm-join-us-link {display:none;}
li#field_1_48 {color:red;}
.diyrow {margin-bottom: 20px;
  display: inline-block;
  width: 100%;}
.four {width:24%; display:inline-block;}
td {overflow:hidden;}

#gform_wrapper_3 {
	display: block !important;
}

@media screen (max-device-width: 1024px) {
	display: block !important;
}
.star .gsurvey-rating:not(:checked) > label, .star .gsurvey-rating:not(:checked) > label:hover, 
.star .gsurvey-rating:not(:checked) > label:hover ~ label, .star .gsurvey-rating:not(:checked) > label, 
.star .gsurvey-rating:not(:checked) > label:hover, .star .gsurvey-rating:not(:checked) > label:hover ~ label, 
.star .gsurvey-rating > input:checked ~ label {
    width: 45px !important;
    line-height: 40px !important;
    background-size: 40px 40px !important;
    color: rgba(221, 221, 221, 0) !important;
}



.gform_wrapper .gfield_radio li label {
    margin: 6px 0 0 4px !important;
}




.ginput_price {
    display: none;
}

.gfp_big_button .gfield_radio li input[type=radio] {
    /*display:none;*/
}
.gfp_big_button .gfield_radio label {
    max-width: 300px;
    width: 100%;
    margin: 0px auto;
    padding: 10px 30px;
    float: none;
    background: #f47f26;
    color: #fff;
    letter-spacing: 0.09375rem;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    font-family: Open Sans, sans-serif;
    font-weight: 600;
    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;
}

.gfp_big_button .gfield_radio label:hover {
    background: #414142;
}

