/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 1.0.1
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/*
    Add your custom styles here
*/

/* --- general styling --- */
body{-webkit-tap-highlight-color:transparent}
p:last-child{margin-bottom:0px !important;}
.enable-trigger-circle, .enable-trigger-check, .keyboard-shorcut{fill:#293652 !important; color:#293652 !important;}
select{-webkit-appearance: none !important;}
select#fbGroups option {margin-bottom:3px;}


.ripple-effect {position: relative; overflow: hidden;}
/* Create the ripple animation */
.ripple-effect::before,
.ripple-effect::after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    pointer-events: none;
    background-image: radial-gradient(circle, #fff 10%, transparent 10.01%);
    background-repeat: no-repeat;
    background-position: 50%;
    transform: scale(10, 10);
    opacity: 0;
    transition: transform 0.2s, opacity 1s;
}

/* Add the ripple animation on button click */
.ripple-effect:active::before,
.ripple-effect:active::after {
    transform: scale(0, 0);
    opacity: .3;
    transition: 0s;
}


/* menu css */
@media (min-width:768px) {
	.favorites_properties_item{display:none !important;}
	ul.elementor-nav-menu li:last-child::after{display:none !important;}
}


.soon-menu-item a:before {
	content: "בקרוב";
    position: absolute;
    font-size: 10px;
    background: #293652;
    padding: 0px 4px;
    border-radius: 6px;
    top: -6px;
    left: -2px;
    transform: rotate(-5deg);
    letter-spacing: 0.5px;
    font-weight: 500;
    color: #00e6b3;
}
.soon-menu-item a:hover:before{transform: rotate(-5deg);}
@media (max-width:1024px){
	.soon-menu-item a:before {display:inline; opacity:1 !important; left:auto; transform: rotate(0deg); right:105px; top: 16px}
	.soon-menu-item a:hover:before{transform: rotate(0deg);}
}

.soon-pa {
	position: relative;
	font-size: 10px;
    background: #293652;
    padding: 0px 4px;
    border-radius: 6px;
    top: -3px;
    left: -2px;
    transform: rotate(-5deg);
    letter-spacing: 0.5px;
    font-weight: 500;
    color: #00e6b3;
}




/* --- styling add profession form  --- */
#add-profession-form .jet-form-builder-repeater__new {border: 1px solid #293652; border-radius: 8px; background:none; padding: 2px 10px; color: #293652; font-weight: 500; font-size:14px;}
#add-profession-form .working_hours_title{font-size: 14px; color: #293652; letter-spacing: 0.2px; font-weight: 500;}
#add-profession-form .jet-form-builder-repeater__row-remove button {padding: 5px 10px; margin-top: 8px; color: #293652; font-size: 20px; border: 0px; position: relative; top: 21px;}
#add-profession-form .jet-form-builder-repeater__row-remove button:hover{background:#293652; color:#fff;}
#add-profession-form .jet-form-builder-repeater__row{padding: 5px 0;}
#add-profession-form .business-specialties {margin-top:15px;}
#add-profession-form .business-specialties .jet-form-builder-repeater__remove {position:relative; top:0;}
#add-profession-form .business-specialties .jet-form-builder-repeater__items{display:flex; flex-wrap:wrap;}
#add-profession-form .business-specialties .jet-form-builder-repeater__items .jet-form-builder-repeater__row {width:33%;}
#add-profession-form .business-profile-logo {margin-top:15px;}



/* jet-popup-9620 */
#jet-popup-9620 .jet-popup__close-button{padding:10px; right: auto; margin-left: auto; margin-right: auto; top:-8px;}
@media (max-width:767px){#jet-popup-9620 .jet-popup__close-button{top:-23px;}}

/* jet-popup-10603 */
#jet-popup-10603 .jet-popup__close-button{padding:10px; right: auto; margin-left: auto; margin-right: auto; top:-8px;}
@media (max-width:767px){#jet-popup-10603 .jet-popup__close-button{top:-23px;}}