/*
    Theme Name: Primost
    Theme URI: http://www.codeincode.pl
    Author: www.codeincode.pl
    Author URI: http://www.codeincode.pl
    Description: Dedykowany szablon zaprojektowany dla Primost. Wszelkie prawa zastrzeżone.
    Version: 1.0
    Text Domain: primost
*/

@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i&display=swap&subset=latin-ext');

/* klasy Wordpressa */
.entry{
    line-height:23px;
}

.alignnone {
    margin: 5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}
.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}
.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}
.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}
a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}
a img.alignnone {
    margin: 5px 20px 20px 0;
}
a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}
a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}
.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
    width: auto !important;
}
.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}
.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}
.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}
.wp-caption p.wp-caption-text {
    *font-size: 11px;
    font-size: 16px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}


/* własny CSS */


*{
  -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;    /* Firefox, other Gecko */
  box-sizing: border-box;         /* Opera/IE 8+ */
}

body{
    font-family: 'Open Sans', sans-serif;
    font-size:15px;
    line-height: 23px;
    font-weight: normal;
    color:#000000;
    margin:0;
    padding:0;
}

a{
    text-decoration: none;
    cursor:pointer;
    color:#d93920;
}

a:hover{
    text-decoration: underline;
}

ul, img{border:0;padding:0;margin:0;list-style:none;}

#content-wrapper ul{
	padding-left:20px;
}

h1,h2,h3{
    font-weight: 400;
}

h1{
    font-size:35px;
    line-height: 40px;
}

h2{
    font-size: 28px;
    line-height: 33px;
}

h3{
    font-size: 18px;
    line-height: 23px;
}

h1 span{
    color:#d93920;
    font-weight: bold;
}

input, textarea, select, button {
    padding: 10px;
    border:0;
    border:1px solid #ebebeb;   
    font-size:15px;
    font-family: 'Open Sans', sans-serif;
    margin-bottom: 5px;
    color: #000;
    width:100%;
    outline:inherit;
}

textarea {
    max-height: 150px;
    min-height: 150px;
    width: 100%;
}

.containerfull{
    width:auto;
    margin:0 50px;
}

.container{
    width:1300px;
    margin:0 auto;
}

#header{
    position: absolute;
    top:0;
    left: 0;
    width:100%;
    z-index:999;
    padding-bottom: 14px;
}

#header .left{
    margin-top: 10px;
}

#header .right{
    margin-top: 35px;
}

#header #menu{
    float:left;
    margin-top:6px;
}

#header #menu ul{
    display: table;
    margin: 0 auto;
}

#header #menu ul li{
    float:left;
    margin-right:30px;
}

#header #menu ul li:last-child{
    margin-right:0;
}

#header #menu ul li a{
    display: block;
    color:#000;
    font-size:15px;
    font-weight: 600;
    text-transform: uppercase;
    padding:20px 0;
    text-decoration: none;
}

#header #menu ul li a:hover, #header #menu ul li.current-menu-item > a{
    color:#d93920;
}

#banner{
    position: relative;  
    display: grid;
    justify-content: center;
    align-items: center;
}

#banner img{
    max-width: 100%;
    height: auto;
}

#banner .content{
    position: absolute;
    width: 600px;
    z-index: 3;
    top: 50%;
    transform: translate(0,-50%);
    font-size:15px;
    left: 50%;
    margin-left:-650px;
    margin-top:40px;
}

#banner .content h1{
    margin-top:0;
    margin-bottom:20px;
    color:#818285;
}

#banner .content .buttons{
    margin-top:40px;
}

#banner  #wpsm_counter_b_row_4625 .wpsm_counterbox{
	margin:0;
}

#offer-section{
    overflow: hidden;
    padding:70px 0;
}

#offer-section .items{
    position: relative;
    z-index:2;
    display: table;
    width:100%;
}

#offer-section .col-33{
    float:left;
    width:33%;
    margin-right:1px;
    margin-bottom: 0;
    position: relative;
    overflow: hidden;
}

#offer-section .col-33 a{
    display: block;
    position: relative;
    overflow: hidden;
}

#offer-section .col-33:nth-child(3n){
    margin-right:0;
}

#offer-section .col-33 img{
    max-width: 100%;
    display: grid;
    transition: all .4s ease-in-out; 
    margin:0;
}

#offer-section .col-33 a:hover{
    text-decoration: none;
}

#offer-section .col-33 a:hover > img{
    transform: scale(1.1);
}

#offer-section .col-33 h2{
    font-size:16px;
    line-height: 22px;
    font-weight: 700;
    color:#000;
    background:#fff;
    padding:25px;
    min-height: 97px;
    margin:0;
    position: relative;
    top:-30px;
    border-bottom: 3px solid #d93920;
    display: grid;
    align-items: center;
}

#offer-section .silver-bg{
    background:#f3f3f3;
    height:600px;
    position: relative;
    margin-top:-600px;
}

#footer{
    overflow: hidden;
}

#footer.contact{
    border-top:1px solid #ebebeb;
}

#footer .cta{
    padding:70px 0;
    background:#d93920;
    color:#fff;
    overflow: hidden;
}

#footer .cta .section-title{
    color:#fff;
    margin-bottom: 10px;
}

#footer .cta .section-title span{
    color:#fff;
}

#footer .cta .btn{
    float:left;
    margin-right: 20px;
    margin-top:20px;
}

#footer .cta .facebook{
    float:left;
    margin-top:21px;
    background-size:40px 40px;
    height:40px;
    width:40px;
}

#footer .copyright{
    padding:35px 0;
    overflow: hidden;
}

.section-title{
    font-size:28px;
    line-height: 33px;
    color:#818285;
    font-weight: 400;
    margin-bottom:40px;
}

.section-title span{
    color:#d93920;
    font-weight: bold;
}

.btn{
    display: inline-block;
    padding:14px 30px;
    font-size:14px;
    line-height: 14px;
    font-weight: 600;
    text-align: center;  
    cursor: pointer;
    text-transform: uppercase;
    -webkit-transition: .5s;
    transition: .5s;
}

.btn.transparent-red{
    border:2px solid #d93920;
    background:none;
    color:#d93920;
}

.btn.transparent-red:hover{
    background:#d93920;
    text-decoration: none;
    color:#fff;
}

.btn.transparent-white{
    border:2px solid #fff;
    background:none;
    color:#fff;
}

.btn.transparent-white:hover{
    background:#fff;
    color:#d93920;
    text-decoration: none;
}

input[type="submit"]{
    display: inline-block;
    padding:14px 30px;
    font-size:14px;
    line-height: 14px;
    font-weight: 600;
    text-align: center;
    text-decoration: none;
    background:#d93920;
    background-size:16px 16px;
    border:2px solid #d93920;
    text-transform: uppercase;
    color:#fff;
    width:auto;
    cursor: pointer;
    -webkit-transition: .5s;
    transition: .5s;
}

input[type="submit"]:hover{
    background:none;
    color:#d93920;
}

.row{
    overflow: hidden;
}

.visible{
    display: block !important;
}

#menu-rwd {
    float: right;
    cursor: pointer;
    margin-top: 48px;
    display: none;
    background:url(media/img/menu.svg) no-repeat center;
    background-size:34px 34px;
    width:34px;
    height: 34px;
}

#menu-rwd .fas{
	display:none;
}

#map{
    margin-top: 145px;
}

#page-title{
    background:url(media/img/home-bg.jpg) no-repeat center top;
	background-size:cover;
    height: 300px;
    font-size:15px;
    display: flex;
    align-items: center;
    text-align: left;
}

#page-title h1{
    margin-top:150px;
    color:#818285;
}

#phone-func{
    display:none;
    position:fixed;
    bottom:0;
    z-index:1002;
    width:100%;
}

#phone-func a{
    float:left;
    padding:10px;
    text-align: center;
    display:block;
    width:50%;
    color:#fff;
    font-weight: 500;
    text-decoration: none;
}

#phone-func .f1{
    background:#e50202;
}

#phone-func .f2{
    background:#3b61aa;
}

.row{overflow: hidden;}
.col-20{float:left;width:20%;}
.col-25{float:left;width:25%;}
.col-30{float:left;width:30%;}
.col-33{float:left;width:33.3%;}
.col-35{float:left;width:35%;}
.col-39{float:left;width:39%;}
.col-40{float:left;width:40%;}
.col-45{float:left;width:45%;}
.col-50{float:left;width:50%;}
.col-55{float:left;width:55%;}
.col-60{float:left;width:60%;}
.col-61{float:left;width:61%;}
.col-65{float:left;width:65%;}
.col-67{float:left;width:67%;}
.col-70{float:left;width:70%;}
.col-75{float:left;width:75%;}
.col-80{float:left;width:80%;}
.left{float:left;}
.right{float:right;}

.wpcf7-form{
    margin-top:0;
}

span.wpcf7-not-valid-tip{
    margin:5px 0;
}

div.wpcf7-response-output{
    margin:0 !important;
    clear: both;
}

.wpcf7-form input[type="submit"]{
    margin:20px 0;
    float:right;
}

.wpcf7-not-valid{
    border:1px solid #f00;
}

.wpcf7-not-valid-tip{
    display: none !important;
}

.wpcf7-form p{
    margin:0 !important;
}

table{
    margin:0 auto;
    width:100%;
    border-collapse:collapse;
}

table,tr,td{
    border:1px solid #ececec;
}

table td{
    padding:15px;
}

table tr:nth-child(even) {background: #f3f3f3}
table tr:nth-child(odd) {background: #fff}

#content.page img{
    max-width: 100%;
    height: auto;
}

#content.page .container{
	overflow: hidden !important;
}

#content #content-wrapper{
    margin:50px 0 60px;
}

#content.contact #content-wrapper{
    margin:50px 0 60px;
}

#content.home{
    margin-bottom: 0;
}

input[type="checkbox"] {
    width: auto;
}

.wpcf7-checkbox .wpcf7-list-item-label{
    font-size:13px;
}

span.wpcf7-list-item{
    margin-left:0 !important;
}

.contact a{
    color:#000;
    margin-bottom: 5px;
    text-decoration: none;
}

.contact a:hover{
    text-decoration: underline;
}

.redphone{
    display: table;
    background:url(media/img/phone.svg) no-repeat center left;
    padding-left:25px;
    background-size:16px 16px;
    font-size:16px;
}

.redmail{
    display: table;
    background:url(media/img/mail.svg) no-repeat center left;
    padding-left:25px;
    background-size:16px 16px;
    font-size:16px;
}

.whitephone{
    display: table;
    background:url(/wp-content/uploads/2021/12/phone-white.svg) no-repeat center left;
    padding-left:25px;
    background-size:16px 16px;
    font-size:16px;
	color: #fff;
}

.whitemail{
    display: table;
    background:url(/wp-content/uploads/2021/12/mail-white.svg) no-repeat center left;
    padding-left:25px;
    background-size:16px 16px;
    font-size:16px;
	color: #fff;
	margin-top:10px;
}

.facebook{
    display: table;
    background:url(media/img/fb.svg) no-repeat center left;
    padding-left:25px;
    background-size:16px 16px;
    font-size:16px;
}

.teamviewer{
    display: table;
    background:url(media/img/team-viewer.svg) no-repeat center left;
    padding-left:25px;
    background-size:16px 16px;
    font-size:16px;
}

.desktop{
    display: block;
}

.mobile{
    display: none;
}

ul.points{
    list-style: none;
    margin-top:20px;
    padding-left:5px;  
}

ul.points li{
    margin-bottom:10px;
}

ul.points li::before {
    position: relative;
    content: "\2022";
    color: #d93920;
    font-weight: bold;
    display: inline-block;
    font-size:25px;
    line-height: 23px;
    margin-left: 0;
    margin-right:15px;
    top: 4px;
}

#offer-section .section-title {
    text-align: center;
}

#aboutus-section{
    overflow: hidden;
    background:url(media/img/aboutus-bg.jpg) no-repeat top right;
    padding-bottom: 60px;
}

#aboutus-section .btn{
    margin-top: 40px;
}

.posts-listing .col-33{
    padding:1px;
    margin-bottom: 30px;
}

.posts-listing .col-33 a{
    display: block;
    overflow: hidden;
}

.posts-listing .col-33 a:hover{
    text-decoration: none;
}

.posts-listing a.img{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 260px;
    text-align: center;
}

.posts-listing .col-33 img{
    display: grid;
    transition: all .4s ease-in-out;
    max-width: 100%;
    height: 300px !important;
	object-fit:cover;
}

.posts-listing .col-33 a:hover > img{
    transform: scale(1.1);
}

.posts-listing .col-33 h4{
    padding:0 5px;
    min-height: 66px;
}

.posts-listing .col-33 h4 a{
    font-size: 16px;
    line-height: 22px;
    font-weight: 700;
    color: #000;
}

.posts-listing .col-33 .date{
    padding:0 5px;
    color:#818285;
    font-size:14px;
}

.realizations-categories{
    display: table;
    margin: 0 auto;
    margin-bottom: 50px;
}

.realizations-categories .btn{
    margin-right: 10px;
    padding: 5px 15px;
}

#news-section{
    overflow: hidden;
    padding:70px 0 50px 0;
}

#news-section .section-title{
    text-align: center;
}

.logos li img{
    height:70px !important;
    width:auto;
}

#clients-section{
	padding:30px 0;
	border-top:1px solid #f3f3f3;
}

#cookie-notice .cn-button {
    margin: 0 0 0 30px;
    bottom: 4px;
    position: relative;
}

#cookie-notice{
    font-family: 'Open Sans', sans-serif !important;
}

.offer-form{
	background: #d93920;
	padding: 30px 30px 20px 30px;
	color:#fff;
}

.offer-form h3{
	font-size:22px;
}

.offer-form input[type=submit]{
	border: 2px solid #fff;
    background: 0 0;
    color: #fff;
    float:none;
}

.offer-form input[type=submit]:hover{
	background: #fff;
	color: #d93920;
}

.equipment .btn{
    display: table;
    margin: 55px auto 0 auto;
}


/** SUBMENU **/

#header #menu .sub-menu{
    display: none;
    position: absolute;
    z-index: 1001;
    background:#fff;
    border:1px solid #eee;
}

#header #menu .sub-menu li{
    float:none;
    margin-right:0;
    position: relative;
    border-bottom:1px solid #eee;
    margin-left:0;
}

#header #menu .sub-menu li:last-child{
    border-bottom: 0;
}

#header #menu .sub-menu li a{
    font-size:15px;
    color:#000;
    text-transform: none;
    padding:10px 40px 10px 20px;
}

#header #menu .sub-menu li.current-menu-item > a{
    background:#d93920;
    color:#fff;
}

#header #menu .sub-menu li a:hover{
    background:#d93920;
    color:#fff;
    border-bottom:0;
    width:100%
}

#header #menu .sub-menu li.sub a{
    padding-left:15px;
}

#header #menu .has-subnav span{
    background: url(media/img/down.svg) no-repeat center right;
    background-size: 10px 10px;
    padding-left: 20px;
    position: relative;
    top: 1px;
}

.fg-default.fg-gutter-10{
    padding-left: 0;
}

#content.page.portfolio .col-70{
    float: left;
    width: 70%;
    padding-right: 60px;
}

#content.page.portfolio table{
    margin-bottom: 20px;
    width:100% !important;
}

.fg-default .fg-item{
    width: 32%;
    margin-right: 2%;
}



.cn-close-icon{
    display:none;
}

/** KONIEC SUBMENU **/

.career{
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    -webkit-transition: .5s;
    transition: .5s;
    padding: 40px;
    border: 1px solid #eee;
    color: #000;

}

.career:hover{
    background: #d93920;
    color: #fff;
    text-decoration: none;
    border: 1px solid #d93920;
}

#header #menu ul .menuhome a{
	font-size:0;
	background: url(/wp-content/uploads/2025/01/menuhome.svg) no-repeat center;
	background-size: 20px;
    width: 20px;
    height: auto;
    margin-top: -2px;
}

::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:    #333;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:    #333;
   opacity:  1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:    #333;
   opacity:  1;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color:    #333;
}