﻿/*
Theme Name: Proformat 2020
Theme URI: https://www.proformat.pl/
Description: Motyw Proformatu - Bootstrap 4 / SASS / Published: 25.11.2020
Version: 3.6.3
Author: Proformat
Author URI: https://www.proformat.pl/
*/

.section_news .lowertext__container {
  margin-top: 0;
}

section.section-box.title-white .section .sub-title {
	color: #fff;
}
section .section.blocks_section .blocks-item .blocks-inside {
	background-position: center center;
	background-size: cover;
}
section.block-offices .section .page-title {
	margin-bottom: 0;
}
section.block-offices .section .block-box {
	margin-top: 30px;
}
section.block-offices .section.blocks_section .blocks-item.position-center .blocks-text {
	margin-top: 25px;
}
section.block-offices .section.blocks_section .blocks-item.dark .btn.btn-default:hover {
	border-color: #fff;
}

.post__desc {
	flex-wrap: wrap;
}
.post__desc .post__desc-item a {
	white-space: pre-wrap;
}

/* ARTEFAKT WYŚWIETLANIE OPISÓW */

.arte-flex {display: flex;flex-direction: row;justify-content: space-between;}
.arte-flex-col {flex-basis: 100%;}
.flex-space {padding: 0rem 2rem 0rem 0rem;}

@media (max-width: 991px) {
	.arte-flex {flex-wrap: wrap;}
	.flex-space {padding: 0rem 0rem 2rem 0rem;}
}

/* ARTEFAKT USUNIĘCIE BŁĘDU MOBILE NA STRONACH MAPA-WITRYNY */

body > div > ul.columns-3 li {
	padding: 0.5rem 0rem;
}

@media (min-width: 1200px) {
	.results__compare .compare__box .compare__item .compare__infos .compare__info {
		min-height: 34px;
	}
}

.agents {
	display: flex;
	flex-wrap: wrap;
}
.agent__item {
	width: 50%;
	padding: 15px;
	position: relative;
}
.agent__desc {
	position: absolute;
	bottom: 15px;
	left: 15px;
	right: 15px;
	background-color: rgba(0, 0, 0, 0.7);
	color: #fff;
	text-align: center;
	font-weight: bold;
	width: calc(100% - 30px);
	padding: 7px 0;
	opacity: 0;
	transition: 0.2s ease-in;
}
.agent__item a:hover+.agent__desc {
	opacity: 1;
}
@media (min-width: 40px) {
	.agent__item {
		width: calc(100% / 3);
	}
}
@media (min-width: 992px) {
	.agent__item {
		width: calc(100% / 6);
	}
}
/* .warehouses-home {
	background: linear-gradient(180deg, #f3f5f7 100%, #f3f5f7 100%);
} */

/* WAREHOUSE FILTER */

.checkbox-dropdown {
	position: relative;
	display: inline-block;
}

.dropdown-toggle {
	background-color: #f9f9f9;
	border: 1px solid #ccc;
	padding: 10px;
	cursor: pointer;
	text-align: left;
	width: 100%;
}

.checkbox-list {
	display: none;
	position: absolute;
	background-color: #f9f9f9;
	border: 1px solid #ccc;
	width: 100%;
	max-height: 200px;
	overflow-y: auto;
	z-index: 1;
}

.checkbox-list label {
	display: block;
	padding: 5px;
}

.checkbox-list label:hover {
	background-color: #f1f1f1;
}

/* WAREHOUSE FILTER END */

