/*
    Theme Name: Szable.com.pl
    Theme URI: http://www.codeincode.pl
    Author: www.codeincode.pl
    Author URI: http://www.codeincode.pl
    Description: Dedykowany szablon zaprojektowany dla Szable.com.pl. Wszelkie prawa zastrzeżone.
    Version: 1.0
    Text Domain: szable
*/

@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: 300;
    color:#fff;
    margin:0;
    padding:0;
    background:#000000;
}

a{
    text-decoration: none;
    cursor:pointer;
    color:#d3080d;
}

ul, img{border:0;padding:0;margin:0;list-style:none;}

h1{
    font-size:30px;
    line-height: 35px;
    font-weight: 300;
}

h2{
    font-size: 26px;
    line-height: 31px;
    font-weight: 300;
}

h3{
    font-size: 20px;
    line-height: 25px;
    font-weight: 300;
}

input, textarea, select, button {
    padding: 10px;
    border:0;
    background:none;
    border:1px solid #373737;   
    font-size:15px;
    font-family: 'Montserrat', sans-serif;
    margin-bottom: 5px;
    color: #fff;
    width:100%;
    outline:inherit;
}

textarea {
    max-height: 150px;
    min-height: 150px;
    width: 100%;
}

.container{
    width:1200px;
    margin:0 auto;
}

#header{
    position: fixed;
    top:0;
    width:100%;
    z-index:999;
    background:#000;
}

#header .row-1{
    border-bottom:1px solid #1e1e1e;
    padding:20px 0;
}

#header .left, #header .center, #header .right{
    float:left;
    width:33.3%;
}

#header .left{
    margin-top: 20px;
}

#header .center{
    text-align: center;
    margin: 10px 0;
}

#header .center .logo{
    font-size:30px;
    line-height: 35px;
    font-weight: 600;
    color:#fff;
}

#header .center .logo span{
    font-weight: 200;
}

#header .right{
    margin-top: 18px;
    text-align: right;
}

#header #menu ul{
    display: table;
    margin: 0 auto;
}

#header #menu ul li{
    float:left;
    margin-right:40px;
}

#header #menu ul li:last-child{
    margin-right:0;
}

#header #menu ul li a{
    display: block;
    color:#fff;
    font-size:16px;
    padding:20px 0;
    text-decoration: none;
}

#header #menu ul li:last-child > a{
    font-weight: 700;
    color:#ec2426;
}

#header #menu ul li a:hover{
    color:#ec2426 !important;
}

#header i{
    float:left;
}

#header .left i{
    margin-right:10px;
}

#header .right i{
    float:right;
    margin-left:10px;
}

#header .text a{
    color:#fff;
    font-weight: 700;
    font-size:16px;
    text-decoration: none;
}

#header .left .text{
    padding-left:30px;
}

#header .right .text{
    padding-right:20px;
}

#header .right .text a{
    font-size:19px;
}

#header .right a span{
    font-size:14px;
}

#header #menu .sub-menu{
    display: none;
    position: absolute;
    z-index: 1001;
    margin-top: 0;
    background:#191919;
    padding:20px 30px;
}

#header #menu .sub-menu li{
    float:none;
    margin-right:0;
    width:auto !important;
}

#header #menu .sub-menu li a{
    font-size:15px;
    padding:5px 0;
}

#header #menu .sub-menu li:last-child > a{
    color:#fff;
    font-weight: 300;
}

#content{
    margin-top:160px;
    margin-bottom: 60px;
}

#content.product{
    margin-top:210px;
}

#about-us-section .content{
    padding:40px;
    border:3px solid #ec2426;
}

#about-us-section h1{
    margin:0 auto;
    display: table;
    padding:0 30px;
    background:#000;
    margin-top:-61px;
    margin-bottom:30px;
    text-align: center;
}

#products-section{
    overflow: hidden;
    margin-top:40px;
}

#products-section .readmore{
    margin-top:23px;
}

#footer{
    min-height: 240px;
    padding-top:120px;
    border-bottom:3px solid #ec2426;
    background:url(media/img/knight.jpg) no-repeat bottom right;
    overflow: hidden;
}

#footer a{
    font-weight: 600;
    text-decoration: none;
}

.readmore{
    color:#fff;
    font-weight: 600;
    font-size:16px;
    display: inline-block;
}

.readmore i{
    position: relative;
    top:3px;
    margin-left:10px;
}

.btn{
    display: inline-block;
    padding:10px 35px;
    font-size:15px;
    font-weight: 600;
    text-align: center;
    text-decoration: none;
    border-radius: 50px;
}

.btn.green{
    border:2px solid #a4c710;
    background:#a4c710;
    color:#fff;
}

.btn.green:hover{
    background:none;
    color:#a4c710;
}

.btn.white{
    border:2px solid #fff;
    background:#fff;
    color:#444c4d;
}

.btn.white:hover{
    background:none;
    color:#fff;
}

input[type="submit"]{
    display: inline-block;
    padding:10px 35px;
    font-size:15px;
    font-weight: 600;
    text-align: center;
    text-decoration: none;
    border:2px solid #ec2426;
    background:none;
    color:#fff;
    width:auto;
    cursor: pointer;
}

input[type="submit"]:hover{
    background:#ec2426;
}

.row{
    overflow: hidden;
}

.visible{
    display: block !important;
}

#menu-rwd {
    float: right;
    cursor: pointer;
    margin-top: 14px;
    display: none;
}

#menu-rwd i{
    font-size:25px;
    color:#fff;
    position: static;
}

#page-title{
    margin-top:50px;
    overflow: hidden;
}

#page-title h1{
    color: #fff;
}

#phone-func{
    display:none;
    position:fixed;
    bottom:0;
    z-index:1002;
    width:100%;
}

#phone-func a{
    float:left;
    padding:8px 0;
    text-align: center;
    display:block;
    width:33%;
    color:#fff;
    font-size:14px;
    font-weight: 500;
    text-decoration: none;
}

#phone-func i{
    font-size:18px;
    margin-right:8px;
    position: relative;
    top:2px;
}

#phone-func .f1{
    background:#ec2426;
}

#phone-func .f1 i{
    color:#fff;
}

#phone-func .f2{
    background:#fff;
    color:#ec2426;
}

#phone-func .f3{
    background:#000;
}

#phone-func .f3 i{
    color:#fff;
}

.section-title{
    overflow: hidden;
    margin-bottom: 20px;
}

.products{
    overflow: hidden;
}

.products .product{
    float:left;
    width:23.5%;
    margin-right:2%;
    margin-bottom: 30px;
    text-align: center;
}

.products .product h3{
    font-size:17px;
    line-height: 22px;
}

.products .product a{
    color:#fff;
}

.price{
    font-size:17px;
    color:#d3080d;
    font-weight: 600;
}

#content.product .price{
    font-size:20px;
}

#content.product .row-1{
    margin-bottom: 20px;
}

#content.product .row-1 .col-70{
    padding-left:30px;
}

#content.contact a{
    color:#fff;
    text-decoration: underline;
}



.products .product:nth-child(4n){
    margin-right: 0;
}

.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 30px auto;
    width:100%;
    border-collapse:collapse;
}

table,tr,td{
    border:1px solid #ececec;
}

table tr:nth-child(even) {background: #ececec}
table tr:nth-child(odd) {background: #fff}

table tr td:last-child{
    width:15%;
}

img{
    max-width: 100%;
    height: auto;
}

i{
    font-size:20px;
    color:#d3080d;
}

input[type="checkbox"] {
    width: auto;
}

.wpcf7-checkbox .wpcf7-list-item-label{
    font-size:13px;
}

span.wpcf7-list-item{
    margin-left:0 !important;
}

.category-description{
    margin-bottom: 30px;
}

.foogallery.foogallery-container{
    margin-top: 30px;
}

::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:    #fff;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:    #fff;
   opacity:  1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:    #fff;
   opacity:  1;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color:    #fff;
}