/*
Theme Name: wp_mapapilsudski
Theme URI: https://lukaszwalaszczyk.pl/
Author: ŁW
Author URI: https://lukaszwalaszczyk.pl/
Description: Wordpress Template made by ŁW
Version: 1.1
Tags: lw
Text Domain: wp_mapapilsudski
*/

input, textarea {
    -webkit-appearance: none;
    border-radius: 0; }
    .rich-main p:last-child {
        margin-bottom: 0px;
    }
    .navlink:hover .arrow-hover {
        opacity: 1;
      transform: translateX(0px);
    }
    /* Chrome, Safari, Edge, Opera */
    input::-webkit-outer-spin-button,
    input::-webkit-inner-spin-button {
      -webkit-appearance: none;
      margin: 0;
    }
    /* Firefox */
    input[type=number] {
      -moz-appearance: textfield;
    }
    /* The switch - the box around the slider */
    .switch {
      position: relative;
      display: inline-block;
      width: 2.375rem;
      height: 1rem;
      margin-bottom: 0px;
    }
    /* Hide default HTML checkbox */
    .switch input {
      opacity: 0;
      width: 0;
      height: 0;
    }
    /* The slider */
    .slider {
      position: absolute;
      cursor: pointer;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background-color: transparent;
      border: 1.5px solid #FD5D4D;
      -webkit-transition: .4s;
      transition: .4s;
    }
    .slider:before {
      position: absolute;
      content: "";
      height: 8px;
        width: 8px;
        left: 2px;
        bottom: 2px;
      background-color: transparent;
      border: 1.5px solid #FD5D4D;
      -webkit-transition: .4s;
      transition: .4s;
    }
    input:checked + .slider {
      background-color: #FD5D4D;
    }
    input:focus + .slider {
      box-shadow: 0 0 1px #FD5D4D;
    }
    input:checked + .slider:before {
      -webkit-transform: translateX(21px);
      -ms-transform: translateX(21px);
      transform: translateX(21px);
      background-color: #fff;
    }
    /* Rounded sliders */
    .slider.round {
      border-radius: 34px;
    }
    .slider.round:before {
      border-radius: 50%;
    }
    @media only screen and (max-width: 767px) {
      html .swiper {
          overflow: visible;
      }
    }