/*
Theme Name: Avney Tal
Theme URI:
Description: Custom theme for Avney Tal
Author: Developed by Eli Krupitsky, based on design by Field Day
Version: 1.0
License:
License URI: 
Tags:
Text domain: theme-admin
Domain path: /languages
*/
.footer__mobile.footer_mob_icons.not-desktop {
    position: fixed;
    width: 100%;
    bottom: 20px;
    display: flex;
    justify-content: space-between;
    padding: 0 20px;
    align-items: center;
    z-index: 2;
    left: 0;
}
.footer .footer__mobile.footer_mob_icons.not-desktop  a.whatsapp-button, .footer .footer__mobile.footer_mob_icons.not-desktop  a.call-button {
    padding: 10px;
    background-color: #fff5ea;
    width: 50px;
    height: 50px;
    font-size: 0;
    border-radius: 50%;
    background-position: center;
    box-shadow: 0 0 12px #c1c0be2e;
    background-size: 48%;
    color: transparent;
    overflow: hidden;
}

.form-field1.custom-check .wpcf7-list-item input[type="checkbox"] {
    width: 12px;
    height: 12px;
    background: transparent;
    position: absolute;
    right: 0;
    top: 4px;
    border: 1px solid #000;
}
.form-field1.custom-check {
    margin-bottom: 15px;
}
.form-field1.custom-check .wpcf7-list-item input[type="checkbox"]:checked {
    background: #000;
}
.form-field1.custom-check .wpcf7-list-item input[type="checkbox"]:checked:after{
  content: "✓";
  position: absolute;
     left: 1px;
    top: 1px;
    font-size: 11px;
  color: #fff;
}
.form-field1.custom-check p {
    display: flex;
	gap: 3px;
	font-size: 14px;
	flex-wrap: wrap;
}
/* .form-field1.custom-check *{
	white-space: nowrap;
} */