/*
Theme Name: J&amp;M Schody Kasprzak
Template: carpenter-lite
Author: Integra
Author URI: https://integra.com.pl
Description: Szablon dla firmy J&M Schody Kasprzak. wykonanie: R. Jankowski
Version: 1.2.1586448344
Updated: 2020-04-09 18:05:44

*/
body {
	font-family: 'Roboto', sans-serif;
}

#header {
    padding: 10px 0 25px 0;
}

.wp-block-quote.is-large, .wp-block-quote.is-style-large {
	position: relative;
	z-index: 2;
	padding: 20px 30px 30px 30px;
	margin-bottom: 50px;
}

.wp-block-quote.is-large:before, .wp-block-quote.is-style-large:before {
	content: '';
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	width: 98%;
	height: 100%;
	background: #fff;
	-ms-transform: skewX(-15deg);
    -webkit-transform: skewX(-15deg);
    transform: skewX(-15deg);
}

.wp-block-quote.is-large p, .wp-block-quote.is-style-large p {
	font-size: 22px;
	line-height: 1.4;
}

.wp-block-quote.is-large cite, .wp-block-quote.is-large footer, .wp-block-quote.is-style-large cite, .wp-block-quote.is-style-large footer {
	font-size: 15px;
    float: right;
    display: inline-block;
    margin-top: 11px;
    margin-right: 40px;
    font-style: normal;
    background: #c49454;
    padding: 10px;
    -ms-transform: skewX(-15deg);
    -webkit-transform: skewX(-15deg);
    transform: skewX(-15deg);
}

.page-id-132 .entry-title,
.page-id-2 .entry-title {
	display:none;
}

#custom-slider {
	position: relative;
	z-index: -1;
	max-height: 662px;
}

#intro {
	position: absolute;
	bottom: -50px;
	left: 50%;
	transform: translateX(-50%);
	background: transparent;
	text-align: center;
	z-index: 2;
	padding-top: 20px;
}

#intro:before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 50%;
	width: 130%;
	height: 100%;
	background: #e1e1e1;
	-ms-transform: skewX(-15deg) translateX(-50%);
    -webkit-transform: skewX(-15deg) translateX(-50%);
    transform: skewX(-15deg) translateX(-50%);
	padding: 20px;
	z-index: -1;
}

#intro h1 {
	color: #96723e;
	font-size: 46px;
	font-weight: 900;
	line-height: 44px;
}

.intro-p1 {
	font-style: italic;
	margin-bottom: 20px;
}

.intro-text {
	font-size: 20px;
    margin-top: 20px;
    margin-bottom: 0;
    font-weight: 600;
    text-transform: uppercase;
    color: #5f5f5f;
}

.color1 {
	color: #c49454;
}

span.white {
    color: #fff;
}

.site-main {
	width: 100% !important;
}

.page-id-2 .main-container {
	margin-top: 80px;
}

#post-2 h3, #post-2 h2 {
	font-size: 24px;
}

.wp-block-column ul {
	margin-top: 20px;
}

.wp-block-column {
    background: #e1e1e1;
    padding: 20px;
}

#navigation {
	max-width: 1160px;
}

.right-box.language { width: 132px; }
.right-box.address { width: 200px; }

.gallery img {
	border: none !important;
}

.gallery-item {
	padding: 10px;
	box-sizing: border-box;
	margin: 0;
}
@media(max-width: 720px){
    .gallery-item{
        width: 50% !important;
    }
}
@media(max-width: 480px){
    .gallery-item{
        width: 100% !important;
    }
}

@media screen and (max-width: 999px) {
	.header_right {
		display: none;
	}
}

@media screen and (max-width: 768px) {
	#intro {
		position: relative;
  		bottom: 0;
		padding-bottom: 20px;
	}
	.page-id-2 .main-container {
		margin-top: 0;
	}
	#custom-slider {
		overflow: hidden;
	}
}