/*
 Theme Name: offertum child
 Theme URI: https://superiorsolutions.se
 Author: Superior Solutions i Malmö AB
 Author URI: https://superiorsolutions.se
 Template: offertum
 Description: Offertum Child
 Version: 4.3
 License: GNU General Public License v2 or later
 License URI: LICENSE
 Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
*/

#form_step2 .wpcf7-form-control.wpcf7-radio {
    background-color: transparent;
}

#form_step2 span.wpcf7-form-control.wpcf7-radio {
	display: block;
	padding-top: 0px;
}

#form_step2 .wpcf7-radio label {
  display: inline-block;
  position: relative;
  padding: 0 6px;
  margin: 10px 0 0;
}

#form_step2 .wpcf7-radio label input[type='radio'] {
  display: none;
}

#form_step2 .wpcf7-radio label span.wpcf7-list-item-label {
  color: #ffffff;
  font-weight: normal;
}

#form_step2 .wpcf7-radio label span.wpcf7-list-item-label:before {
  content: " ";
  display: inline-block;
  position: relative;
  top: 5px;
  margin: 0 5px 0 0;
  width: 20px;
  height: 20px;
  border-radius: 11px;
  border: 2px solid #57A773;
  background-color: transparent;
}

#form_step2 .wpcf7-radio label input[type=radio]:checked + span.wpcf7-list-item-label:after {
  border-radius: 11px;
  width: 12px;
  height: 12px;
  position: absolute;
  top: 9px;
  left: 10px;
  content: " ";
  display: block;
  background: #D7EADE;
}

input.wpcf7-tel {
    margin-bottom: 30px;
}