/*
Theme Name: zametki
Description:
Author: Glod Artem
Author URI: http://vegys.in.ua/
Version: 1.0
*/

.post__video,
.give-away__logo-desktop {
    height: unset;
}

img.post_tax_class_icon,
div.post_tax_class_icon > svg {
    width: auto !important;
    height: 56px !important;
}

.w-100 {
    width: 95%;
    box-sizing: border-box;
    padding: 15px;
}

.preloader {
    display: none;
    width: 70px;
    height: 70px;
    background: url(img/preloader.gif) no-repeat center center;
    background-size: contain;
    margin: 0px auto 36px;
}

.post_icon {
    display: none !important;
}
.post_icon.show {
    display: flex !important;
}

.btn_search {
    background: none !important;
    outline: none !important;
    border: none !important;
}

.about-image {
  max-width: 580px;
  margin-bottom: 5px;
  padding: 0 5%;
}
.about-image img {
  width: 100%;
  height: auto;
}

.feedback__message {
	text-align: center;
}

.post-gallery {
	position: relative;
	margin-bottom: 20px;
	max-width: 100vw;
	cursor: pointer;
	display: block;
	width: 100%;	
}
.post-gallery .swiper-pagination {
	z-index: 9999;
	bottom: -20px !important;
}
.post-gallery .swiper-pagination-bullet {
	width: 12px;
	height: 12px;
	border: 1px solid rgba(255,255,255,0.6);
}
.post-gallery .swiper-pagination-bullet-active {
	background: #000;
}
.post-gallery img {
	max-width: 100%;
	height: auto;
}

.post-gallery .swiper-button-prev,
.post-gallery .swiper-button-next {
    background-color: #000;
    border-radius: 50%;
    cursor: pointer;
    color: #fff;
    width: 44px;
    height: 44px;
}
.post-gallery .swiper-button-prev:after,
.post-gallery .swiper-button-next:after {
	font-size: 17px;
}