@font-face {
  font-family: 'FontAwesome';
  font-display: 'swap';
  src: url("../fonts/fontawesome-webfont.eot") format("embedded-opentype"), url("../fonts/fontawesome-webfont.otf") format("opentype"), url("../fonts/fontawesome-webfont.woff") format("woff"), url("../fonts/fontawesome-webfont.ttf") format("truetype"), url("../fonts/fontawesome-webfont.svg") format("svg");
  font-weight: 700
}

.fira-sans-regular,
.book__title,
.book__subtitle,
.book__authors,
.book__category-list,
.book__tags,
.book__short-desc,
.book__description,
.book__data-text,
.book__actions,
.breadcrumbs,
.page-content,
.catalog__title,
.catalog__button,
.author__short-desc,
.author__description,
.author-sidebar,
.archive__items,
.pagination__item,
.book-location__title,
.bookStore,
.downloads__file-link,
.single,
.single__meta-item,
.bestsellery__title,
.related__title,
.view__label {
  font-family: 'Fira Sans Condensed', sans-serif
}

.fira-sans-bold,
.book__data-label,
.downloads__file-title {
  font-family: 'Fira Sans Condensed', sans-serif;
  font-weight: 700
}

.fira-sans-extra-light,
.book__heading,
.page-heading__title {
  font-family: 'Fira Sans Condensed', sans-serif;
  font-weight: 200
}

html,
body {
  width: 100%;
  height: 100%;
  box-sizing: border-box
}

*,
*:before,
*:after {
  box-sizing: inherit
}

*::-webkit-input-placeholder {
  color: #fff
}

*:-moz-placeholder {
  color: #fff;
  opacity: 1
}

*::-moz-placeholder {
  color: #fff;
  opacity: 1
}

*:-ms-input-placeholder {
  color: #fff
}

@media screen and (min-width: 992px) {
  .vertical-align {
    display: flex;
    flex-direction: row
  }

  .vertical-align>[class^="col-"],
  .vertical-align>[class*=" col-"] {
    display: flex;
    align-items: center
  }
}

img {
  max-width: 100%;
  display: inline-block;
  height: auto
}

.hover-right {
  position: relative
}

.hover-right:after {
  content: "\f101";
  right: 10px;
  opacity: 0;
  position: absolute;
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transition: .6s;
  line-height: 24px
}

.hover-right:hover:after {
  right: -20px;
  opacity: 1
}

.hover-left {
  position: relative
}

.hover-left:before {
  content: "\f100";
  left: 10px;
  opacity: 0;
  position: absolute;
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transition: .6s;
  line-height: 24px
}

.hover-left:hover:before {
  left: -20px;
  opacity: 1
}

.txt-right {
  text-align: right
}

a {
  color: inherit
}

a:hover,
a:focus {
  color: inherit
}

.book {
  font-size: 14px
}

.book__heading,
.page-heading__title {
  font-size: 48px;
  margin: 0;
  padding-top: 50px
}

.book__content {
  padding-top: 40px
}

.book__cover {
  border: 1px solid #d0d0d0
}

.book__cover img {
  width: 100%
}

@media (max-width: 767px) {
  .book__cover {
    margin-bottom: 20px
  }
}

.book__title {
  font-size: 30px;
  line-height: 1.1;
  color: #333;
  margin: 0;
  font-weight: 400;
}

.book__subtitle {
  font-size: 1.7rem;
  color: #333;
  font-weight: 400;
  margin-top: 3px;
  margin-bottom: 2px;
}

.book__authors {
  font-size: 30px;
  line-height: 1.1;
  margin-top: 2px;
  margin-bottom: 2px;
  color: #333;
  font-weight: 400;
}

.book__org_title {
	margin: 2px 0 10px 0;
  font-size: 1.7rem;
  color: #a9a9a9;
}

.book__meta {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  padding-top: 10px
}

.book__meta-col--icon {
  flex: 0 1 30px
}

.book__meta-icon {
  color: #892890;
  font-size: 18px;
  padding-right: 10px
}

.book__category-list,
.book__tags {
  list-style: none;
  padding: 0;
  margin: 0;
  line-height: 1.3;
  font-size: 14px
}

.book__category-item {
  display: inline-block
}

.book__category-item+.book__category-item:before {
  content: '/';
  margin: 0 5px 0 0
}

.book__tag {
  display: inline-block;
  border-radius: 25px;
  background: rgba(137, 40, 144, 0.2);
  color: #892890;
  margin-right: 5px;
  transition: all 0.5s;
  margin-bottom: 10px
}

.book__tag a {
  display: block;
  padding: 5px 10px
}

.book__tag:hover,
.book__tag:focus {
  background: #892890;
  color: #fff
}

.book__tag:hover a,
.book__tag:focus a {
  text-decoration: none
}

.book__short-desc {
  padding-top: 15px
}

.book__short-desc p,
.book__description p {
  margin-bottom: 15px
}

.book__data {
  border-top: 1px solid #9c9c9c;
  border-bottom: 1px solid #9c9c9c;
  padding: 10px 0;
  margin: 0;
  list-style: none;
  font-size: 0
}

.book__data-item {
  display: inline-block;
  font-size: 14px;
  margin-right: 5px
}

.book__actions {
  padding: 15px 0;
  margin: 0;
  list-style: none
}

@media (max-width: 767px) {

  .book__actions:before,
  .book__actions:after {
    content: '';
    display: table
  }

  .book__actions:after {
    clear: both
  }
}

.book__action {
  color: #892890;
  display: inline-block;
  margin-right: 40px
}

.book__action:hover,
.book__action:focus {
  color: #892890
}

@media (max-width: 767px) {
  .book__action {
    margin-right: 0;
    width: 100%;
    display: block;
    float: left;
    margin: 10px 0
  }
}

@media (max-width: 370px) {
  .book__action {
    width: 100%
  }
}

.book__action-icon {
  margin-right: 5px
}

.book__buy-btn {
  color: #fff;
  background: #892890;
  display: inline-block;
  padding: 5px 20px;
  transition: all 0.5s
}

.book__buy-btn:hover,
.book__buy-btn:focus {
  color: #fff;
  background: rgba(137, 40, 144, 0.7);
  text-decoration: none
}

.book__description {
  padding-top: 17px
}

@media (max-width: 991px) {
  .book__img img {
    width: 100%
  }
}

.book__stock {
  display: inline-block;
  color: #06a910
}

.book__stock--error {
  color: red
}

.book__stock .fa {
  min-width: 15px
}

.archive__item--tile .book__img {
  position: relative
}

.archive__item--tile .book__link {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
  text-align: center;
  color: #892890;
  font-size: 31px;
  z-index: 30;
  transition: all 0.5s
}

.archive__item--tile .book__link:hover,
.archive__item--tile .book__link:focus {
  text-decoration: none
}

.archive__item--tile .book__link-text {
  font-size: 18px;
  display: block;
  margin-bottom: 20px
}

.archive__item--tile .book__mask {
  position: absolute;
  top: 0;
  width: 100%;
  bottom: 0;
  background: rgba(255, 255, 255, 0.8);
  z-index: 29;
  opacity: 0;
  transition: all 0.5s
}

.archive__item--tile .book:hover .book__mask {
  opacity: 1
}

.archive__item--tile .book:hover .book__link {
  opacity: 1;
  visibility: visible
}

.page-heading {
  padding-top: 50px
}

.page-heading__title {
  padding: 0
}

.bestsellery {
  font-family: 'Fira Sans Condensed', sans-serif;
  padding-bottom: 55px;
  padding-top: 39px
}

.bestsellery__img,
.book__img,
.related__img {
  margin-bottom: 13px;
  overflow: hidden
}

.bestsellery__img img,
.book__img img,
.related__img img {
  max-width: 100%;
  height: auto;
  transition: .6s
}

.bestsellery__img img:hover,
.book__img img:hover,
.related__img img:hover {
  transform: scale(1.2)
}

@media (max-width: 991px) {

  .bestsellery__img img,
  .book__img img,
  .related__img img {
    margin: 0 auto
  }
}

.bestsellery__title,
.related__title {
  display: inline-block;
  float: left;
  font-size: 36px;
  letter-spacing: 0.025em;
  color: #2b2b2b;
  padding-bottom: 20px
}

@media (max-width: 599px) {

  .bestsellery__title,
  .related__title {
    font-size: 32px
  }
}

@media (max-width: 424px) {

  .bestsellery__title,
  .related__title {
    float: none;
    text-align: center;
    display: block;
    padding-bottom: 0
  }
}

.bestsellery__btn {
  display: inline-block;
  float: right;
  font-size: 18px;
  letter-spacing: 0.025em;
  color: #8a288f;
  margin-top: 20px
}

@media (max-width: 599px) {
  .bestsellery__btn {
    font-size: 16px
  }
}

@media (max-width: 424px) {
  .bestsellery__btn {
    float: none;
    text-align: center;
    display: block;
    margin-bottom: 15px
  }
}

.bestsellery__btn:focus,
.bestsellery__btn:hover {
  text-decoration: none;
  color: #8a288f
}

.bestsellery .slick-track:focus {
  outline: none
}

.bestsellery .slick-slide:focus {
  outline: none
}

.bestsellery__nazwa,
.book__nazwa,
.related__nazwa {
  font-size: 17px;
  letter-spacing: 0.025em;
  color: #1a1a1a;
  padding-bottom: 7px;
  line-height: 1.3;
  transition: .6s
}

.bestsellery__nazwa:hover,
.book__nazwa:hover,
.related__nazwa:hover {
  color: gray
}

@media (max-width: 599px) {

  .bestsellery__nazwa,
  .book__nazwa,
  .related__nazwa {
    text-align: center
  }
}

.bestsellery__autor,
.book__autor,
.related__autor {
  font-size: 14px;
  letter-spacing: 0.025em;
  color: #818181;
  transition: .6s
}

.bestsellery__autor:hover,
.book__autor:hover,
.related__autor:hover {
  color: #4e4e4e
}

@media (max-width: 599px) {

  .bestsellery__autor,
  .book__autor,
  .related__autor {
    text-align: center
  }
}

.bestsellery a:hover,
.bestsellery a:focus {
  text-decoration: none;
  outline: none
}

.breadcrumbs {
  list-style: none;
  padding: 0;
  margin: 0;
  float: left
}

.breadcrumbs__breadcrumb-item {
  display: inline-block;
  color: #8c8c8c
}

.breadcrumbs__breadcrumb-item+.breadcrumbs__breadcrumb-item:before {
  content: '/';
  margin: 0 5px
}

.breadcrumbs__breadcrumb-link {
  color: #892890
}

.page-content {
  line-height: 1.7
}

.page-content p {
  margin-bottom: 30px
}

.page-banner {
  padding-top: 40px;
  padding-bottom: 40px
}

.catalog__heading {
  padding-top: 20px;
  padding-bottom: 10px
}

.catalog__title {
  font-size: 36px;
  margin: 0
}

.catalog__button {
  border-radius: 25px;
  border: 2px solid #892890;
  color: #892890;
  display: inline-block;
  padding: 10px 15px;
  font-size: 24px;
  transition: all .5s;
  margin-top: 50px
}

.catalog__button:hover,
.catalog__button:focus {
  text-decoration: none;
  background: #892890;
  color: #fff
}

@media (max-width: 767px) {
  .catalog__details {
    text-align: center
  }
}

.catalog__links {
  padding-top: 65px;
  padding-left: 0;
  margin: 0;
  list-style: none
}

.catalog__link {
  font-size: 18px;
  color: #535353
}

.catalog__link+.catalog__link {
  margin-top: 5px
}

.catalog__link:before {
  content: '\f105';
  font-family: 'FontAwesome'
}

.author {
  padding-top: 20px
}

.author__short-desc {
  font-size: 24px;
  line-height: 1.2
}

.author__description {
  padding-top: 25px;
  line-height: 1.2
}

.author__description p {
  margin-bottom: 20px
}

.author .related {
  padding-top: 40px
}

.related__permalink:hover {
  text-decoration: none
}

.related__img {
  overflow: hidden
}

.related__img img {
  transition: .6s
}

.related__img img:hover {
  transform: scale(1.2)
}

.related__nazwa {
  transition: .6s
}

.related__nazwa:hover {
  color: #818181
}

.related__autor {
  transition: .6s
}

.related__autor:hover {
  color: #1a1a1a
}

.author-sidebar__tags li {
  transition: .6s
}

.author-sidebar__tags li:hover {
  background-color: #af33b8
}

.author-sidebar__tags li a:hover {
  text-decoration: none
}

@media (min-width: 992px) {
  .author-sidebar {
    -webkit-transform: translateY(-50px);
    -ms-transform: translateY(-50px);
    transform: translateY(-50px)
  }
}

@media (max-width: 991px) {
  .author-sidebar {
    padding-top: 30px
  }
}

.author-sidebar__title {
  color: #818181;
  font-size: 21px
}

.author-sidebar__related {
  padding: 40px 0 20px;
  margin: 0;
  list-style: none
}

.author-sidebar__related-author+.author-sidebar__related-author {
  margin-top: 20px
}

.author-sidebar__related-title {
  font-size: 16px
}

.author-sidebar__related-link {
  font-size: 14px;
  color: #892890;
  margin-top: 10px;
  display: inline-block
}

.author-sidebar__tags {
  list-style: none;
  margin: 0;
  padding: 0
}

.author-sidebar__tag {
  display: inline-block;
  background: #892890;
  color: #fff;
  border-radius: 25px;
  margin-top: 10px;
  margin-right: 5px
}

.author-sidebar__tag-link {
  display: block;
  padding: 5px 10px
}

.archive__items {
  padding-top: 30px;
  font-size: 0
}

.archive__item-content {
  font-size: 14px
}

.archive__item+.archive__item {
  margin-top: 40px
}

.archive__item--tile {
  display: inline-block;
  float: none;
  vertical-align: top;
  margin-bottom: 30px
}

.archive__item--tile+.archive__item--tile {
  margin-top: 0
}

.archive__item-title {
  color: #892890;
  font-size: 30px
}

.archive__item-link {
  border: 2px solid #892890;
  border-radius: 25px;
  padding: 5px 30px;
  color: #892890;
  display: inline-block;
  transition: all .5s;
  font-size: 14px
}

.archive__item-link:hover,
.archive__item-link:focus {
  background: #892890;
  color: #fff;
  text-decoration: none
}

@media (min-width: 992px) {
  .archive__content {
    padding-left: 45px
  }
}

.pagination {
  width: 100%;
  text-align: center;
  margin: 0;
  padding: 115px 0 0;
  border-radius: 0
}

.pagination>li {
  display: inline-block
}

.pagination>li>a {
  float: none;
  display: block;
  border: none;
  background: transparent;
  color: inherit;
  line-height: 1;
  padding: 5px
}

.pagination>li>a:hover,
.pagination>li>a:focus {
  color: #892890;
  background: transparent
}

.pagination__item {
  vertical-align: middle;
  color: #818181;
  font-size: 18px;
  margin: 0 5px
}

.pagination__item--active {
  color: #892890;
  font-size: 24px
}

.pagination__item--prev,
.pagination__item--next {
  color: #892890;
  font-size: 30px
}

.book-location__title {
  color: #892890;
  font-size: 36px;
  border-bottom: 1px solid #ecc2ef;
  margin-bottom: 20px
}

.book-location__items {
  font-size: 0;
  margin: 0 -15px
}

.book-store {
  display: inline-block;
  vertical-align: top;
  margin-bottom: 45px;
  padding: 0 15px;
  width: 50%
}

.book-store__item {
  font-size: 0
}

.book-store__logo,
.book-store__details {
  display: inline-block;
  vertical-align: middle
}

.book-store__logo {
  width: 35%;
  text-align: center
}

.book-store__details {
  padding-left: 40px
}

.book-store__links {
  padding: 0;
  margin: 0;
  list-style: none
}

.book-store__link-item {
  display: inline-block;
  vertical-align: middle;
  margin-right: 15px;
  font-size: 14px
}

.book-store__link-item a {
  color: #575757
}

.book-store__title {
  font-size: 24px;
  color: #9b2ea1
}

@media (max-width: 991px) {
  .book-store__link-item {
    display: block
  }

  .book-store__item {
    display: block
  }

  .book-store__logo,
  .book-store__details {
    display: block
  }

  .book-store__logo {
    width: auto;
    height: 50px;
    text-align: left
  }

  .book-store__logo img {
    height: 100%
  }

  .book-store__details {
    padding-left: 0
  }
}

@media (max-width: 480px) {
  .book-store {
    width: 100%
  }
}

.bookStore {
  padding-top: 45px
}

.bookStore__gallery {
  font-size: 0
}

@media (max-width: 991px) {
  .bookStore__gallery {
    padding-top: 30px
  }
}

.bookStore__location-title,
.bookStore__gallery-title {
  padding-bottom: 25px
}

.bookStore__gallery-item {
  display: inline-block;
  vertical-align: top;
  float: none;
  margin-bottom: 30px
}

.bookStore__gallery-image {
  padding-bottom: 100%;
  background-size: cover
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #892890
}

.book-filters {
  position: relative;
  padding: 35px 0 15px;
  border-bottom: 1px solid #d0d0d0;
  margin-bottom: 20px
}

.book-filters select {
  width: 15%
}

.book-filters .select2-container {
  width: 100% !important
}

.book-filters .select2-container--default .select2-selection--single {
  border-color: #d0d0d0;
  border-radius: 2px
}

.book-filters .select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #892890 transparent transparent transparent
}

.book-filters__label {
  width: 25%;
  float: left;
  display: block
}

.book-filters__label--small {
  width: 15%
}

@media (max-width: 991px) {
  .book-filters__label {
    width: 33.3333%;
    margin-bottom: 15px;
    padding: 0 5px
  }
}

@media (max-width: 767px) {
  .book-filters__label {
    width: 100%
  }
}

.book-filters__filter {
  float: left;
  width: 42%;
  padding: 0 5px
}

.book-filters__filter--full {
  width: 75%
}

@media (max-width: 991px) {
  .book-filters__filter {
    width: 33.3333%;
    margin-bottom: 15px
  }

  .book-filters__filter--full {
    width: 66.66666%
  }
}

@media (max-width: 767px) {
  .book-filters__filter {
    width: 50%
  }

  .book-filters__filter--full {
    width: 100%
  }
}

@media (max-width: 425px) {

  .book-filters__filter,
  .book-filters__filter--full {
    width: 100%
  }
}

.book-filters__submit {
  background-color: #fff;
  color: #892890;
  border: 1px solid #892890;
  padding: 5px 30px;
  transition: all .5s
}

.book-filters__submit:hover,
.book-filters__submit:focus {
  color: #fff;
  background: #892890
}

.downloads__title {
  font-family: 'Fira Sans Condensed', sans-serif;
  font-size: 36px;
  font-weight: 300;
  padding-bottom: 10px
}

.downloads__section {
  padding-top: 50px
}

.downloads__file-title {
  font-size: 15px;
  padding: 5px 0;
  line-height: 1.1
}

.downloads__file-link {
  font-size: 15px;
  color: #802588
}

.downloads__file-link:hover,
.downloads__file-link:focus {
  color: #802588;
  text-decoration: none
}

.downloads__catalog {
  padding-bottom: 10px;
  padding-top: 10px
}

@media (max-width: 991px) {
  .downloads__catalog-image img {
    width: 100%
  }
}

.downloads__files {
  font-size: 0
}

.downloads__file {
  display: inline-block;
  vertical-align: top;
  float: none;
  padding-bottom: 10px;
  padding-top: 10px
}

.downloads__file-icon {
  width: 100%;
  padding-bottom: 100%;
  position: relative;
  background: #e3e3e3;
  overflow: hidden
}

.downloads__file-icon img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-height: 100%;
}

.downloads__image {
  text-align: center;
  box-shadow: 0 0 4px 1px rgba(0, 0, 0, 0.3)
}

.downloads__image img {
  width: 100%
}

.single__meta {
  padding: 15px 0 25px
}

.single__meta-item {
  display: inline-block;
  vertical-align: top;
  margin-right: 70px;
  color: #191919
}

.single__meta-item .fa {
  margin-right: 4px
}

.single__term-link {
  color: #802588;
  text-transform: lowercase
}

@media (max-width: 991px) {
  .single__sidebar {
    padding-top: 30px;
    font-size: 16px
  }
}

.single__sidebar-title {
  font-size: 24px;
  padding-bottom: 25px
}

.single__sidebar-list {
  list-style: none;
  margin: 0;
  padding: 0 0 45px
}

.single__sidebar-item a {
  display: inline-block;
  vertical-align: middle
}

.single__sidebar-item::before {
  content: '\f105';
  font-family: 'FontAwesome';
  display: inline-block;
  vertical-align: middle;
  color: #892890
}

.single__post-image {
  padding: 0 0 35px
}

.single__post-image img {
  width: 100%
}

.single__post-excerpt {
  font-weight: 700
}

.single__post-content,
.single__post-excerpt {
  line-height: 1.7
}

.single__post-content p,
.single__post-excerpt p {
  margin-bottom: 25px
}

.share {
  padding-top: 20px
}

.share__items {
  list-style: none;
  padding: 0;
  margin: 0
}

.share__label {
  display: none;
  margin-left: 25px;
  text-transform: uppercase;
  font-size: 12px;
  vertical-align: middle
}

.share__item {
  display: inline-block;
  margin-right: 4px;
  line-height: 1
}

.share__item--wide .share__link {
  min-width: 150px
}

.share__item--wide .share__label {
  display: inline-block
}

.share__link {
  background: #0a88ff;
  display: inline-block;
  color: #fff;
  min-height: 35px;
  min-width: 35px;
  border-radius: 2px;
  padding: 10px;
  transition: all .3s
}

.share__link .fa {
  font-size: 16px;
  vertical-align: middle
}

.share__link--fb {
  background: #306199
}

.share__link--twitter {
  background: #26c4f1
}

.share__link--google {
  background: #e93f2e
}

.share__link:hover,
.share__link:focus {
  text-decoration: none;
  color: #fff;
  opacity: 0.8
}

@media (max-width: 550px) {
  .share__items {
    font-size: 0
  }

  .share__item {
    width: 50%;
    margin-right: 0
  }

  .share__item--wide .share__link {
    min-width: 1px
  }

  .share__label {
    display: inline-block
  }

  .share__link {
    width: 100%
  }
}

@media (max-width: 1199px) {
  .zapowiedzi__wyroz {
    margin-bottom: 20px
  }
}

.aktualnosci .wpis {
  height: 100%;
  margin-top: 0
}

.fwp-eq-height {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch
}

.fwp-eq-height .aktualnosci__box {
  -webkit-flex: 0 0 33%;
  -ms-flex: 0 0 33%;
  flex: 0 0 33%;
  width: auto;
  float: none
}

@media (max-width: 991px) {
  .fwp-eq-height .aktualnosci__box {
    -webkit-flex: 0 0 49.5%;
    -ms-flex: 0 0 49.5%;
    flex: 0 0 49.5%;
    padding-bottom: 30px
  }
}

@media (max-width: 767px) {
  .fwp-eq-height .aktualnosci__box {
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%
  }
}

.content-cols {
  padding-top: 30px
}

.related {
  padding-top: 70px
}

.related__title {
  font-size: 21px;
  padding-bottom: 30px
}

.view {
  float: right
}

.view__label {
  color: #892890;
  font-size: 18px;
  display: inline-block;
  vertical-align: middle;
  font-weight: 400;
  margin-bottom: 0
}

.view__item {
  display: inline-block;
  vertical-align: middle;
  background: transparent;
  color: #626262;
  font-size: 24px;
  border: none;
  line-height: 1;
  margin-left: 20px;
  padding: 0;
  opacity: 0.7
}

.view__item--active {
  opacity: 1
}

.store-sidebar__title,
.bookStore__title,
.bookStore__location-title,
.bookStore__gallery-title {
  font-size: 36px;
  color: #892890;
  font-weight: 300
}

.store-sidebar__content,
.bookStore__content {
  font-size: 14px;
  line-height: 1.7;
  color: #191919
}

.store-sidebar__content p,
.bookStore__content p {
  margin-bottom: 30px
}

.store-sidebar__content a,
.bookStore__content a {
  color: #9e2fa4
}

.store-sidebar__content a:hover,
.bookStore__content a:hover,
.store-sidebar__content a:focus,
.bookStore__content a:focus {
  text-decoration: none
}

.map {
  width: 100%;
  height: 290px
}

.map img {
  max-width: inherit !important
}

div.wpcf7-response-output {
  border-radius: 4px;
  padding: 15px;
  position: fixed;
  top: 0px;
  width: 100%;
  margin: 0;
  left: 0;
  text-align: center;
  z-index: 9999;
  border: 1px solid #cfcfcf
}

.wpcf7-response-output.wpcf7-mail-sent-ok {
  background-color: #DFF0D8;
  border-color: #d6e9c6;
  color: #3c763d
}

.wpcf7-response-output.wpcf7-validation-errors {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442
}

img.ajax-loader {
  display: none
}

body .footer span.wpcf7-not-valid-tip {
  position: absolute;
  top: 100%;
  left: 0;
  font-size: 11px;
  width: auto
}

.wpcf7-form-control-wrap {
  display: block
}

body .footer__input .wpcf7-not-valid {
  border-color: #ff0500
}

/*# sourceMappingURL=dev.css.map */
/*Mapa Google wskazująca prawidłowy adres */
.mapa_google_seo {
  border: 2px solid black !important;
  line-height: 0 !important;
}

/*Blok tekstu dla szablonu zapowiedzi oraz katalog książek */
.seo_text {
  text-align: justify;
  margin-top: 20px;

}

.seo_text p {
  font-size: 1.5rem !important;
  line-height: 1.9rem !important;
}

/*Blok tekstu na stronie głównej*/
.main-page-seo {
  margin-top: 30px !important;
}

.inner-text-wrapper {
  margin-top: 20px;
  text-align: justify;
}

.inner-text-wrapper h1 {
  font-size: 2.5em;
  font-weight: bold;
}

@media only screen and (max-width: 1024px) {
  .inner-text-wrapper h1 {
    font-size: 1.7em;
  }
}

@media only screen and (max-width: 678px) {
  .inner-text-wrapper h1 {
    font-size: 1.5em;
    text-align: left;
  }
}

/*# sourceMappingURL=dev.css.map */