/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: May 14 2026 | 22:28:48 */
[data-name="avatar_letter"] {
    display: none !important;
} 

.fea-modal.edit-modal {
    overflow: hidden !important;
    position: fixed !important;
    inset: 0 !important;
}

.fea-modal.edit-modal .fea-modal-content {
    overflow-y: auto !important;
    max-height: 85vh !important;
    margin: 5% auto !important;
}

html.fea-modal-scroll-lock,
body.fea-modal-scroll-lock {
    overflow: hidden !important;
}

.fea-close-modal, .fea-close {
    top: 15px !important;
    left: 15px !important;
	right: auto !important;
}

.fea-modal-content {
    flex-direction: column;
}

.fea-modal-content::before {
    content: "הוספת ביקורת חדשה";
    display: block;
    font-size: 28px;
    font-weight: bold;
    text-align: right;
    margin-bottom: 10px;
	width: 80%;
    margin-top: 20px;
}

.acf-fields>.acf-field {
    padding: 10px;
}

/* No Image selected */
.file-custom p {
    font-size: 0;
}

.file-custom p::before {
    content: "לא נבחרה תמונה";
    font-size: 18px;
}

/* Add Image */
.file-custom .acf-button[data-name="add"] {
    font-size: 0;
}

.file-custom .acf-button[data-name="add"]::after {
    content: "הוספת תמונה";
    font-size: 18px;
}

.elementor-kit-102 textarea, .elementor-kit-102 .elementor-field-textual {
    border-radius: 5px;
}

/*.reviewbtn .elementor-kit-102 button {
    border-radius: 45px !important;
    padding-left: 25px !important;
    padding-right: 25px !important;
}*/

.elementor-kit-102 input:not([type="button"]):not([type="submit"]) {
    font-size: 16px;
    color: #4D4D4F;
    border-radius: 5px;
}

@media (max-width: 767px) {
.fea-modal-content {
    width: 100% !important;
}
.fea-modal.edit-modal .fea-modal-content {
    overflow-y: auto !important;
    max-height: 100vh !important;
    margin: 1% auto !important;
    padding: 20px;
}
	
.acf-field .acf-label {
    margin: 0 0 0px;
}
.acf-fields>.acf-field {
    padding: 5px;
}
}