/* 
 Theme Name:   KadenceChild
 Theme URI:    
 Description:  
 Author:       KasiaKaniuka
 Author URI:   https://kobietybiznesu.com
 Template:     kadence
 Version:      1.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html

 /* == Add your own styles below this line ==
@font-face {
    font-family: 'Inter';
    src: url('/Inter-Regular.woff2') format('woff2');
}

body
{
    font-family: Inter, Arial, Helvetica, sans-serif;

    -webkit-text-size-adjust: 100%;
}

ul:not(.simple)
{
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.simple {
    list-style-type: disc;
}

p, label, input, textarea
{
    font-family: Inter, Arial, Helvetica, sans-serif;

    margin-top: 8px;
    margin-bottom: 0px;
    font-size: 14px;
}

label:not(.left) {
    display: inline-block;
}

.align {
    min-width: 110px;
}

.green {
    color: rgb(160, 209, 0);
    text-shadow: 1px 1px rgb(80, 104, 0);
}

.red {
    color: rgb(255, 27, 103);
    text-shadow: 1px 1px rgb(127, 13, 51);
}

input[type="text"], textarea {
    width: 500px;
    border: 1px solid gray;
    border-radius: 2px;
}

input:focus, textarea:focus, select:focus {
    outline: 1px solid gray;
    outline-offset: -2px;
}

h2, .ankieta button
{
    margin-top: 4px;
    font-size: 18px;
    color: rgb(255, 27, 103);
    text-shadow: 1px 1px rgb(255, 27, 103);
}

li
{
    padding: 12px;
}

.kroki li:not(.simple li) {
    border-bottom: 1px solid black;
}

.simple li
{
    padding: 2px;
}

#header
{
    padding: 22px;
}

h1, h2
{
    margin: 0px;
}

#opish
{
    width: 880px;
    margin-bottom: 12px;
}

h1
{
    font-size: 22px;
}

iframe
{
    margin: 0 auto;
    width: 75%;
    height: 400px;
}

.largeimg
{
    width: 65%;
}

.center
{
    margin: 0 auto;
    width: 70%;
}

.hide
{
    margin-top: 8px;
    display: none;
}

.small {
    font-size: 16px;
}

div.centerh {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

/* #header
{
    background-image: url("/header.jpg");
    background-size: cover;
} */

.menudiv {
    display: block;
    height: 60px;
}

.menulang {
    display: block;
    height: 32px;
    margin-top: 14px;
}

.menudiv ul li, .menulang ul li {
    float: right;
}

.menu, #opisa, .linktomain {
    font-size: 20px;
    padding: 16px;
    text-decoration: none;
    color: black;
}

.menulang ul li {
    padding-right: 4px;
    padding-left: 4px;
}

#menupl {
    padding-right: 0px;
    padding-left: 20px;
}

.download {
    text-decoration: none;
}

#opisctrl {
    margin: 40px;
}

#opisjpg {
    float: left;
    width: 35%;
}

#opisa {
    vertical-align: top;
    float: right;
    width: 60%;
    padding: 0px;
}

#opisa h2 {
    margin-top: 0px;
}

#opisa p {
    font-size: 16px;
}

#star {
    position: absolute;
    width: 42px;
    left: 2px;
    top: 2px;
}

.spaced {
    margin-bottom: 16px;
}

.margined, label:not(.left), textarea, p:not(#opish) {
    margin-left: 64px;
}

.film {
    margin: 12px;
    width: 448px;
    height: 252px;
}

.block {
    border-bottom: 1px solid black;
    padding: 12px;
}

.ankieta {
    margin: 20px 50px 0px 50px;
}

.ankieta input, .ankieta textarea {
    display: block;
    min-width: 60%;
}

.ankieta input:focus, .ankieta textarea:focus {
    outline-color: black;
}

textarea {
    height: 5em;
}

.ankieta button {
    background-color: white;
    border: 1px solid black;
    border-radius: 12px;
    padding: 2px 16px;
    margin-top: 12px;
    margin-bottom: 12px;
}

.item_link {
    margin: 12px;
}

.pomin {
    color: gray;
    font-size: 12px;
    font-weight: normal;
    text-shadow: none;
}

.p {
    color: black;
    font-size: 14px;
    font-weight: normal;
    text-shadow: none;
}
--------------------------------------------*/

