/*
Theme Name:   Jafora Child
Theme URI:    https://jafora.san-i.co.il/
Description:  Child theme for Jafora Theme with Tailwind CSS
Author:       San-i.co.il
Author URI:   https://san-i.co.il
Template:     jafora-theme
Version:      1.0.0
License:      GNU General Public License v2 or later
License URI:  http://www.gnu.org/licenses/gpl-2.0.html
Text Domain:  jafora-child
*/

@font-face {
    font-family: 'FbJabutinskiHebEng';
    src: url('fonts/FbJabutinskiHebEng-ConLight.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'FbJabutinskiHebEng';
    src: url('fonts/FbJabutinskiHebEng-ConRegular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'FbJabutinskiHebEng';
    src: url('fonts/FbJabutinskiHebEng-ConBold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

.wpcf7-form-control-wrap {
    display: block;
}

.wpcf7-not-valid-tip {
	font-size: 12px !important;
}

.wpcf7-spinner {
	display: none !important;
}

#primary7-menu li:not(:last-child)::after {
    content: "|";
    margin: 0 0 0 12px;
    color: white;
}

[dir="rtl"] #primary7-menu li:not(:last-child)::after {
    margin: 0 12px 0 0;
}