.is--contact-map .w-widget2 iframe {
  width: 100%; }

.custom-hidden {
  display: none !important; }

.wpcf7-response-output {
  position: relative;
  z-index: 99; }

.form_radio_field .wpcf7-list-item {
  display: none; }

[data-name="file-35"] {
  display: none; }

.beer-slider {
	height: 600px !important;
}



.w-checkbox-input {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: #fff;
    border: 2px solid #ccc;
    border-radius: 3px;
    position: relative;
    top: 4px;
    margin-right: 8px;
}

input[type="checkbox"]:checked + .w-checkbox-input {
    background: #007bff;
    border-color: #007bff;
}

.w-checkbox-input::after {
    content: '';
    position: absolute;
    width: 6px;
    height: 12px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    top: 2px;
    left: 7px;
    transform: rotate(45deg);
    display: none;
}

input[type="checkbox"]:checked + .w-checkbox-input::after {
    display: block;
}