/*   
Theme Name: Wizjo
Theme URI: http://studiowizjo.pl
Description: Szablon wykonany od podstaw przez StudioWizjo.pl. Jeśli potrzebujesz nietuzinkowej strony internetowej, to zajrzyj na <a href="http://studiowizjo.pl/projektowanie_stron_www">naszą stronę firmową</a>.
Author: Wizjo
Author URI: http://studiowizjo.pl
Version: 1
*/

/** obniżamy content, tak aby znalazł się poniżej paska admina dodawanego przez WP **/
body.admin-bar header {
	top: 0;
}

@media screen and (max-width: 782px) {
	#wpadminbar {
		position: fixed !important;
		top: 0;
	}
}
.page-numbers{
	align-items: center;
	display: flex;
	font-size: 15px;
	flex-direction: row;    
	justify-content: center; 
	list-style-type: none;
	margin: 20px auto;
}
.page-numbers > li {
	margin: 5px 8px;
}
.page-numbers > li a{
	background-color: #F6F6F6;
	color: #000;
	display: inline-block;
	padding: 5px 7px;
	margin-left: .25rem;
	margin-right: .25rem;
}
.page-numbers > li a:hover{
	background-color: #B4141B;
	cursor: pointer;
	color:#fff;
	display:block;
	text-decoration: none;
}

@media screen and (min-width: 782px) {
	.page-numbers {
		font-size: 23px;
	}

	.page-numbers > li a{
		padding: 15px 25px;
	}
}
#commentform .anr_captcha_field{
	margin:20px auto;
}
.page-header .search-icon-mobile{
	display: inline;
	float:right;
	margin: 36px 20px 0 15px;
	width: 20px;
    height: 20px;
	cursor:pointer;
}
.page-header .search-icon-mobile:hover svg{
	fill: #B4141B;
	cursor:pointer;
}
.page-header .search-icon-mobile.active svg{
	fill: #B4141B;
	cursor:pointer;
}
@media (min-width: 1250px) {
	.page-header .search-icon-mobile{
		display: none;
	}
}
.page-header .search-icon{
	display: none;
	width: 20px;
    height: 20px;
    margin: 0 20px;
	cursor:pointer;
}
@media (min-width: 1250px) {
	.page-header .search-icon{
		display: block;
	}
}
.page-header .search-icon:hover svg{
	fill: #B4141B;
	cursor:pointer;
}
.page-header .search-icon.active svg{
	fill: #B4141B;
	cursor:pointer;
}
.search-modal{
	background-color: #f6f6f6;
	display:none;
	font: normal 13px/1.5 "Montserrat", "Helvetica Neue Light", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
	height:130px;
	left:0;
	padding-top: 40px;
	position: fixed;
	right:0;
	width:100%;
	z-index: 2001; /* Bigger then modal form 2000 */
}
.search-modal .search-modal-content{
	margin:0 auto;
	max-width:600px;
	padding: 10px;
}
#ajaxsearchliteres1{
	z-index: 2001 !important; /* Bigger then modal form 2000 */
}
#ajaxsearchlitesettings1{
	border: 2px solid #efefef;
    box-shadow: none;
	z-index: 2002; /* Bigger then modal form 2000 */
}
#ajaxsearchlitesettings1 legend{
	font: bold 15px/1.5 "Montserrat", "Helvetica Neue Light", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
	padding: 5px;
	margin:10px auto;
}
.div.asl_s.searchsettings .asl_option_inner label:after{
	color:#B4141B !important;
}
div.asl_s.searchsettings .asl_option_inner label{
	background-image: none !important;
    border: 1px solid #efefef;
    box-shadow: none !important;
}
div[id*='ajaxsearchlitesettings'].searchsettings .asl_option_inner label:after{
	color: #B4141B !important;
}
#ajaxsearchlite1 .probox, div.asl_w .probox{/*border: 2px solid #B4141B !important;*/ height:40px; font-size: 14px; background-color: #f6f6f6;}
div.asl_w .probox .prosettings .innericon svg{
	fill: #B4141B !important;
}
div.asl_w .probox .promagnifier .innericon svg{
	fill: #B4141B !important;
}
div.asl_r .results .item .asl_content h3, div.asl_r .results .item .asl_content h3 a{
	color: #B4141B !important;
}
div.asl_s.searchsettings .asl_option_label{
	font-weight: normal !important;
}
.page-header-left{
	align-items :center;
	display: flex;
	flex-direction: column;
	justify-content: center; 	
}

.page-header .header-logo-bar{
	border-bottom: 1px solid #efefef;
	flex-direction: row;
	flex-wrap: wrap;
	display: none;
	justify-content: flex-end;
	padding: 20px 0;
	
}
.page-header .header-logo-bar-item{
	margin: 0 20px;
}
.page-header .header-logo-bar-item img{
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	filter: grayscale(100%);
	height: 25px;
	transition: all 0.1s ease;
	width: auto;
}

.page-header .header-logo-bar-item img:hover{
	-webkit-filter: grayscale(0%);
   -moz-filter: grayscale(0%);
   filter: grayscale(0%);
}
.page-header-right{

}
.search-modal.active{
	top: 90px;
}
.page-header-container{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	margin:0 auto;
	max-width: 1600px;
	min-height: 94px;
	padding:0 15px;
}
.page-header-left .logo{
	max-width: 100px;
}
@media screen and (min-width: 400px) {
	.page-header-left .logo{
		max-width: 150px;
	}
}
@media screen and (min-width: 1250px) {

	.page-header .header-logo-bar{
		display: flex;
	}
	.page-header .header-logo-bar.hasScrolled{
		display: none;
	}
	.search-modal.active{
		top: 150px;
	}
	.search-modal.active.hasScrolled{
		top: 90px;
	}
	.page-header-right{
		max-width:1400px;
	}
	.page-header-left{
		justify-content: center;
	}

	.page-header-left .logo{
		max-width: 200px;
	}

}