/*
    Theme Name: listasklepow.pl
    Theme URI: https://wpdesigner.pl
    Author: www.WPDesigner.pl
    Author URI: https://wpdesigner.pl
    Description: Dedykowany szablon zaprojektowany dla Listasklepow.pl | Wszelkie prawa zastrzeżone.
    Version: 1.0
    Text Domain: listasklepow
*/


/* 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: system-ui, sans-serif;
    font-size:17px;
    line-height: 25px;
    font-weight: normal;
    color:#252525;
    margin:0;
    padding:0;
}

a{
    text-decoration: none;
    cursor:pointer;
    color:#252525;
}

a:hover{
    color:#f97911;
}

ul, img{border:0;padding:0;margin:0;list-style:none;}

h1, h2, h3, h4, h5{
    font-family: system-ui, sans-serif;
    color:#252525;
}

h1{
    font-size:45px;
    line-height: 50px;
}

h2{
    font-size: 35px;
    line-height: 40px;
}

h3{
    font-size: 25px;
    line-height: 30px;
}

h4{
    font-size: 20px;
    line-height: 25px;
}

input, textarea, select, button {
    padding: 10px;
    border:0;
    border:1px solid #eaeaea;   
    font-size:17px;
    margin-bottom: 5px;
    color: #252525;
    width:100%;
    outline:inherit;
    font-family: system-ui, sans-serif;
    font-size: 16px;
}

textarea {
    max-height: 150px;
    min-height: 150px;
    width: 100%;
    font-size: 16px;
}

.container{
    width:1450px;
    margin:0 auto;
}

.containersmall{
    width:1080px;
    margin:0 auto;
}

#content #content-wrapper{
    padding: 60px 0;
}

#content.archive #content-wrapper,
#content.single #content-wrapper,
#content.page #content-wrapper{
    overflow: hidden;
}

#header{
    position: fixed;
    top:0;
    left: 0;
    width:100%;
    z-index:999;
    padding: 10px 0;
}

#header .logo img{
    width: 200px;
    display: grid;
}

#header.is-open{
    height: 100vh;
}

.overflow-hidden{
    overflow: hidden;
}

#header.is-open #menu-rwd {
    float: right;
    cursor: pointer;
    margin-top: 15px;
    margin-right: 5px;
    background: url(media/img/close.svg) no-repeat center;
    background-size: 24px 24px;
    width: 24px;
    height: 24px;
}

#header .row-1{
    padding: 10px 0px;
    border-bottom: 1px solid #E1E1E1;
}

#header.bg, #header.is-open {
    background-color: rgba(0, 0, 0, 0.8);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}

#header #menu{
    float:left;
    margin-top:11px;
}

#header #menu ul{
    display: table;
    margin: 0 auto;
}

#header #menu ul li{
    float:left;
    margin-right:20px;
}

#header #menu ul li:last-child{
    margin-right:0;
}

#header #menu ul li a{
    display: block;
    color:#fff;
    font-weight: 600;
    padding:10px 0;
    text-decoration: none;
    -webkit-transition: .5s;
    transition: .5s;
}

#header #menu ul li a:hover, #header #menu ul li.current-menu-item > a{
    color:#f97911;
}

#banner{
    position: relative;  
    justify-content: center;
    align-items: center;
    height: 100svh;
}

#banner img{
    max-width: 100%;
    height:100svh;
    width: 100%;
    object-fit: cover;
    display: grid;
}

#banner .content{
    position: absolute;
    width: 725px;
    z-index: 3;
    left: 50%;
    margin-left: -725px;
    top: 50%;
    transform: translate(0,-50%);
    color:#000;
}

#banner p{
    margin: 0;
}

#banner .content{
    background: rgba(255, 255, 255, .7);
    max-width: 600px;
    padding: 30px;
}

#banner .content h1{
    margin-top:0;
    margin-bottom:20px;
    color: #000;
    font-weight: 600;
}

#banner .content .btn{
    margin-top: 30px;
}
#footer{
    background: #000;
    color: #fff;
}

#footer .container{
    display: flex;
    align-items: center;
    justify-content: space-between;
}

#footer .logo img{
    width: 200px;
    display: grid;
}

#footer a{
    color: #fff;
    -webkit-transition: .5s;
    transition: .5s;
}

#footer a:hover{
    color: #f97911;
}

#footer .row-1{
    padding: 30px 0;
}

#footer .col-25{
    flex: 0 0 auto;
}

#footer .col-75{
    flex: 1; 
    text-align: right; 
}

#footer .col-75 ul{
    display: inline-flex;
}

#footer .col-75 ul li a{
    margin-left: 15px;
    font-weight: 600;
}

#footer .row-2{
    padding: 20px 0;
}

#footer .row-2 .left a{
    margin-left: 20px;
    text-decoration: underline;
}

#footer .row-2 .right a{
    font-weight: 600;
    color: #f97911;
}

.spancolor {
    color: #f97911;
}

#content ul{
    list-style: none;
    padding-bottom: 10px;
}

#content ul li::before{
    position: relative;
    content: "\2022";
    color: #f97911;
    font-weight: bold;
    display: inline-block;
    font-size:25px;
    line-height: 23px;
    margin-right:15px;
    top: 0;
}

.btn{
    display: inline-block;
    padding:8px 20px;
    font-weight: 600;
    text-align: center;  
    cursor: pointer;
    -webkit-transition: .5s;
    transition: .5s;
    text-decoration: none;
}

.btn.orange{
    border:2px solid #f97911;
    background:#f97911;
    color:#fff;
}

.btn.orange:hover{
    background:transparent;
    color:#f97911;
}

input[type="submit"]{
    display: inline-block;
    padding:13px 50px;
    border-radius: 0;
    font-weight: 600;
    text-align: center;
    text-decoration: none;
    background:#f97911;
    border:2px solid #f97911;
    color:#fff;
    width:auto;
    cursor: pointer;
    -webkit-transition: .5s;
    transition: .5s;
    font-size: 17px;
    -webkit-appearance: none;
}

input[type="submit"]:hover{
    background:none;
    color:#f97911;
}

.row{
    overflow: hidden;
}

.visible{
    display: block !important;
}

#menu-rwd {
    float: right;
    cursor: pointer;
    margin-top: 15px;
    display: none;
    background:url(media/img/menu.svg) no-repeat center;
    background-size:34px 34px;
    width:34px;
    height: 34px;
}

#page-title{
    background: url(/wp-content/uploads/2024/10/bb.webp) no-repeat center;
    background-size: cover;
    padding:150px 0;
    text-align: center;
    position: relative;
}

#content.single #page-title{
    padding: 150px 0;
}

#page-title h1{
    color: #fff;
    margin:0;
    display: inline-block;
    max-width: 960px;
}

.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;
}

.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 #eee;
}

table td{
    padding:15px;
}

input[type="checkbox"] {
    width: auto;
}

.wpcf7-checkbox .wpcf7-list-item-label{
    font-size:13px;
}

span.wpcf7-list-item{
    margin-left:0 !important;
}

#content-wrapper ul{
    list-style: none;
    padding-left:5px;  
    padding-bottom: 10px;
}

#content-wrapper ul li::before{
    position: relative;
    content: "\2022";
    color: #f97911;
    font-weight: bold;
    display: inline-block;
    font-size:25px;
    line-height: 23px;
    margin-left: 10px;
    margin-right:15px;
    top: 0;
}

/** COOKIES **/

#cookies-box{
    display: block;
}

#cookie-policy {
    background: #fff;
    color: #000;
    width: 500px;
    margin: 0;
    font-size: 15px;
    position: fixed;
    bottom: 20px;
    z-index: 3;
    text-align: center;
    right: 20px;
    box-shadow: 0 0 0.5em silver;
}

#cookie-policy #inner-cookie-policy {
    width: 100%;
    margin: 0 auto;
    position: relative;
    padding: 20px;
}

#cookie-policy #inner-cookie-policy p{
    margin: 0;
}

#cookie-policy #inner-cookie-policy a.close {
    text-decoration: none;
    font-size: 14px;
    padding: 0px 10px;
    margin-top: 10px;
}

#cookie-policy #inner-cookie-policy a.close:hover{
    color: #f97911;
}

/** BLOG **/

.posts .post{
    display: block;
    float:left;
    width:49%;
    margin-right:2%;
    margin-bottom:2%;
    background:#fff;
    color: #f97911;;
    transition: all .5s ease-out;
    position: relative;
    border: 1px solid #000;
}

.posts .post:nth-child(2n){
    margin-right: 0;
}

.posts .post .img{
    background:#f97911;;
    overflow: hidden;
    height: 300px;
    width: 100%;
    object-fit: cover;
}

.posts .post img:hover{
    opacity:0.8;
    transform: scale(1.05) rotate(2deg);
}

.posts .post .img img{
    display: grid;
    max-width: 100%;
    height: auto;
    transition: all .5s ease-out;
    max-height: 400px;
    width: 100%;
    object-fit: cover;
    height: 300px;
}

.posts .post .img img:hover{
    opacity: 0.3;
}

.posts .post .content{
    color: #252525;
    position: relative;
    top: -20px;
    padding:0 20px;
}

.posts .post .content .info{
    overflow: hidden;
}

.posts .post .content .date{
    background: #f97911;
    padding: 10px;
    color: #fff;
    font-weight: 600;
    font-size: 12px;
    line-height: 12px;
    text-align: center;
    float: left;
}

.posts .post .content .category a{
    float: right;
    background: #f97911;
    padding: 10px;
    color: #fff;
    font-weight: 600;
    font-size: 12px;
    line-height: 12px;
}

.posts .post .content h4{
    margin: 15px 0;
}
/** STRONA GŁÓWNA **/

.col-70{
    padding-right: 30px;
}

.col-30{
    padding-left: 30px;
}

.col-30 .sidebar{
    margin-top: 100px;
}

#content.single .col-30 .sidebar,
#content.archive .col-30 .sidebar,
#content.page .col-30 .sidebar{
	margin-top:0;
}

.col-30 .sidebar .side1{
    border: 1px solid #f97911;
    padding: 20px;
    margin-bottom: 30px;
}

.col-30 .sidebar .side2{
    background: #f97911;
    padding: 20px;
}

.col-30 .sidebar .side2 .widget{
    background: #fff;
    padding: 20px;
}

.col-30 .sidebar .side2 li{
    display: flex;
    margin-bottom: 10px;
}

.col-30 .sidebar .side2 li:last-child{
    margin-bottom: 0;
}

.col-30 .sidebar .side2 li::before{
    top: -3px;
}

.col-30 h4.widget-title:first-child{
    margin-top: 0;
}

.col-30 input[type=submit]{
    display: block;
    width: 100%;
}

.section-1{
    padding:60px 0;
}

.section-1 h2{
    margin-top: 0;
    margin-bottom:60px;
}

#content.single .featured-img img{
    width: 100%;
    max-width: 100%;
    height: 300px;
    margin: auto;
    display: table;
    object-fit: cover;
}

.pagination{
    margin-bottom: 5px;
    clear: both;
}

.pagination .page-numbers{
    border: 1px solid #f97911;
    padding: 2px 5px;
}

.pagination .page-numbers.current{
    background: #f97911;
    color: #fff;
}

.single .col-70 li{
	display:flex;
}

.single .col-70 li:before{
	top:-2px !important;
}

::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:    #252525;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:    #252525;
   opacity:  1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:    #252525;
   opacity:  1;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color:    #252525;
}