/*

Theme Name: Ccity Hello Elementor Child

Theme URI: https://github.com/elementor/hello-theme/

Description: Hello Elementor Child is a child theme of Hello Elementor, created by CyberCity 

Author: CyberCity

Author URI: https://cybercity.co.il/

Template: hello-elementor

Version: 1.0.1

Text Domain: cybercity-hello-elementor-child

License: GNU General Public License v3 or later.

License URI: https://www.gnu.org/licenses/gpl-3.0.html

*/

/* */
@import url("../hello-elementor/style.css");

.rk_menu li{
    padding:10px !important;
}

.rk_menu .current-menu-item a, .breadcrumb_last{
    font-weight: bold!important;
}

.rk_form button, .rk_form input:not([type="checkbox"]), .rk_form textarea{
    height:50px !important;
    padding: 11px;
}

.elementor-58 .elementor-element.elementor-element-1e315cb > .e-n-accordion > .e-n-accordion-item[open] > .e-n-accordion-item-title{
    border-radius: 30px 30px 0px 0px !important; 
}

.wdp-tip-content-wrap {
    width: 100%;
    direction: rtl;
    text-align: right;
}

.wdp-tip-featured-image {
    float: left !important;
    width: 45%;
    max-width: 650px;
    
    /* רווח בין התמונה לטקסט */
    margin: 0 40px 25px 0 !important;
}

.wdp-tip-featured-image img {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 30px !important;
}

.wdp-tip-content {
    direction: rtl;
    text-align: right;
}

/* ניקוי ה-float בסיום */
.wdp-tip-content-wrap::after {
    content: "";
    display: block;
    clear: both;
}

/* מובייל */
@media (max-width: 767px) {
    .wdp-tip-featured-image {
        float: none !important;
        width: 100%;
        max-width: none;
        margin: 0 0 25px 0 !important;
    }
}