/* 
Theme Name: TheJackal-hello-theme-child
Theme URI: https://github.com/elementor/hello-theme/
Description: TheJackal-hello-theme-child is a child theme of Hello Elementor, created by Elementor team and modified by The Jackal
Author: The Jackal
Author URI: https://jackal.co.il/
Template: hello-elementor
Version: 7.0
Text Domain: TheJackal-hello-theme-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 */

input[type="tel" i] {
  direction: rtl !important;
}

/* Hello Title & Description */

.hello_elementor_page_title {
  display: none;
}

.entry-title {
  display: none !important;
}

.site-title {
  display: none !important;
}

.site-description {
  display: none !important;
}

.pojo-a11y-toolbar-text {
  font-size: 15px !important;
  font-weight: 500 !important;
}
@media(max-width:767px){
	.cs-info-bar {
		font-size: 3vw !important;
	}
	
.cs_preview_container>div>div .cs-info-bar {
	padding: 1em 3em .5em 3em !important;
}
	.cs-wrapper .cs-popup-row {
		gap: .5em !important;
	}
	div>div .bar_description_text {
		margin-bottom: 0 !important
	}
	.cs_preview_container>div>div .bar_description_text {
		font-size: 1.1em !important;
	}
}
/*

:root {
  --base-font-size: 1vw;
  --small-screen-font-size: 3.8vw;
}

body {
  font-size: var(--base-font-size);
}

h1 {
  font-size: calc(2.5 * var(--base-font-size));
}

h2 {
  font-size: calc(2 * var(--base-font-size));
}

p {
  font-size: var(--base-font-size);
}

@media (max-width: 767px) {
  body {
    font-size: var(--small-screen-font-size);
  }

  h1 {
    font-size: calc(2.5 * var(--small-screen-font-size));
  }

  h2 {
    font-size: calc(2 * var(--small-screen-font-size));
  }

  p {
    font-size: var(--small-screen-font-size);
  }
}

*/