@charset "UTF-8";
/*
Theme Name: REALMEDIA
Theme URI: http://realmedia.co.il
Author: ריל מדיה - בניית אתרים
Author URI: https://realmedia.co.il/contact
Description: תבנית ייעודית בהתאמה אישית מאת ריל מדיה - בניית אתרים
Requires at least: WordPress 6.0.0
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: real-media
Tags: חברה לבניית אתרים
*/


/* Normalize */
html {line-height: 1.15;-webkit-text-size-adjust: 100%;}body {margin: 0;}main {display: block;}h1 {font-size: 2em;margin: 0.67em 0;}hr {box-sizing: content-box;height: 0;overflow: visible;}pre {font-family: monospace, monospace;font-size: 1em;}a {background-color: transparent;}abbr[title] {border-bottom: none;text-decoration: underline;text-decoration: underline dotted;}b, strong {font-weight: bolder;}code, kbd, samp {font-family: monospace, monospace;font-size: 1em;}small {font-size: 80%;}sub, sup {font-size: 75%;line-height: 0;position: relative;vertical-align: baseline;}sub {bottom: -0.25em;}sup {top: -0.5em;}img {border-style: none;}button, input, optgroup, select, textarea {font-family: inherit;font-size: 100%;line-height: 1.15;margin: 0;}button, input {overflow: visible;}button, select {text-transform: none;}button, [type="button"], [type="reset"], [type="submit"] {-webkit-appearance: button;}button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner {border-style: none;padding: 0;}button:-moz-focusring, [type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring {outline: 1px dotted ButtonText;}fieldset {padding: 0.35em 0.75em 0.625em;}legend {box-sizing: border-box;color: inherit;display: table;max-width: 100%;padding: 0;white-space: normal;}progress {vertical-align: baseline;}textarea {overflow: auto;}[type="checkbox"], [type="radio"] {box-sizing: border-box;padding: 0;}[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button {height: auto;}[type="search"] {-webkit-appearance: textfield;outline-offset: -2px;}[type="search"]::-webkit-search-decoration {-webkit-appearance: none;}::-webkit-file-upload-button {-webkit-appearance: button;font: inherit;}details {display: block;}summary {display: list-item;}template {display: none;}[hidden] {display: none;}

/* Reset */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {margin: 0;padding: 0;border: 0;font-size: 100%;font: inherit;vertical-align: baseline;}article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {display: block;}body {line-height: 1;}ol, ul {list-style: none;}blockquote, q {quotes: none;}blockquote:before, blockquote:after, q:before, q:after {content: '';content: none;}table {border-collapse: collapse;border-spacing: 0;}

html, body {
    max-width: 100vw;
    overflow-x: hidden;
}

html {
    margin-top: 0 !important;
}

:focus {
    outline: 2px #2E3FCB dashed !important;
    -webkit-transition: none !important;
    -moz-transition: none !important;
    -o-transition: none !important;
    transition: none !important;
}

.main_content {
    position: fixed;
    top: 20px;
    right: 20px;
    padding: 10px;
    background: rgba(255,255,255,0.85);
    border: 1px #2E3FCB solid;
    z-index: 999999999;
    font-family: "Ploni", Sans-serif;
    font-weight: 700;
    color: #000;
    transform: translateY(-100px);
    text-decoration: none;
}

.main_content:focus {
    transform: translateY(0);
    color: #2E3FCB;
}

body.admin-bar {
    padding-top: 32px;
}
#pojo-a11y-toolbar.pojo-a11y-toolbar-left .pojo-a11y-toolbar-toggle {
    font-size: 10px!important;
}

@media(max-width: 768px) {
    #wpadminbar {
        display: none;
    }

    body.admin-bar {
        padding-top: 0;
    }
}

.rm-content-block p {
    margin: 0 0 20px 0;
}

.rm-content-block ul {
    margin: 0 0 20px 20px;
    list-style: disc;
}

html[dir="rtl"] .rm-content-block ul {
    margin: 0 20px 20px 0;
}

.rm-content-block ol {
    margin: 0 0 20px 20px;
    list-style: decimal;
}

html[dir="rtl"] .rm-content-block ol {
    margin: 0 20px 20px 0;
}

.rm-content-block p:last-child,
.rm-content-block ul:last-child,
.rm-content-block ol:last-child {
    margin-bottom: 0;
}

.rm-content-block ol li {
    margin: 10px 0 0 0;
}

.rm-content-block ol li:first-child {
    margin-top: 0;
}

.rm-content-block strong {
    font-weight: 500;
}

.rm-content-block u {
    text-decoration: underline
}

.rm-content-block a {
    color: #2E3FCB;
    text-decoration: underline !important;
}

.rm-content-block a:hover {
    text-decoration: underline;
}

.rm-content-block h2 {
    font-size: 1.4em;
    margin: 0 0 20px 0;
    font-weight: 500;
}

.rm-content-block h3 {
    font-size: 1.2em;
    margin: 0 0 20px 0;
    font-weight: 500;
}

.rm-content-block h4 {
    font-size: 1.1em;
    margin: 0 0 20px 0;
    font-weight: 500;
}

#pojo-a11y-toolbar .pojo-a11y-toolbar-toggle a {
    font-size: 90% !important;
}

#lang-box,
#menu-box {
    transform: scale(0.8);
    transform-origin: top right;
    opacity: 0;
    visibility: hidden;
    transition: all 0.2s ease-in-out;
}

#menu-box {
    transform-origin: top left;
}

html[dir="rtl"] #lang-box {
    transform-origin: top left;
}

html[dir="rtl"] #menu-box {
    transform-origin: top right;
}

#menu-box.active,
#lang-box.active {
    transform: scale(1);
    opacity: 1;
    visibility: visible;
}

#bg-animation:hover {
    transform: scale(1.1);

}

body:not(.home) #bg-animation {
    display: none;
}

#bg-animation .play {
    display: none;
}

#bg-animation.paused .play {
    display: flex;
}

#bg-animation.paused .pause {
    display: none;
}