@charset "UTF-8";
/*
Theme Name: Shtichmus Landing
Theme URI: #
Author: Outright
Author URI: http://outright.co.il/
Description: A theme for Shtichmus Landing Page
Requires at least: 6.0
Requires PHP: 7.0
Version: 1.0
Text Domain: shtichmus
Tags: outright, options, featured, shtichmus, landing */

.alignnone {
    margin: 5px 20px 20px 0;
}
.aligncenter, div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}
.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}
.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}
a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}
a img.alignnone {
    margin: 5px 20px 20px 0;
}
a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}
a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%;
    /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}
.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}
.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}
.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}
.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}
.wp-block-quote {
    font-style: italic;
    font-size: 23px;
}
/* Text meant only for screen readers. */
.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 !important;
    width: 1px;
    word-wrap: normal !important;
    /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}
.screen-reader-text:focus {
    background-color: #eee;
    clip: auto !important;
    clip-path: none;
    color: #444;
    display: block;
    font-size: 1em;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
    /* Above WP toolbar. */
}
/* Custom CSS */
.general-page :is(h1, h2, h3, h4, h5, h6, p) {
    margin: revert;
}
.general-post-content ul, .general-post-content ol, .general-page ol, .general-page ul {
    padding-right: 20px;
    margin-bottom: 20px;
}
.general-post-content ul li, .general-page ul li {
    list-style: disc;
}
.general-post-content ol li, .general-page ol li {
    list-style: decimal;
}
.general-page p a, .general-page ul li a {
    color: #000;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    text-decoration: underline;
}
.general-page p a:hover, .general-page ul li a:hover {
    color: var(--blue);
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}
.general-page h1,
.general-page h2,
.general-page h3,
.general-page h4,
.general-page h5,
.general-page h6,
.general-post-content h1,
.general-post-content h2,
.general-post-content h3,
.general-post-content h4,
.general-post-content h5,
.general-post-content h6{
    color: var(--black);
    font-weight: 700;
    letter-spacing: 0;
    margin: revert;
}
.general-page h1,
.general-post-content h1{
    font-size: 2.5rem;
}
.general-page h2,
.general-post-content h2{
    font-size: 2rem !important;
    text-align: right !important;
    color: #000 !important;
    line-height: normal !important;
    letter-spacing: normal !important;
}
.general-page h3,
.general-post-content h3{
    font-size: 1.75rem !important;
    text-align: right !important;
    color: #000 !important;
    line-height: normal !important;
    letter-spacing: normal !important;
}
.general-page h3:before,
.general-post-content h3:before{
    display: none !important;
}
.general-page h4,
.general-post-content h4{
    font-size: 1.5rem;
}
.general-page h5,
.general-post-content h5{
    font-size: 1.25rem;
}
.general-page h6,
.general-post-content h6{
    font-size: 1rem;
}

/*Custom CSS Added*/
