/*
Theme Name: HO BAR
Theme URI: https://hobar.co.il
Author: HO BAR Team
Author URI: https://hobar.co.il
Description: A custom WordPress theme for HO BAR, specializing in bar services for events
Version: 1.0
Requires at least: 5.0
Tested up to: 6.3
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: hobar
Tags: bar, events, rtl-language-support, custom-background, custom-logo, responsive-layout
*/

/* Main styles are in assets/css/main.css */
/* This file is mainly for WordPress theme info header */

/* Base WordPress Classes */
.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.alignleft {
    float: left;
    margin: 0.5em 1em 0.5em 0;
}

.alignright {
    float: right;
    margin: 0.5em 0 0.5em 1em;
}

.wp-caption {
    max-width: 100%;
}

.wp-caption-text {
    text-align: center;
    font-size: 0.9em;
    font-style: italic;
    margin-top: 0.5em;
}

.gallery-caption {
    font-size: 0.9em;
}

.bypostauthor {
    display: block;
}

.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    word-wrap: normal !important;
}

.sticky {
    position: relative;
}
