/*
Theme Name: suskiprowebwp
Description: Szablon SuskiPROWEB
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

body {
    background-color: #fff; 
    padding: 0;
}

.p-30 {
	padding: 30px;
}

.p-40 {
	padding: 40px;
}

.p-50 {
	padding: 50px;
}

.post-img {
	width: 100%;
	height: auto;
}

.hero-blogpost {
	height: 100vh;
}

.dark-image-overlay {
	position: absolute;
	top:0;
	bottom: 0;
	left:0;
	right: 0;
	background-color: rgba(0,0,0,0.6);
}

h1.entry-title-header {
	color: white;
	font-size: 36px;
	position: relative;
	z-index: 3;
}

.p404 {
	color: white;
	font-size: 36px;
	position: relative;
	z-index: 3;
}

.hfe-nav-menu__submenu-arrow .hfe-menu-item {
  font-size: 16px;
}
.wpcf7-checkbox {
	display:flex;
	flex-direction:column;
}
.wpcf7-checkbox .wpcf7-list-item-label::before {
  border: 1px solid black !important;
}