/*
Welcome to Custom CSS!

To learn how this works, see https://wp.me/PEmnE-Bt
*/
body {
	text-align: right;
}

a {
	text-decoration: underline;
}

b, strong {
	font-weight: bold;
}

body header#masthead nav.main-navigation {
	background-color: #460e6b;
}

body header#masthead label#toggle-menu.button {
	background-color: #460e6b;
}

button, input.search-submit {
	background-color: #460e6b;
}

.site-footer:after {
	content: "כל הזכויות שמורות לגיא מור, 2026. התכנים באתר, בפודקאסט ובבלוג משקפים את דעותיי בלבד.";
	margin-left: 10px;
	margin-right: 10px;
}

blockquote.wp-block-quote {
	background: #eee;
	padding: 40px 60px 30px 30px;
	border-radius: 10px;
	font-family: 'Bitter', serif;
	color: #333;
	box-shadow: 1px 1px 1px #999, 2px 2px 1px #999, 3px 3px 1px #999;
	transition-duration: .3s;
	position: relative;
}

blockquote.wp-block-quote::before {
	display: block;
	position: absolute;
	top: -40px;
	right: 10px;
	content: "\"";
	font-size: 120px;
	color: #999;
}

a[aria-current="page"] {
	color: #B8A0A8 !important;
}

.home .wp-block-button__link,
.home .wp-block-button.is-style-outline .wp-block-button__link {
	background-color: transparent !important;
	border: 1.5px solid #ffffff !important;
	color: #ffffff !important;
	border-radius: 4px !important;
	padding: 8px 20px !important;
	font-size: 20px !important;
	letter-spacing: .5px !important;
	transition: all .3s ease !important;
}

.home .wp-block-button__link:hover,
.home .wp-block-button.is-style-outline .wp-block-button__link:hover {
	background-color: #ffffff !important;
	color: #460e6b !important;
	direction: rtl !important;
}

.wp-block-newspack-blocks-homepage-articles .entry-title,
.wp-block-newspack-blocks-homepage-articles .entry-title a,
.wp-block-newspack-blocks-homepage-articles p {
	text-align: right !important;
	direction: rtl !important;
}	
}

.wp-block-jetpack-subscriptions .wp-block-button__link {
	background: #460e6b !important;
	color: #ffffff !important;
	border: 1px solid #460e6b !important;
}

.wp-block-button__link {
	width: auto !important;
}

.wp-block-button__link,
button.wp-block-button__link {
	width: auto !important;
}

.home .wp-block-jetpack-subscriptions .wp-block-button__link {
	background: #460e6b !important;
	color: #ffffff !important;
	border: 1px solid #460e6b !important;
	border-radius: 0 !important;
	padding: 15px 23px !important;
	font-size: 16px !important;
	width: auto !important;
}

/* אזור טקסט מעל התפריט בכל האתר */
header#masthead nav.main-navigation {
	position: relative;
	margin-top: 10px;
/* היה 60 / 80 - הקטנה */
}

/* שורה ראשונה - מובייל */
header#masthead nav.main-navigation::before {
	content: "גיא מור";
	position: absolute;
	top: -42px;
/* התקרבות לתמונה */
	left: 0;
	right: 0;
	text-align: center;
	font-family: Arial, sans-serif;
	font-size: clamp(18px, 2.2vw, 26px);
	line-height: 1.2;
	background: #ffffff;
	padding-top: 4px;
}

/* שורה שנייה - מובייל */
header#masthead nav.main-navigation::after {
	content: "רגולציה | מדיניות ציבורית | ניהול סיכונים";
	position: absolute;
	top: -20px;
/* שמירה על רווח בין השורות */
	left: 0;
	right: 0;
	text-align: center;
	font-family: Arial, sans-serif;
	font-size: clamp(11px, 1.4vw, 16px);
	line-height: 1.2;
	background: #ffffff;
	padding-bottom: 12px;
}

/* דסקטופ */
@media (min-width: 768px) {
	header#masthead nav.main-navigation {
		margin-top: 10px;
	/* היה 80 */
	}
	
	header#masthead nav.main-navigation::before {
		top: -68px;
	}
	
	header#masthead nav.main-navigation::after {
		top: -30px;
		padding-bottom: 16px;
	}
}