/*
Theme Name: oodr old theme
Theme URI: http://oodr.pl
Author: Marcin
Author URI: janusz
Description: This theme was created with Pinegrow Web Editor
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: oodr
*/
slider-heading {
    font-size: 1px;
}

input[type = text]:focus {
    border: none;
}

input[type = text] {
}

input[type = text]:focus {
}

input[type = text]:focus .test {
}

input[type = text]:focus {
    border-style: solid;
    border-color: #696969;
    border-width: 0.5px;
    box-shadow: none;
}

/* align the heading and lines */
.pa-heading-line-right h4 {
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    text-align: center;
}

/* add and adjust the lines */
.pa-heading-line-right h4:after {
    content: '';
    border-top: 2px solid;
    margin: 0 20px 0 0;
    flex: 1 0 20px;
    color: #666666;
}

/* add spacing between heading and line */
.pa-heading-line-right h4:after {
    margin: 0 0 0 20px;
}

minus {
    margin-start: -200px;
    position: absolute;
}