/* @import url("https://www.wvghosts.com/wp-content/themes/Newspaper-child/forms.css"); */

.gf_list_3col input[type=checkbox]{
    margin-top: 2px!important;
    height: 20px!important;
    width: 20px!important;
    margin-right: 10px!important;
    line-height: 20px!important;
    vertical-align: bottom!important;
}

.wvg-checkbox input[type=checkbox]{
    margin-top: 2px!important;
    height: 20px!important;
    width: 20px!important;
    margin-right: 10px!important;
    line-height: 20px!important;
    vertical-align: bottom!important;
}

.wvg-dmca-checkbox input[type=checkbox]{
    margin-top: 2px!important;
    height: 20px!important;
    width: 20px!important;
    margin-right: 0px!important;
    line-height: 20px!important;
    vertical-align: top!important;
}

.gform_wrapper .wvg-dmca-checkbox .gfield_checkbox li label {
    margin: 0;
    margin-left: 10px;
    padding-left: 0px;
    text-indent: -7px!important;
}

.gform_wrapper br {display: none!important;}

.wvg-submit-attraction button {
    margin-top: 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 1px;
    border: 1px solid #e6e6e6;
    background-color: #fff;
    padding: 13px 20px;
    box-shadow: 0 2px 0 0 rgba(0,0,0,.016);
    transition: all .28s ease;

    letter-spacing: 2px;
    color: #333;
    font-weight: 700;
    font-size: 11px;
    text-transform: uppercase;
    width: 100%;
}

.wvg-submit-attraction a {
    text-decoration: none;
    width: 100%;
}

.wvg-submit-attraction:hover {
    border-color: #222!important;
    background: #222!important;
    color: #fff;
}

.ui-datepicker-header {
    background-color: #242670!important;
    color: #000!important;
}


/* Gravity Forms Radio Button as Buttons*/
/*
.ginput_price {
    display: none;
}

.gfp_big_button .gfield_radio li input[type=radio] {
    display:none;
}

.gfp_big_button .gfield_radio label {
    max-width: 300px!important;
    padding: 10px!important;
    background: #510af9;
    color: #fff;
    font-weight: 600;
}

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

.gfp_big_button .gfield_radio li input[type=radio]:checked {
    background: #414142;
}
*/


/*
.switch-field {
  font-family: "Lucida Grande", Tahoma, Verdana, sans-serif;
  /* padding: 40px;
  overflow: hidden;
}

.switch-title {
  margin-bottom: 6px;
}
*/

.switch-field input[type=radio] {
    position: absolute !important;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    width: 1px;
    border: 0;
    overflow: hidden;
}

.switch-field-submit input[type=submit] {
    /*margin-left: 5px!important;*/
    background-color: #A5DC86!important; /* #d3decd */
    color: rgba(0, 0, 0, 0.6);
    border: 1px solid rgba(0, 0, 0, 0.2);
}

.switch-total label {
    float: left;
    display: block!important;
    padding-right: 10px;
}

#field_15_2 > label, #field_15_4 > label {
    display: none!important;
}

li.switch-total {
    padding-top: 20px!important;
}

.switch-total span, #field_15_14 > div{
    display: block;
    padding: 0;
    position: relative;
    top: -6px;
}

.switch-total span, #field_15_15 > div{
    display: block;
    padding: 0;
    position: relative;
    top: -6px;
}


.switch-total span, #field_15_5 > div {
    display: block;
    padding: 0;
    position: relative;
    top: -6px;
}


.switch-field-submit input[type=submit]:hover {
    /*margin-left: 5px!important;*/
    color: rgba(0, 0, 0, 0.6);
    background-color: #98d079!important;
}

.switch-field label:not(.gfield_label) {
    /* float: left;*/
}

.switch-field ul {
    text-align: center;
    /*width: 100%!important;*/
}

.switch-field .gfield_description, #field_15_11{
    text-align: center;
}

.switch-field label:not(.gfield_label) {
  /* display: inline-block; */
  min-width: 130px!important;
  background-color: #e4e4e4;
  color: rgba(0, 0, 0, 0.6);
  font-size: 12px!important;
  font-weight: normal;
  text-align: center;
  text-shadow: none;
  padding: 6px 14px!important;
  border: 1px solid rgba(0, 0, 0, 0.2);
  /* -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.3), 0 1px rgba(255, 255, 255, 0.1); */
  /* box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.3), 0 1px rgba(255, 255, 255, 0.1); */
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition:    all 0.1s ease-in-out;
  -ms-transition:     all 0.1s ease-in-out;
  -o-transition:      all 0.1s ease-in-out;
  transition:         all 0.1s ease-in-out;
}

/*
.switch-field label:hover {
    cursor: pointer;
}
*/

.switch-field input[type=radio]:checked + label {
  background-color: #A5DC86;
  -webkit-box-shadow: none;
  box-shadow: none;
  font-weight: normal!important;
}

.switch-field label:first-of-type {
  border-radius: 4px 0 0 4px;
}

.switch-field label:last-of-type {
  border-radius: 0 4px 4px 0;
}
