/*
Theme Name: Abraham Networks
Theme URI: https://abraham-networks.com/
Author: Kristech
Author URI: https://kristech.co.il
Description: תבנית מותאמת אישית עבור חברת Abraham Networks - חברה מובילה בתחום מערכות אבטחה, מצלמות ורשתות תקשורת.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: abraham
Tags: security, tailwind, responsive, rtl-language-support, custom-logo, custom-menu
*/

/* 
הערה: הסגנונות העיקריים מגיעים מ-Tailwind CSS.
קובץ זה משמש בעיקר עבור החלקים שאינם מכוסים על ידי Tailwind או עבור דריסת סגנונות.
*/

/* כיוון RTL לכל האתר */
body {
    direction: rtl;
    text-align: right;
}

/* תיקונים לשוליים בעברית */
h1, h2, h3, h4, h5, h6, p, ul, ol {
    margin-right: 0;
}

/* תיקונים לתפריט בעברית */
.menu-item-has-children > a::after {
    margin-right: 0.5em;
    margin-left: 0;
}

/* תיקונים לטפסים בעברית */
input, textarea, select {
    text-align: right;
}

/* אנימציות כלליות */
.transition-transform {
    transition: transform 0.3s ease;
}

.hover-scale:hover {
    transform: scale(1.05);
}

/* תיקונים לצבעים של Tailwind */
.bg-primary {
    background-color: #9B0000; /* אדום כהה */
}

.text-primary {
    color: #9B0000;
}

.bg-secondary {
    background-color: #E4B852; /* זהב */
}

.text-secondary {
    color: #E4B852;
}

/* תיקוני WordPress */
.wp-caption {
    max-width: 100%;
}

.wp-caption-text {
    text-align: center;
    font-size: 0.875rem;
    padding: 0.5rem 0;
}

.gallery-caption {
    display: block;
}

.bypostauthor {
    display: block;
}

.alignleft {
    float: right;
    margin: 0.5rem 0 0.5rem 1rem;
}

.alignright {
    float: left;
    margin: 0.5rem 1rem 0.5rem 0;
}

.aligncenter {
    clear: both;
    display: block;
    margin: 0.5rem auto;
}