 /*
Theme Name: serwis-theme-website-1
Author: SK_SERWIS 
Author URI: http://www.sk-serwis.pl
*/

body {
	margin:0; 
	padding:0; 
	line-height:1.8; 
	font-family: 'Merriweather';
	font-size: 18px;
	color:#2e2e2e; 
	background-color: #F4F4F4;
	width: 100%;
}

html {
  scroll-behavior: smooth;
}


.clear {
	clear:both;
}

.right {
	float:right;
}

.left {
	float:left;
}

.text-center {
	text-align:center;
}

.text-left {
	text-align:left;
}

.text-right {
	text-align:right;
}

.text-justify {
	text-align:justify;
}

.alignnone {
	float:none; 
	display:block;
	opacity:0.8; 
}

hr {
	height:1px;
	border-width:0;
	color:f99a00;
	background-color:#FFF;
	margin:40px 0;
	width:100%;	
}


a{
	color:#f99a00
}


a:hover{
	color:#2e2e2e
}

p {
  overflow-wrap: break-word;
  margin: 0;
}

.flex {
  display: flex;
  align-items: center;
  flex-direction: row;
}


.flex-right{
	margin-left:auto;
}

.grecaptcha-badge { opacity:0;}

/* NAGLOWEK ------------------------------------------------------------------------------------------ */


.header {

}

.head_fix{
	background-color: #154734;

}

.container-top{
	padding-right: 320px;
	padding-left: 320px;
}

.main_menu{
	background-color: transparent;
	padding:10px 0;
	
}

.top{
	padding:0px 0;
	display:flex;	
	justify-content:space-between;
	align-items:center;
	width:100%
}


.top_left{
	width:30%	
}

.top_right{
	width:70%	
}

.baner{
	position: relative;
    z-index: 1; 
	background-color:#000;
	color:#FFF;
	margin-bottom:0px;
	
}

.banner::before {
	content: ' ';
	background-image: url("http://pawelmasiak.pl/wp-content/uploads/2024/07/baner-main-4.jpg"); 
	position: absolute;
	width: 100%;
	height: 500px;
	opacity: 1;
	background-repeat: no-repeat;
	background-position: 10% 0;
	background-size: cover;
	z-index: -1;

}

.banner_box{
	height: 500px;
}


.baner3{
	position: relative;
    z-index: 1; 
	background-color:#000;
	color:#FFF;
	margin-bottom:20px;
	
}

.banner3::before {
	content: ' ';
	background: #154734; 
	position: absolute;
	width: 100%;
	height: 500px;
	opacity: 1;
	background-repeat: no-repeat;
	background-position: 10% 0;
	background-size: cover;
	z-index: -1;

}

.banner3_box{
	height: 500px;
}

.baner3_info {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;

}


.baner4{
	position: relative;
    z-index: 1; 
	background-color:#154734;
	color:#FFF;
	margin-bottom:20px;
	
}
.banner4_box{
	height: 250px;
}


.baner_info {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;

}


.baner3_info h2, .baner3_info h3{
	  color:#FFF;
}


.baner2{
	position: relative;
    z-index: 1; 
	background-color:#000;
	color:#FFF;
	margin-bottom:20px;
	
}

.banner2::before {
	content: ' ';
	background-image: url("http://pawelmasiak.pl/wp-content/uploads/2024/07/baner-main-5.jpg"); 
	position: absolute;
	width: 100%;
	height: 349px;
	opacity: 1;
	background-repeat: no-repeat;
	background-position: 10% 0;
	background-size: cover;
	z-index: -1;

}

.banner2_box{
	height: 349px;
}



/* UKŁAD STRONY --------------------------------------------------------------------------------- */

.container {
	padding-right: 390px;
	padding-left: 380px;
}

.wrapper{
	padding:40px 0;
}



.flex-kontakt {	
	display: flex;
	flex-direction:row;
	align-items: flex-start;
	justify-content:space-between;
	
}

.flex-kontakt > *{
	width:48%;	
}


.flex-grid-1{
	display: flex;
	gap: 15px;
	
}

.flex-col-1 h4{
	text-align:center;	
}

.flex-col-1-con{
	text-align:center;	
}

.flex-col-1 .button{
	text-align:center;	
}


.flex-col-1{
	flex: 1;
	background-color:#fcfcfa;
    border-radius: 10px;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	margin: 20px;

}

.flex-col-1 h4{
  color:#154734
;
}

.flex-col-1 > i{
	font-size:36px; 
	font-family: FontAwesome;
	color: #0749ba;
	padding:20px 0;
}

.flex-col-1 p{
	text-align:left;
	font-size: 0.9em;
	
}

.col-content{
	padding:20px 20px 40px 20px;
}


.cta-bg {
	background:#154734; 
	position: relative;
    z-index: 1; 
}

.cta-bg-content{
	padding:40px 0; 
	margin:10px 0;
}

.cta-bg-content h2{
	color: #FFF;
}

.cta-bg-content-small{
	padding:80px 0; 
	margin:15px 0;
}

.cta-bg-content-small-content{
	padding-right: 10px;
    padding-left: 10px;
}



.main_col{
	float:left;
	width:75%; 
}

.side_col{
	width:25%; 
	float:left;	
}

.content_side {
	background-color: #fcfcfa;
  padding: 20px 20px 40px 20px;
  border-radius: 10px;
}

.content-main-col{
	padding-right:30px;
}

.one-third{
	flex-basis:33.33%; 
	
}

.two-third{	
	flex-basis:66.66%;
	
}

.one-half{
	flex-basis:50%;
	margin: auto;
}

.img-middle{
	width:80%;
	display:block; 
	margin:0 auto;
}

.box_content{
	padding: 20px;
	border: 1px solid #dadada;
	margin: 5px;
	background-color: #fff;
	box-shadow: rgb(149 157 165 / 20%) 0px 8px 24px;
	transition: all .3s cubic-bezier(.25,.8,.25,1);
}

.utility{
	margin:30px 0;
}



/*** COMMENTS ------------------------------------------------------------------***/

.average{

}


.commentlist {
	width: 90%;
	margin: 0 auto !important;
	display: block;
	margin-bottom:20px;
	border-bottom: 1px solid #f99a00;
}

#commentform{
	diasplay:block;
	width:90%;
	margin:0 auto;
}

#commentform:before{
	content: "Dodaj komentarz";
	font-size: 30px;
	line-height: 1.2em;
	color: #1b1a1a;
	padding: 30px 0 20px 0;
	font-weight:bold;
	display:block;
}


.comment-form-author{
	float:left;
	display:block;
	clear:both;
}

.comment-notes, .comment-form-cookies-consent{
	display:none;
	
}

.dashicons{
	padding:3px 0 0 2px;
	color: #f99a00;
}

.stars:before{
	content: "Ocena: ";
}

.comment-form-cookies-consent{
	clear: both;
}

.comment-form-author input[type=text], textarea {
	color: #000; 
	border: 1px solid #DADADA; 
	padding:10px;
 	border-radius: 5px;
	margin:10px 0; 
	box-sizing: border-box;
	background-color: #f6f6f6;
	margin-right:30px;	
}

.comment-form-email input[type=text], textarea {
	color: #000; 
	border: 1px solid #DADADA; 
	padding:10px;
 	border-radius: 5px;
	margin:10px 0; 
	box-sizing: border-box;
	background-color: #f6f6f6;
}

.wp-comment-cookies-consent{
	clear:both;
}


.submit {
	margin:10px 20px 20px 0px;
	display:inline-block;
	width:auto; 
	padding:15px 30px;
	background-color: #f99a00;
	font-size:1.1em;
	color: #FFF; 
	cursor: pointer; 
	text-align:center; 
	border-radius:5px;
	text-decoration:none;
	text-transform:uppercase;
	font-weight:bold;
	transition: .5s;
	border: none; 
}


#submit:hover{
	background-color: #000;
	transition: .5s;
	color: #FFF;
}

.comments-rating {
	border: none;
	padding: 0;
	margin-left: 0;
}

.comments-rating label {
	display: inline-block;
}

.rating-container {
	/* remove inline-block whitespace */
	font-size: 0;
	/* flip the order so we can use the + and ~ combinators */
	unicode-bidi: bidi-override;
	direction: rtl;
}

.rating-container * {
	font-size: 1.4rem;
}

.rating-container > input {
	display: none;
}

.rating-container > input + label {
	/* only enough room for the star */
	font-family: 'dashicons';
	display: inline-block;
	overflow: hidden;
	text-indent: 9999px;
	width: 1em;
	white-space: nowrap;
	cursor: pointer;
	margin: 0;
}

.rating-container > input + label:before {
	display: inline-block;
	text-indent: -9999px;
	content: "\f154";
	color: #888;
}

.rating-container > input:checked ~ label:before,
.rating-container > input + label:hover ~ label:before,
.rating-container > input + label:hover:before {
	content: "\f155";
	color: #e52;
	text-shadow: 0 0 1px #333;
}

.rating-container > .star-cb-clear + label {
	text-indent: -9999px;
	width: .5em;
	margin-left: -.5em;
}

.rating-container > .star-cb-clear + label:before {
	width: .5em;
}

.rating-container:hover > input + label:before {
	content: "\f154";
	color: #888;
	text-shadow: none;
}

.rating-container:hover > input + label:hover ~ label:before,
.rating-container:hover > input + label:hover:before {
	content: "\f155";
	color: #e52;
	text-shadow: 0 0 1px #333;
}

.comment-respond .rating-container > .star-cb-clear + label, .comment-respond .rating-container > input + label:before {
	text-indent: 9999px;
}

.comment-respond .rating-container > input + label {
	text-indent: -9999px;
}

ol, ul {
	list-style:none;	
}

.commentlist .reply{
	display:none;
}

.says{
	display:none;
}

.comment-reply-title{
	display:none;
}

.required-field-message{
	display:none;
}

.comment-form-comment{
	
}

.comment-author .vcard{
	float:left;
}

.commentlist {
	margin:0;
	padding:0;
}

.commentlist li{
	padding:20px;
}

.commentlist li:nth-child(even){
	background: #feeed4 none repeat scroll 0% 0%;
}

.comments-rating{
	padding-left:15px;
}




/* WTYCZKI --------------------------------------------------------------------------------- */


/* POST IN PAGE  ------- */

.entry-summary-pip {
	display: -webkit-box ;
	overflow: hidden ;
	text-overflow: ellipsis ;
	-webkit-line-clamp: 3; 
	-webkit-box-orient: vertical ;	
	text-decoration:none;
	padding-top:20px;
	color:#2e2e2e;

}

.entry-utility-pip{
	display:none;
}


.entry-summary-box {
	width:33.3%; 
	float:left;
	display: inline-block;
}

.entry-summary-box-content{
	padding:0px;
	border: 0px;
	margin: 5px;
	text-align: left;
	transition: all 0.3s cubic-bezier(.25,.8,.25,1);
	background-color:#fcfcfa;
    border-radius: 10px;
}

.item-zoom {
	position: relative;
	overflow: hidden;
	width: 100%;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;

}

.item-zoom img {
	vertical-align: top;
	max-width: 100%;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	opacity:.9;
}

.entry-summary-box:hover  img {
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
	opacity:1;
}

.entry-summary-box a{
	text-decoration:none;
}


.entry-summary-box H3{
	height: 70px;
	color:#3a583c;
	display: -webkit-box ;
	overflow: hidden ;
	text-overflow: ellipsis ;
	-webkit-line-clamp: 2; 
	-webkit-box-orient: vertical ;	
}

.entry-summary-box:hover H3{
	color: #000;
	transition: .5s;
}


.button-pip, .single_add_to_cart_button {
	margin-top:10px;
	display:inline-block;
	width:auto; 
	padding:10px 20px;
	background-image: linear-gradient(149deg, rgba(1,137,224,1) 35%, rgba(7,73,186,1) 100%);
	color: #FFF; 
	cursor: pointer; 
	text-align:center; 
	border-radius:5px;
	text-decoration:none;
	font-weight:bold;
	transition: .5s;
	border:0px;
}


.entry-summary-box:hover .button-pip, .button-pip:hover, .single_add_to_cart_button:hover{
	background-image: linear-gradient(149deg, rgba(7,73,186,1) 35%, rgba(7,73,186,1) 100%);
	color: #FFF; 
}


/* MEGA-MENU  ------- */

#mega-menu-wrap-primary-menu #mega-menu-primary-menu > li.mega-menu-flyout ul.mega-sub-menu {
  margin-top:21px;
  padding-top:10px;
  	box-shadow: rgb(149 157 165 / 20%) 0px 8px 24px;
	transition: all 0.3s cubic-bezier(.25,.8,.25,1);
}

#mega-menu-wrap-primary-menu #mega-menu-primary-menu > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item ul.mega-sub-menu {
  top: -21px;
}


/* CONTACT FORM  ------- */

.form { 
	width: 100%; 
	color: #000; 
	border: 1px solid #DADADA; 
	padding:10px;
 	border-radius: 5px;
	margin:10px 0; 
	box-sizing: border-box;
	background-color: #f6f6f6;
}


.form_textarea { 
	width: 100%; 
	height: 140px;  
	border: 1px solid #DADADA;  
	color: #000; 
	padding:10px;
 	border-radius: 5px;
	margin:10px 0; 
	box-sizing: border-box;
	background-color: #f6f6f6;
}


.form_textarea:focus, .form_textarea:focus-visible {
    border: 0px !impotant;
}


.form-side{
	width: 90%; 
	display:block;
	margin:0 auto;
}


.form-select { 
	width: 100%; 
	color: #000; 
	border: 1px solid #DADADA; 
	padding:10px;
 	border-radius: 5px;
	margin:10px 0; 
	box-sizing: border-box;
}

.acceptance{
	font-style: italic; 
	font-size:12px; 
	line-height:.7em;
}

.wpcf7-list-item {
  display: block;
  margin: 0 !important;
}


/* BUTTONY  / ODNOŚNIKI --------------------------------------------------------------------------------- */

.button, .button-3{
	margin-top:20px;
	display:inline-block;
	width:auto; 
	padding:15px 30px;
	background-color: #154734;
	color: #FFF; 
	cursor: pointer; 
	text-align:center; 
	border-radius:5px;
	text-decoration:none;
	font-weight:bold;
	transition: .5s;
}



.button-2{
	margin-top:0px;
	display:inline-block;
	width:auto; 
	padding:15px 30px;
	background-color: #FAFAFA;
	color: #1B1B1B; 
	cursor: pointer; 
	text-align:center; 
	border-radius:5px;
	text-decoration:none;
	font-weight:bold;
	transition: .5s;
}


.button:hover, .button-2:hover, .button-3:hover {
	background-color: #1B1B1B;
	color: #FFF; 
}

/* tekst ------------------------------------------------------------------------------------------ */

h1 {
	line-height : 36px;
	padding : 0 0 15px 0;
	margin : 0;
	font-size : 28px;

}

h2{
	line-height : 36px;
	font-size : 28px;
	color: #154734;
}


h3{
	font-size:1.2em;
	padding-top:10px;
	margin:0;
}

.intro-title {
	font-size: 32px;
	line-height:1.2em;
	color: #FFF;
	margin:0;
	font-family: 'Merriweather';
}

.page-title {
	font-size: 70px;
	line-height:1.2em;
	color: #FFF;
	font-family: Noto Sans;
	margin:0;
}

.intro-kontakt-title {
	font-size: 50px;
	line-height:1em;
	color: #FFF;
	margin:0;
}

/* OBRAZY  -------------------------------------------------------------------------------------------- */

.logo {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 10px ;

}

.img-max {
	width:100%
	display:block;
}


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


.content-main-col img{
	float:left;
	padding:0 20px 20px 0;
}


/* LISTY  -------------------------------------------------------------------------------------------- */


.list ul{
	list-style-type: none;
	padding: 0px;
	margin: 10px;
}

.list li{
	line-height:1.8;
	padding: 0px 0px 0px 25px;
	margin-bottom:10px;
	background: url(http://pawelmasiak.pl/wp-content/uploads/2024/07/dot.png) no-repeat; 
}



.pagination {
	margin-top:45px;
	text-align:center;
}


.pagination li{
	 display: inline;
}


.pagination li a,
.pagination li a:hover,
.pagination li.active a,
.pagination li.disabled {
    background-color: #f99a00;
    border-radius: 3px;
    cursor: pointer;
    padding: 12px;
}

.pagination li a,
.pagination li a:hover,
.pagination li.active a,
.pagination li.disabled {
    color: #fff;
    text-decoration:none;
}

.pagination li a:hover,
.pagination li.active a {
    background-color: #1b1b1b;
}



/*TABELE--------------------------------------------------------------------------------------- */


/* STOPKA ------------------------------------------------------------------------------------------ */

#footer{ 
	padding:0;
	position: relative;
    z-index: 1;
	background-color:#FFF;
	color:#1a1b1b;
}


#footer::before {
	content: ' ';
	background-image: url("https://it-rex.pl/wp-content/uploads/2022/02/bg-footer.webp");
	position: absolute;
	width: 100%;
	height: 100%;
	opacity: 0.1;
	background-repeat: no-repeat;
	background-position: 50% 0;
	background-size: cover;
	z-index: -1;
}


.footer-box1{
	padding:30px 0;
	font-size:0.9em;
}


.flex-box-footer  {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	grid-auto-rows: 1fr;
	grid-column-gap: 10px;
	grid-row-gap: 10px;
}

.flex-box-footer >* {
	display: block;
	padding: 20px;

}

.flex-box-footer  a{
	text-decoration:none;
}

.flex-box-footer >* > H3{
	font-size:18px; 
	margin:0;
	color: #1a1b1b;
	font-size:1.2em;
	font-weight: 700;
}

#footer a{
	color: #1a1b1b;
	text-decoration: none;
	
}

#footer a:hover{
	color: #f99a00;	
	transition: .5s;
}


#footer hr{
	height:1px;
	border-width:0;
	background-color:#FFF;
	margin:15px 0;
}

#footer ul{
	padding:0;
	margin:0;
}

.footer-bootom{
	background-color:#154734;
	color:#FFF;
}

.footer-bootom a{
	color:#FFF !important;
}

/* RESPONSYWNOŚĆ-------------------------------------------------------------------------------*/


/* Mobile Portrait View */
@media screen and (max-width: 479px) {
body{
	min-width:320px; max-width:479px;
}	

.header{
	text-align:center;
}

.logo{
	display:block;
	padding:10px;
	margin:0 auto;
}

.baner-page-box {
  height: 300px;
}


.wrapper_main{
	width:auto;
}

.container{
	width:auto; 
	padding-right: 10px;
	padding-left: 10px;
	margin: 0 auto;
}

.container-top{
	padding-right: 0px;
	padding-left: 0px;
	width:100%;
}
	
.banner4_box {
  height: 500px;
}	

.flex{
	display: block;
}

.right{
	float:none;
}

.left{
	float:none;
}

.top_nav{
	display:none;
}

.baner_box{
	height: 300px;
}

.intro-title, .intro-kontakt-title, .page-title, .oferta-intro, .oferta-page-title, .oferta-page-title-alt, .serwis-list {
	font-size: 28px;
	line-height:1.2em;
}


.top{
	padding:20px 0;
	display:block;	
}


.top_left{
	width:100%	
}

.top_right{
	width:100%	
}




.one_half, .one_third, .two_third, .one_four, .one_five, .entry-summary-box, .side_col, .main_col, .product{
	float:none; 
	width: auto;
	margin-bottom:20px;
}



.flex-grid-1, .flex-grid-2, .oferta-box-4, .oferta-box-3, .flex-box-1, .flex-kontakt{
	float: none;
	width: auto;
	display:block;
}


.flex-grid-1 >*, .flex-grid-2 >*, .oferta-box-4 >*, .oferta-box-3 >*, .flex-box-1 > *, .flex-kontakt > *{
    width: 100%;
  	margin-bottom: 20px;

}





.kontakt-form{
	width:100%; 
	display:block;
	margin:20px 0 0 0 ;
}

.flex-stretch .one-third {
	display:none;
}

.flexbox {
  display: block; 
  align-items: none; 
  margin: 0;
  padding: 0 0 20px 0;
  gap: 15px;
  flex-wrap: none ;
}

.flexbox >*, .flex-box-line >*{
	width:auto;
	margin-bottom:20px;
}

.flex-grid,  .flex-box-line, .flexbox-producent, .flex-grid-2-col, .flex-3, .flex-box-footer, .flex-sh, .flex-stretch {
	display: block;

}

.flexbox-producent >*{
	display: block;
	margin:0 auto;
	width:80%;
	box-sizing: border-box;
}

.flexbox-producent img{
	width:auto;
	display:block;
	margin:0 auto;
}


.flex-box >* {
	flex: 1 0 100%; /* explanation below */
	box-sizing: border-box;
}

.comment-form-author input[type=text], textarea {
	width:100%;
	box-sizing: border-box;	
}

.comment-form-email input[type=text], textarea {
	width:100%;
	box-sizing: border-box;
}

.comment-form-author{
	float:none;
}


.delivery_content {
	background: #feeed4;
}

.delivery-title {
	line-height: 1.3em;
}

.img_80, .img-middle {
	width: 100%;
	margin: 20px 0; 
}

.entry-summary-box H3{
	height: auto;	
}

/* OPINIE --------------------------------------------------------------------------------- */


.opinia{
	padding: 20px;
	border: 1px solid #dadada;
	margin: 20px 0;
	background-color:#FFF;
	box-shadow: rgb(149 157 165 / 20%) 0px 8px 24px;
	transition: all 0.3s cubic-bezier(.25,.8,.25,1);
}

.opinia h3{
	float:none;
	padding:0;
	text-align:center;
}

.google_stars {
	width:40%;
	float:none;
	padding-top:8px;
	display:block;
	margin:0 auto;
}

.data {
	display:none;
}

.opinia_decs{
	font-style:italic;
	text-align:center;
	padding:20px 0;
}

.google_source{
	width:10%;
	display:block;
	margin:0 auto;
}





}

/* Mobile Landscape View */
@media screen and (min-width: 640px) and (max-width: 960px){
body{
	min-width:640px;
	max-width:960px;
	font-size: 13px;
}

.intro-box-1{
	z-index:1;
	position:relative;
	top:0px;
	background:#FFF;
}

.intro-title, .intro-kontakt-title {
	font-size: 28px;
	line-height:1.2em;
}

.wrapper_main{
	width:auto;

}
.container, .container-top{
	width:90%;
	padding-right: 0px;
	padding-left: 0px;
	display:block;
	margin:0 auto;
	
}

.right{
	float:none;
}

.left{
	float:none;
}

.oferta-intro{
	font-size:22px;
}

.one_third_content {
  padding: 10px;
}

.oferta-intro-txt {
  height: 260px;
}

.comment-form-author{
	float:none;
}



}

/* Tablet ----------- */
@media only screen and (min-width: 768px) and (max-width: 1024px) {

body {
	min-width:768px; 
	max-width:1024px;
	font-size: 13px;
}
.wrapper_main{
	width:auto;
}

.container-top. .container{
	width:90%;
	padding-right: 0px;
	padding-left: 0px;
	display:block;
	margin:0 auto;
}


.intro-title, .intro-kontakt-title {
	font-size: 28px;
	line-height:1.2em;
}

.one_third_content {
  padding: 10px;
}

.oferta-intro-txt {
  height: 260px;
}

}

/* Laptop 1366px - 768px*/
@media only screen and (min-width: 1042px) and (max-width: 1600px) {
body{
	min-width:1366px; max-width:768px;
}	

.container, .container-top{
	padding-right: 30px;
	padding-left: 30px;
}
	
.img-intro1{
	display:block; 
	margin:0 auto;
	width:90%
}

.flex-box-line {
	grid-template-columns: repeat(4, 1fr);
	grid-auto-rows: 1fr;
	grid-column-gap: 10px;
	grid-row-gap: 10px;
}


}






