/*
    Theme Name: GROSIK
    Theme URI: http://www.codeincode.pl
    Author: www.codeincode.pl
    Author URI: http://www.codeincode.pl
    Description: Dedykowany szablon zaprojektowany dla GROSIK. Wszelkie prawa zastrzeżone.
    Version: 1.0
    Text Domain: grosik
*/

@import url('https://fonts.googleapis.com/css?family=Montserrat:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i&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: 'Montserrat', sans-serif;
    font-size:15px;
    line-height: 23px;
    font-weight: normal;
    color:#162d5a;
    margin:0;
    padding:0;
}

a{
    text-decoration: none;
    cursor:pointer;
    color:#162d5a;
}

a:hover{
    text-decoration: underline;
}

img{border:0;padding:0;margin:0;}

h1,h2,h3,h4,h5{
    font-weight: 700;
}

h1{
    font-size:45px;
    line-height: 50px;
}

h1 span, h2 span, h3 span{
    color:#2569e3;
}

h2{
    font-size: 35px;
    line-height: 40px;
}

h3{
    font-size: 18px;
    line-height: 23px;
}

textarea {
    max-height: 150px;
    min-height: 150px;
    width: 100%;
}

.container{
    width:1300px;
    margin:0 auto;
}

#header{
    position: fixed;
    top:0;
    left: 0;
    width:100%;
    z-index:999;
    background:#fff;
    box-shadow: 0 0 10px 0 rgba(0,0,0,.11);
}

#header .left{
    margin-top:10px;
    margin-bottom: 10px;
}

#header .right{
    margin-top: 22px;
}

#header #menu{
    float:left;
    margin-top:3px;
}

#header .phone{
    float:left;
    margin-left:40px;
    margin-top:10px;
}

#header .phone a{
    display: block;
    font-size:20px;
    font-weight: 600;
    line-height: 24px;
    color:#162d5a;
    background:url(media/img/phone.svg) no-repeat center left;
    background-size:20px 20px;
    padding-left:35px;
    padding-top:2px;
}

#header #menu ul{
    display: table;
    margin: 0 auto;
    padding-left:0;
}

#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:#162d5a;
    font-size:16px;
    font-weight: 500;
    padding:10px 0;
    text-decoration: none;
}

#header #menu ul li a:hover{
    color:#2569e3;
}

#content #content-wrapper{
    margin:50px 0 30px 0;
}

#home{
    margin-top:92px;
    position: relative;  
    display: grid;
    justify-content: center;
    align-items: center;
    color:#162d5a;
}

#home img{
    max-width: 100%;
    height: auto;
}

#home .content{
    position: absolute;
    width:650px;
    margin-left: -650px;
    left: 50%;
    top: 50%;
    transform: translate(0,-50%);
    z-index:3;
}

#home .content h1{
    margin-top:0;
    margin-bottom:20px;
}

#home .content .buttons{
    margin-top:40px;
}

#home .content .buttons .btn.white{
    margin-right: 10px;
}

#oferta{
    padding:50px 0 70px 0;   
}

.offer-box{
    padding:50px;
    border:1px solid #ebebeb;
    min-height: 400px;
}

#kontakt{
    padding:50px 0 70px 0;   
}

#footer{
    overflow: hidden;
    padding:35px 0;
    border-top:1px solid #ebebeb;
}

#footer a:hover{
    text-decoration: underline;
}

#footer .right{
    margin-top:13px;
}

.btn{
    display: inline-block;
    padding:12px 30px;
    font-size:15px;
    font-weight: 600;
    text-align: center;
    border-radius: 50px;  
    border-radius: 4px;
    -webkit-transition: .5s;
    transition: .5s;
    border-radius: 30px;
}

.btn.blue{
    border:2px solid #2569e3;
    background:#2569e3;
    color:#fff;
}

.btn.blue:hover{
    background:none;
    color:#2569e3;
    text-decoration: none;
}

.btn.white{
    border:2px solid #162d5a;
    background:none;
    color:#162d5a;
}

.btn.white:hover{
    background:#162d5a;
    color:#fff;
    text-decoration: none;
}

ul {
  list-style: none; /* Remove default bullets */
}

#oferta ul, #cennik ul{
    padding-left:22px;
}

#oferta ul li::before {
  content: "\2022";  /* Add content: \2022 is the CSS Code/unicode for a bullet */
  color: #2569e3; /* Change the color */
  font-weight: bold; /* If you want it to be bold */
  display: inline-block; /* Needed to add space between the bullet and the text */
  width: 1em; /* Also needed for space (tweak if needed) */
    font-size:20px;
  margin-left: -1em; /* Also needed for space (tweak if needed) */
}

#cennik ul li::before {
  content: "\2022";  /* Add content: \2022 is the CSS Code/unicode for a bullet */
  color: #fff; /* Change the color */
  font-weight: bold; /* If you want it to be bold */
  display: inline-block; /* Needed to add space between the bullet and the text */
  width: 1em; /* Also needed for space (tweak if needed) */
  margin-left: -1em; /* Also needed for space (tweak if needed) */
}

.kpir, .ryczalt, .kadry, .uslugi-dodatkowe{
    min-height:64px;
    padding-left:85px;
    display: grid;
    align-items: center;
}

.kpir{
    background:url(media/img/kpir.svg) no-repeat center left;
    background-size:64px 64px;
}

.ryczalt{
    background:url(media/img/ryczalt.svg) no-repeat center left;
    background-size:64px 64px;
}

.kadry{
    background:url(media/img/kadry.svg) no-repeat center left;
    background-size:64px 64px;
}

.uslugi-dodatkowe{
    background:url(media/img/pity.svg) no-repeat center left;
    background-size:64px 64px;
}

.map .widget-title{
    background:url(media/img/map.svg) no-repeat center left;
    background-size:37px 37px;
    padding-left:50px;
    min-height: 37px;
    display: grid;
    align-items: center;
}

.phone .widget-title{
    background:url(media/img/phone.svg) no-repeat center left;
    background-size:30px 30px;
    padding-left:50px;
    min-height: 30px;
    display: grid;
    align-items: center;
}

.mail .widget-title{
    background:url(media/img/mail.svg) no-repeat center left;
    background-size:30px 30px;
    padding-left:50px;
    min-height: 30px;
    display: grid;
    align-items: center;
}


#cennik{
    background:#162d5a url(media/img/price-bg.jpg) no-repeat top 50px left;
    background-size:50%;
    color:#fff;
    padding:50px 0 70px 0;   
}

#cennik .content{
    float:right;
}

.row{
    overflow: hidden;
}

.visible{
    display: block !important;
}

#menu-rwd {
    float: right;
    cursor: pointer;
    margin-top: 28px;
    display: none;
    background:url(media/img/menu.svg) no-repeat center;
    background-size:34px 34px;
    width:34px;
    height: 34px;
}

#page-title{
    background:#2569e3;
    height: 220px;
    display: grid;
    align-items: center;
    justify-content: center;
    color:#fff;
    text-align: center;
    margin-top: 92px;
}

#page-title h1{
    color:#fff;
}

#page-title p{
    margin-bottom: 0;
}

#page-title h1 span{
    color:#2358a6;
}

#phone-func{
    display:none;
    position:fixed;
    bottom:0;
    z-index:1002;
    width:100%;
}

#phone-func a{
    float:left;
    padding:10px 10px;
    text-align: center;
    display:block;
    width:50%;
    color:#fff;
    font-weight: 500;
    text-decoration: none;
}

#phone-func .f1{
    background:#2569e3;
}

#phone-func .f2{
    background:#162d5a;
}

.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;}

.desktop{
    display: block;
}

.mobile{
    display: none;
}

table{
    border-collapse: collapse;
    width:100%;
    border:1px solid #ebebeb;
}

table tr, table td{
    border:1px solid #ebebeb;
}

::-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;
}