/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jul 21 2024 | 10:48:09 */
/* Header CSS */
.cust-wpml-flag img.wpml-ls-flag {
    width: 25px;
}
@media screen and (max-width: 1024px) {
.cust-header-sec .cust-col-nav .elementor-widget-wrap.elementor-element-populated {
    flex-direction: row-reverse;
}
}
/* Header CSS */
/* Blog page */
.cust-post-widg .elementor-posts .elementor-post {
    display: flex;
    align-items: center;
}
/* Blog page */

/* Mobile menu contact button css */
.cust-menu-item {
    padding: 12px 35px;
    background-color: red;
    display: inline-flex;
    margin-top: 10px;
}
a.cust-cont-menu {
    color: #fff;
    position: relative;
    top: -2px;
}
html:lang(en-US) .cust-menu-item {
	 margin-left: 25px;
}
html:lang(he-IL) .cust-menu-item {
	 margin-right: 25px;
}
@media screen and (max-width: 1024px) {
.nav-item a.ekit-menu-nav-link.ekit-menu-dropdown-toggle i {
   margin: 0px 15px 0px 15px !important;
}
}
/* Mobile menu contact button css */