/*!
Theme Name: Jestem mobilny
Theme URI: http://jestemmobilny.pl
Description: ...
Version: 1.0
Author: Igor Chudy
Author URI: http://igorchudy.pl/
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

This theme, like WordPress, is licensed under the GPL.
*/
/*===================================
=            Reset style            =
===================================*/
a, abbr, address, article, aside, audio, b, blockquote, body, canvas,
caption, cite, code, dd, del, details, dfn, div, dl, dt, em, embed, fieldset,
figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup,
html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav,
object, ol, p, pre, q, samp, section, small, span, strong, sub, summary,
sup, table, tbody, td, tfoot, th, thead, time, tr, ul, var, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font-weight: inherit;
  font-style: inherit;
  vertical-align: baseline; }

html {
  width: 100%;
  height: 100%;
  min-height: 100%;
  font-size: 16px;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

body {
  width: 100%;
  height: 100%;
  min-height: 100%;
  font: normal 16px / 1.618 "Lato", Arial, Helvetica, sans-serif;
  color: #000; }

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
  display: block; }

audio, canvas, video {
  display: inline-block; }

audio:not([controls]) {
  display: none;
  height: 0; }

button, input, optgroup, select, textarea {
  margin: 0;
  font-size: 100%;
  vertical-align: middle;
  font-family: "Lato", Arial, Helvetica, sans-serif; }

button, input {
  overflow: visible; }

button, select {
  text-transform: none; }

button, html [type="button"], [type="reset"], [type="submit"] {
  -webkit-appearance: button; }

button::-moz-focus-inner, input::-moz-focus-inner {
  border-style: none;
  padding: 0;
  border: 0; }

button, input[type="button"], input[type="reset"], input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button; }

textarea {
  overflow: auto;
  vertical-align: top; }

[type="checkbox"], [type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0; }

a, ins, del {
  text-decoration: none; }

ul, ol {
  list-style: none; }

table {
  border-spacing: 0;
  border-collapse: collapse; }

caption, th {
  text-align: left; }

q:after, q:before {
  content: ""; }

img {
  height: auto;
  max-width: 100%;
  vertical-align: middle;
  border: 0;
  -ms-interpolation-mode: bicubic; }

:focus {
  outline: 0; }

blockquote, q {
  quotes: "" ""; }

.clear {
  clear: both; }

/* Headings */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Lato", Arial, Helvetica, sans-serif;
  font-weight: 700;
  color: #000;
  line-height: 1; }

h2 {
  font-size: 44px; }

h2 {
  font-size: 36px; }

h3 {
  font-size: 30px; }

h4 {
  font-size: 24px; }

h5 {
  font-size: 18px; }

h6 {
  font-size: 16px; }

/* Anchors */
a {
  outline: 0; }

a img {
  border: none;
  text-decoration: none; }

/* Paragraphs */
p {
  margin-bottom: 1.143em; }

* p:last-child {
  margin-bottom: 0; }

strong, b {
  font-weight: bold; }

em, i {
  font-style: italic; }

sup {
  vertical-align: super;
  font-size: smaller; }

/* Lists */
ul {
  list-style: outside disc;
  margin: 1em 0 1.5em 1.5em; }

ol {
  list-style: outside decimal;
  margin: 1em 0 1.5em 1.5em; }

dl {
  margin: 0 0 1.5em 0; }

dt {
  font-weight: bold; }

dd {
  margin-left: 1.5em; }

/* Quotes */
blockquote {
  font-style: italic; }

::-moz-selection {
  background: #000;
  color: #fff; }

::selection {
  background: #000;
  color: #fff; }

::-moz-selection {
  background: #000;
  color: #fff; }

::-webkit-selection {
  background: #000;
  color: #fff; }

::-webkit-input-placeholder {
  color: #999; }

::-moz-placeholder {
  color: #999; }

:-ms-input-placeholder {
  color: #999; }

/* For modern browsers - clearfix for floating elements */
.clearfix:before,
.clearfix:after {
  display: table;
  content: " "; }

.clearfix:after {
  clear: both; }

/*
Box sizing - http://css-tricks.com/box-sizing/
*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
*/
/*-----  End of Reset style  ------*/
@font-face {
  font-display: swap; }

@media (min-width: 320px) {
  .Container {
    padding: calc(-9.09091px + 9.09091vw); } }

@media (min-width: 1200px) {
  .Container {
    padding: 100px; } }

body {
  position: relative; }

.container {
  display: block;
  width: 100%;
  max-width: 800px;
  padding-left: 30px;
  padding-right: 30px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 auto;
  background: #fff;
  position: relative;
  z-index: 20; }

.post-image {
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  text-align: center;
  z-index: 10; }

.post-wrapper {
  margin-bottom: 30px;
  position: relative; }
  .post-wrapper .container {
    position: relative; }
    .post-wrapper .container:before {
      display: block;
      width: 100%;
      height: 40px;
      background: url(images/shadow.png) center bottom no-repeat;
      content: "";
      z-index: 20;
      left: 0;
      top: -40px;
      right: 0;
      position: absolute; }

.post-title {
  font-size: 22px;
  padding-top: 25px;
  margin-bottom: 35px;
  color: #342b65; }

.post-content {
  font-size: 17px;
  font-weight: 700;
  color: #342b65; }
  .post-content p {
    margin-bottom: 35px; }
  .post-content ul {
    list-style: none;
    margin: 0 0 35px 0; }
    .post-content ul li {
      position: relative;
      margin-bottom: 25px;
      padding-left: 23px; }
      .post-content ul li:last-child {
        margin-bottom: 0; }
      .post-content ul li:before {
        width: 6px;
        height: 6px;
        background: #fe3b57;
        border-radius: 100%;
        overflow: hidden;
        position: absolute;
        left: 0;
        top: 8px;
        content: ""; }
  .post-content blockquote {
    margin-left: 30px;
    color: #8484ab;
    font-style: italic; }
  .post-content strong {
    font-weight: 900; }
  .post-content .wp-block-button {
    display: block;
    text-align: center; }
  .post-content .wp-block-button__link {
    background: -webkit-gradient(linear, left bottom, left top, from(#ff484b), to(#fd2d63));
    background: -webkit-linear-gradient(bottom, #ff484b, #fd2d63);
    background: -o-linear-gradient(bottom, #ff484b, #fd2d63);
    background: linear-gradient(to top, #ff484b, #fd2d63);
    border: none;
    border-radius: 30px;
    cursor: pointer;
    display: inline-block;
    font-size: 17px;
    margin: 0;
    line-height: 1;
    text-transform: uppercase;
    color: #fff;
    padding: 14px 34px;
    text-align: center;
    text-decoration: none;
    overflow-wrap: break-word; }
    .post-content .wp-block-button__link:hover, .post-content .wp-block-button__link:focus {
      background: #fd2d63; }
    @media (max-width: 450px) {
      .post-content .wp-block-button__link {
        padding: 14px;
        display: block;
        text-align: center; } }

/*======================================
=            Wordpress core            =
======================================*/
.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; }

.aligncenter {
  display: block;
  margin: 5px auto 5px auto; }

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%;
  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; }

/*-----  End of Wordpress core  ------*/
#top-cookie-wrapper {
  display: block;
  width: 100%;
  background: #342b65;
  position: fixed;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 999; }

.displaynone {
  display: none !important; }

.top-cookie {
  display: block;
  margin: 0 auto;
  padding: 30px 0;
  font-size: 14px; }
  .top-cookie p {
    color: #fff; }
    .top-cookie p a {
      color: #fff;
      text-decoration: underline; }
  .top-cookie p a.close {
    display: inline-block;
    line-height: 1;
    padding: 10px 18px;
    border: 1px solid #fff;
    font-weight: bold;
    color: #fff;
    text-decoration: none; }
    .top-cookie p a.close:hover {
      color: #342b65;
      background: #fff; }

.videoWrapper {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px;
  height: 0;
  margin-bottom: 30px; }

.videoWrapper object,
.videoWrapper embed,
.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }
