/*
 * Theme Name: Scorise
 * Author: Scorise
 * Text Domain: scorise
 */
@charset "UTF-8";
html,
body {
  height: 100%;
}

html {
  box-sizing: border-box;
}

*,
*:before,
*:after {
  box-sizing: inherit;
}

body {
  margin: 0;
  padding: 0;
  font-family: "Raleway", sans-serif;
  font-size: 16px;
  line-height: 1.5;
}

ul,
li,
p,
h1,
h2,
h3,
h4,
h5,
h6,
a,
input,
fieldset,
textarea {
  margin: 0;
  padding: 0;
  font-size: inherit;
  font-weight: inherit;
  color: none;
  text-decoration: inherit;
  border: none;
}

.product ul li{
  list-style-type: disc;
  font-size: 12px;
  }
  .product ul{
  padding-left: 70px;
  }
  

input,
textarea {
  font-family: "Roboto", sans-serif;
}

.clr {
  clear: both;
}

ul {
  list-style: none;
}

.alignleft {
  float: left;
  margin: 0 15px 15px 0px;
}
.alignright {
  float: right;
  margin: 0 0px 15px 15px;
}
.aligncenter {
  display: block;
  margin: 10px auto;
}

.page-template-kruszywa .agregate-group:last-child .agregate-wrapper a {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  width: 100%;
}
.single-aktualnoci .gallery {
  padding-top: 40px;
  clear: both;
}
.home-realization {
  margin: 100px 0;
  text-align: center;
  color: #161522;
}
.home-realization .owl-controls .owl-prev,
.home-realization .owl-controls .owl-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  display: block;
  width: 100px;
  height: 100px;
  content: "";
  background: rgba(0, 0, 0, 0.5);
  overflow: hidden;
}

.home-realization .owl-controls .owl-prev:before,
.home-realization .owl-controls .owl-next:before {
  width: 100px;
  height: 100px;
  font-family: FontAwesome;
  display: block;
  font-size: 40px;
  color: #fff;
  line-height: 100px;
  text-align: center;
}

.home-realization .owl-controls .owl-prev {
  left: -70px;
}

.home-realization .owl-controls .owl-prev:before {
  content: "\f100";
}

.home-realization .owl-controls .owl-next {
  right: -70px;
}

.home-realization .owl-controls .owl-next:before {
  content: "\f101";
}

.home-realization h3 {
  text-transform: uppercase;
  font-size: 40px;
  font-weight: bold;
}
.home-realization > p {
  margin: 0 15%;
}
.home-realization-banner {
  margin-top: 35px;
  position: relative;
  height: 390px;
}
.owl-carousel.owl-loading.slider-realization {
  height: 390px;
  opacity: 1;
}
.owl-carousel.slider-realization .owl-refresh .owl-item {
  display: block;
  height: 390px;
  width: 100%;
}
.owl-carousel.slider-realization .owl-refresh .owl-item.cloned {
  display: none;
}
.home-reazlization-banner-bg {
  background: rgba(0, 0, 0, 0.85);
  padding: 45px;
  position: absolute;
  left: 0;
  max-width: 610px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  color: #fff;
  text-align: left;
}
.home-reazlization-banner-bg p {
  font-size: 12px;
  line-height: 18px;
}
.home-reazlization-banner-bg strong {
  display: block;
  font-size: 20px;
  line-height: 25px;
  margin-bottom: 8px;
}
.home-reazlization-more {
  bottom: 60px;
  max-width: 170px;
  text-align: center;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}
.home-reazlization-more a {
  background: rgba(255, 255, 255, 0.85);
  display: block;
  max-width: 170px;
  line-height: 1.1;
  padding: 11px 0;
  color: #161522;
  font-size: 16px;
  transition: 0.3s all;
}
.home-reazlization-more a:hover {
  background: #fff;
}
.realization__container {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-bottom: 30px;
}
.realization__single {
  position: relative;
  width: calc(50% - 15px);
  margin: 15px 0;
  margin-right: 30px;
  height: 320px;
}
.realization__single:nth-of-type(2n) {
  margin-right: 0;
}
.realization__single__dsc {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -35%);
  -webkit-transform: translate(-50%, -35%);
  background: rgba(0, 0, 0, 0.85);
  color: #fff;
  height: 180px;
  width: 330px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 4%;
  text-align: center;
  font-size: 15px;
  line-height: 20px;
}
.page-template-page-realization .page-header {
  padding: 45px 0 30px 0;
}
.full-slide_link {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
@media screen and (max-width: 800px) {
  .realization__single {
    position: relative;
    width: calc(100% - 30px);
    margin: 15px 15px;
  }
  .realization__single:nth-of-type(2n) {
    margin: 15px 15px;
  }
  .home-reazlization-more {
    bottom: 30px;
  }
}
@media screen and (max-width: 550px) {
  .home-reazlization-banner-bg {
    padding: 20px;
  }
}

.single__post__list__category .categories {
  font-size: 20px;
  font-weight: bold;
  padding-bottom: 10px;
  margin: 25px 0 5px;
}
.single__post__list__category .categories li {
  margin: 8px 0;
}
.single__post__list__category .categories a {
  color: #272727;
	font-size: 14px;
	font-weight: 400;
}
.new_slider{
    font-weight: 700;
    font-size: 50px;
line-height: 0.8!important;
margin-top: 0px!important;
}
.new_slider span{
font-size: 21px;
}
.news_slider_div{
    color: #b73244;
    font-weight: 900;
    font-size: 30px;
    line-height: 1.1;
    padding-top: 10px;
}
.rabat_new_slider{
    font-size: 42px;
    line-height: 0!important;
    margin-top: 5px!important;
    margin-bottom: 20px!important;}

.rabat_new_slider span{
    font-size: 80px;
    position: relative;
    bottom: 8px;
}
.class_art_slider{
    font-size: 17px!important;
    font-weight: 100!important;
    text-align: center!important;
    padding-top: 10px!important;
    margin-bottom: 10px!important;
}
.class_logo_slider{
    max-width: 180px!important;
    height: auto!important;
    margin: 0px auto!important;
}
.class_h3_slider{
font-size: 26px!important;
    text-align: center!important;
    font-weight: 600!important;
    padding-top: 10px!important;
}
.class_small_slider{
    margin-top: 0px!important;
    font-weight: 100!important;
    font-size: 15px!important;
	 text-align: center!important;
}
.class_red_slider{
    background: url(https://www.techniart.pl/wp-content/uploads/2022/06/wielokat_tlo.png);
    background-position: center;
    background-repeat: no-repeat;
    padding: 10px 10px;
    background-size: 100%;
}

.home-slider .slider-container .slider .slider-content .button-cta.slid-button-1 a{
    background: #ce1d2e!important;
}
.home-slider .slider-container .slider .slider-content .button-cta.slid-button-2 a{
    background: #ce1d2e!important;
}
.home-slider .slider-container .slider .slider-content .button-cta.slid-button-3 a{
    background: #ce1d2e!important;
}
.home-slider .slider-container .slider .slider-content .button-cta.slid-button-1 path{
    fill: #ce1d2e!important;
}
.home-slider .slider-container .slider .slider-content .button-cta.slid-button-2 path{
    fill: #ce1d2e!important;
}
.home-slider .slider-container .slider .slider-content .button-cta.slid-button-3 path{
    fill: #ce1d2e!important;
}


