/* 
Theme Name:		 Hello Elementor Child
Theme URI:		 https://elementor.com/
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.0
Text Domain:	 hello-elementor-child
*/


/*
    Add your custom styles here
*/

body.page-id-4 #rmcm-breadcrumbs { display: none; }

/* body.page-id-4 #rmcm-footer-form { display: none; } */
body.page-id-312 #rmcm-footer-form { display: none; }
.sidebar-box a { color: #555555; }
.sidebar-box .widget-title { color: #333333; }

h3 { margin-bottom: 5px; }
ul { margin-bottom: 15px; }
ol { margin-bottom: 15px; }
blockquote { border-right: 5px solid #ff0000; padding-right: 10px; }

/* CTA */
#rmcm-cta-bottom .rmcm-cta-col { color: #ffffff !important; }
#rmcm-cta-bottom .rmcm-cta-col h3 { color: #ffffff !important; }

/* היפוך כיוון רכיבים */
@media (max-width: 782px) {

	/* הפיכת העמודות לטור במובייל */
	.wp-block-group.mobile-image-first .wp-block-columns,
	.wp-block-group.mobile-image-last .wp-block-columns {
		display: flex !important;
		flex-direction: column !important;
	}

	/* תמונה מעל הטקסט */
	.wp-block-group.mobile-image-first
	.wp-block-column:has(.wp-block-image) {
		order: 1 !important;
	}

	.wp-block-group.mobile-image-first
	.wp-block-column:not(:has(.wp-block-image)) {
		order: 2 !important;
	}

	/* תמונה מתחת לטקסט */
	.wp-block-group.mobile-image-last
	.wp-block-column:has(.wp-block-image) {
		order: 2 !important;
	}

	.wp-block-group.mobile-image-last
	.wp-block-column:not(:has(.wp-block-image)) {
		order: 1 !important;
	}
}