/**
 * Theme Name: Blocksy Child
 * Description: Blocksy Child theme
 * Author: Creative Themes
 * Template: blocksy
 * Text Domain: blocksy
 */

html[dir="rtl"] {
    --theme-font-family: "notoSansarabic-regular", Arial, Tahoma, sans-serif !important;
	--theme-font-weight: normal;
}

html[dir="rtl"] :is(h1, h2, h3, h4, h5, h6),
html[dir="rtl"] .ct-button,
html[dir="rtl"] .stk-button__inner-text,
html[dir="rtl"] [data-header*="type-1"] .ct-header [data-id="menu"] > ul > li > a, 
html[dir="rtl"] :is(.stk-7d149d3, .stk-f1aa9d7, .stk-3d7daf3) .stk-block-text__text{
	--theme-font-family: "notoSansarabic-bold", Arial, Tahoma, sans-serif !important;
	--theme-font-weight: bold;
	font-weight: bold !important;
}


html[dir="rtl"] b, html[dir="rtl"] strong{
	font-family: "notoSansarabic-bold", Arial, Tahoma, sans-serif !important;
	font-weight: bold;
}

html[dir="rtl"] [data-header*="type-1"] .ct-header [data-id="menu"] > ul > li > a{
	--theme-font-size: 17px;
}

.smartcrawl-breadcrumbs .smartcrawl-breadcrumb {
	color: rgba(255, 255, 255, 0.6);
}

.smartcrawl-breadcrumbs .smartcrawl-breadcrumb-separator{
	color: rgba(255, 255, 255, 0.4);
}

.smartcrawl-breadcrumbs .smartcrawl-breadcrumb a{
	color: rgba(255, 255, 255, 0.8);
}

.smartcrawl-breadcrumbs .smartcrawl-breadcrumb a:hover{
	color: rgba(255, 255, 255, 1);
}

.hero-section[data-type="type-2"] .ct-breadcrumbs,
body[data-header^="type-1"] .ct-breadcrumbs {
  --theme-text-color: rgba(255, 255, 255, 0.6);
  --theme-link-initial-color: rgba(255, 255, 255, 0.8);
  --theme-link-hover-color: var(--theme-palette-color-8);
}

[data-header*="type-1"] .ct-header-cta a{
	border: 2px solid #ffffff;
}

html[dir="rtl"]:root .has-text-align-left{
	text-align: right !important;
}


html[dir="rtl"]:root .has-text-align-right{
	text-align: left !important;
}

@media only screen and (max-width: 689px) {
  .stk-row.two-col-mobile .stk-column {
    flex: 1 1 50%;
    max-width: 50%;
  }
}