input[type=radio] {
    margin-right: 0px;
    margin-bottom: 0px;
}

#wide-nav .nav-dropdown {
    min-width: 280px!important;
}

.gform_wrapper input#gf_coupon_button.button {
    margin-left: 8px;
    margin: 0 8px;
}

.gform_wrapper.gravity-theme #field_submit, .gform_wrapper.gravity-theme .gform_footer  {
	flex-direction: column;
}

.lmreg .gfield_description {
	margin-top: 0!important;
	padding-bottom: 0!important;
}

.lmvehiclepopup .gfield_description {
	margin-top: 0!important;
	padding-bottom: 0!important;
}


.lmreg .gfield_label,.ginput_complex label  {
	margin-bottom: 0!important;
}

.lmvehiclepopup .gfield_label,.ginput_complex label  {
	margin-bottom: 0!important;
}

.lmaddressblock legend {
  margin-left: -6px!important;
	padding-left: 6px!important;
}

.lmreg .lmaddressblock {
	border-style: solid!important;
	border-width: 0px!important;
	background-color: antiquewhite!important;
	padding: 6px!important;
}

.lmreg .gfield_label_before_complex {
	background-color: antiquewhite!important;
}

.lmreg button {
	border: 1px solid #258001;
	background-color: #01ff00;
	border-radius: 10px;
}

.lmreg .gpnf-add-entry {
  margin-top: 0!important;
}
     
.lmreg .lmvehicles {
	border-style: solid!important;
	border-width: 0px!important;
	background-color: #eeffee!important;
	padding: 6px!important;
}

.tingle-modal-box .lmvehiclesmsg {
	border-style: solid!important;
	border-width: 6px!important;
  background-color: #e5f70699!important;
  border-color: blue;
	padding: 6px!important;
}

.lmvehiclepopup .tingle-btn {
	padding: 0 0.5em!important;
}

.tingle-modal-box__footer--sticky {
    position: relative!important;
    bottom: 40px!important;
}

.tingle-modal-box__content {
	padding: 1em!important;
}

.gpnf-modal-1-31 .tingle-btn--default {
    background-color: #000!important;
	}

.gpnf-modal-header {
	margin: 0rem 0rem 0rem!important;
}

.gpnf_hide_field { display:none; }

body #gform_wrapper_1 .gform_body input:focus {
outline: 2px solid blue;
background-color: #f1e4e4;
}
body #gform_wrapper_1 textarea:focus {
  outline: 2px solid blue;
  background-color: #f1e4e4!important;
}
body #gform_wrapper_1 select:focus {
  outline: 2px solid blue;
  background-color: #f1e4e4!important;
}
body #gform_wrapper_3 .gform_body input:focus {
outline: 2px solid blue;
background-color: #f1e4e4;
}
body #gform_wrapper_3 textarea:focus {
  outline: 2px solid blue;
  background-color: #f1e4e4!important;
}
body #gform_wrapper_3 select:focus {
  outline: 2px solid blue;
  background-color: #f1e4e4!important;
}

.button,button,input[type=button]{
	text-transform:capitalize!important;
}