/*
Theme Name: Foundry Child
Theme URI: 
Description: Child theme for the Foundry theme
Author: <a href="http://www.madeinebor.com">Tom Rhodes</a>
Author URI: 
Template: foundry
Version: 1.0.27
*/

@import url('../foundry/style.css');
@import url('https://fonts.googleapis.com/css?family=Ubuntu&display=swap');

.background-image-holder {
	background-attachment: fixed;
}

body {
	position: relative;
}

html {
	margin-top: 0 !important;
}

.kenburns .background-image-holder {
	background-position: 0px -200px !important;
    background-size: 100% auto !important;
	opacity: 0.9;
}

.text-tabs .tab-title {
	padding: 0px 34px;
}

.text-tabs .tab-title span {
	font-size: 14px;	
}

footer {
    padding: 22px 0 0 0;
	z-index: 11;
}

footer img {
    display: none;
}

.slides .v-align-transform {
	top: 70%;
}

.slides h4 {
    font-size: 4em;
    line-height: 1em;
    text-transform: none;
    letter-spacing: 0;
}

.slides p {
	font-size: 20px;
	padding-top: 10px;
}

.slides .subheading:after {
    bottom: -10px;
    content: '';
    width: 100px;
    height: 3px;
    background-color: #e1de05;
    position: absolute;
    left: 15px;
}

.vc_btn3.vc_btn3-color-black.vc_btn3-style-outline {
	color: #676767;
	border-color: #676767;
}

.wpb_gallery .wpb_heading {
    font-size: 14px;
	font-weight: 900;
    line-height: 18px;
    float: left;
    margin-top: 90px;
    text-align: center;
    padding-top: 10px;
    width: 100%;
	color: #676767;
}

.wpb_image_grid .wpb_image_grid_ul .isotope-item {
/* 	height: 200px; */
	overflow: hidden;
	margin: 0;
	max-height: 370px;
	border-radius: 15px;
    overflow: hidden;
}

.vc_video-bg {
    z-index: -1;	
}

.vc_video-bg iframe {
    position: fixed;
    bottom: 0;
    z-index: -1111 !important;
}

.image-slider .flex-direction-nav {
	display: none;
}

.image-slider .slides .overlay .background-image-holder:after {
	content: '';
	background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.0), rgba(0, 0, 0, 0.7));
	background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.0), rgba(0, 0, 0, 0.7));
	background: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.0), rgba(0, 0, 0, 0.7));
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0.0), rgba(0, 0, 0, 0.7));
	height: 50%;
    position: absolute;
    width: 100%;
    bottom: 0;
    z-index: 11;
}

.introduction .wpb_single_image .vc_figure, .introduction .wpb_single_image img, .introduction .wpb_single_image .vc_single_image-wrapper {
    max-width: 100%;
    width: 100%;
}

.introduction p {
	font-size: 16px;
	line-height: 28px;
}

.introduction .business-card {
	border-bottom-right-radius: 30px;
	padding: 0;
	background: #91594a;  /* fallback for old browsers */
	background: -webkit-linear-gradient(to right, #321d18, #91594a);  /* Chrome 10-25, Safari 5.1-6 */
	background: linear-gradient(to right, #321d18, #91594a); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

.introduction .business-card p {
	color: #fff;
	font-size: 16px;
    padding: 0em 1em;
    line-height: 28px;
}

.introduction .business-card strong {
	font-size: 1.1em;
}

.business-card__contact .icon {
	color: #fff;
    font-size: 16px;
    margin-right: 5px;
}


.contact-form {
	padding: 3em 2.5em 1em;
    background-color: #fff;
    -webkit-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.8), 0 0 40px rgba(0, 0, 0, 0.1) inset;
    -moz-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.8), 0 0 40px rgba(0, 0, 0, 0.1) inset;
    box-shadow: 0 1px 10px rgba(0, 0, 0, 0.8), 0 0 40px rgba(0, 0, 0, 0.1) inset;
    border-top-left-radius: 35px;
    border-bottom-right-radius: 35px;
}

div.wpcf7 textarea {
    height: 170px;
}

div.wpcf7 input[type="submit"]{
    border: 2px solid #834f39;
    background: #834f39;
}

.vc_custom_1558702015304 {
	background-color: #352616;
}

.image-slider {
	margin-bottom: 0px !important;
	z-index: 1;
    position: relative;
    overflow: hidden;
}

.image-slider .slides li {
    background-color: #000;
}

.image-bg .feature.boxed {
    background: rgba(34, 34, 34, 0.85);
	border-radius: 15px;
}

section.image-bg {
	background-image: none !important;
}

.image-bg.overlay.parallax {
	position: relative;
}

/* .parallax > .background-image-holder {
	top: -60vh !important;
} */

.business-section,
.gallery-section {
	position: relative;
	background: #fff;
}

/* .image-slider .slides {
	position: fixed;
} */

/* .image-slider .image-bg .background-image-holder {
	position: fixed;
    top: 0px;
} */

.business-section, .gallery-section, .gallery-editable, .kontakt-wrapper {
	z-index: 11;
	background-color: #fff;
}

.image-bg .background-image-holder:before {
    content: '';
    background-color: #352616;
    width: 100%;
    height: 400vh;
    position: relative;
    display: block;
    opacity: 0.6;
}

.image-slider .image-bg .background-image-holder:before {
	display: none;
}

.offscreen-container p a {
	color: #fff;
}

.gallery-section {
	padding-bottom: 0px;
}

.gallery-section .tabs {
	margin-bottom: 0px !important;
}

.gallery-section .content {
	display: none;
}

.gallery-editable {
	padding: 0px 0px 20px;
}

.gallery-block {
	width: 48%;
    height: 200px;
    float: left;
	margin-top: 40px;
	margin-left: 10px;
	margin-bottom: 150px;
	margin-right: 10px;
	cursor: pointer;
	-webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
/* 	-webkit-box-shadow: 0 1px 30px rgba(0, 0, 0, 0.4), 0 0 40px rgba(0, 0, 0, 0.1) inset;
    -moz-box-shadow: 0 1px 30px rgba(0, 0, 0, 0.4), 0 0 40px rgba(0, 0, 0, 0.1) inset;
    box-shadow: 0 1px 30px rgba(0, 0, 0, 0.4), 0 0 40px rgba(0, 0, 0, 0.1) inset; */
}

.gallery-block:hover {
	-webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
	transform: scale(1.05);
}


.gallery-block li:hover {
	opacity: 1.0;
	-webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
/* 	border: 10px solid #eee; */
}

.gallery-block li {
	display: none;
	-webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.gallery-block li:nth-child(1) {
	display: block;
}

#gallery-2,
#gallery-3 {
	display: none;
}

.wpb_image_grid .wpb_image_grid_ul img {
	cursor: pointer;
}

.wpb_gallery.wpb_content_element.vc_clearfix.gallery-block:before {
    content: "\e62f";
    font-family: 'themify';
    position: relative;
    float: left;
    width: 100%;
    text-align: center;
    padding-top: 23%;
    color: #fff;
    font-size: 5em;
}

.text-tabs .tab-title:after {
	background: #834f39;
}

.text-tabs .active .tab-title {
    color: #834f39;
}

.text-tabs .tabs {
	margin-bottom: 80px;
}

.map-holder {
	filter: grayscale(1);
	border: 20px solid white;
}

.wpb_gmaps_widget {
	margin-bottom: 5px;
}


/* Shadow effect */

.effect-7
{
    position:relative;
    -webkit-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
       -moz-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
            box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}

.effect-7:before, .effect-7:after
{
    content:"";
    position:absolute;
    z-index:-1;
    -webkit-box-shadow:0 0 20px rgba(0,0,0,0.8);
    -moz-box-shadow:0 0 20px rgba(0,0,0,0.8);
    box-shadow:0 0 20px rgba(0,0,0,0.8);
    top:0;
    bottom:0;
    left:10px;
    right:10px;
    -moz-border-radius:100px / 10px;
    border-radius:100px / 10px;
}
.effect-7:after
{
    right:10px;
    left:auto;
    -webkit-transform:skew(8deg) rotate(3deg);
       -moz-transform:skew(8deg) rotate(3deg);
        -ms-transform:skew(8deg) rotate(3deg);
         -o-transform:skew(8deg) rotate(3deg);
            transform:skew(8deg) rotate(3deg);
}



@media (min-width: 767px) {
	.feature.boxed {
    	height: 200px;
	}
	.intro-text, .intro-cta {
		padding-left: 60px;
	}
}

@media (max-width: 1023px) {
	.introduction p {
		font-size: 14px;
		line-height: 22px;
	}
	.introduction .business-card p {
		color: #fff;
		font-size: 12px;
		padding: 0em 1em;
		line-height: 22px;
	}
	.intro-text, .intro-cta {
		padding-left: 30px;
	}
	.slides h4 {
		font-size: 3.0em;
	}
	.slides p {
		font-size: 16px;
	}
}


@media (max-width: 767px) {
	.intro-text {
		margin-top: 40px;
		padding-left: 0px;
	}
	.intro-cta {
		padding-left: 0px;
	}
	.container {
		padding-left: 30px;
		padding-right: 30px;
	}
	.introduction-text {
		padding: 0px;
	}
	.footer-2 h5 {
		font-size: 12px;
	}
	.slides h4 {
		font-size: 2.5em;
	}
	.slides p {
		font-size: 14px;
	}
	.slides .subheading:after {
		bottom: -30px;
	}
	h5, .h5 {
		font-size: 12px;
	}
	.gallery-block {
        width: 95%;
        margin-bottom: 0px;
        height: auto;
		margin-top: 20px;
	}
	.gallery-block:hover {
		transform: scale(1);
	}
	.image-slider .slides li {
		height: 80vw !important;
	}
	.image-slider {
		height: 80vw !important;
	}
	.slides .v-align-transform {
		top: 55vw;
	}
	.kenburns .background-image-holder {
		background-position: 0px 0px !important;
		background-size: auto 100% !important;
		opacity: 0.9;
	}
}

@media (max-width: 991px) {
	nav.fixed.absolute {
		position: fixed !important;
	}
	.module.widget-handle {
		border-left: none;
		border-top: 1px solid #cccccc;
		line-height: 60px;
		min-height: 60px;
		border: none;
	}
}

@media (max-width: 767px) {
	.text-tabs .tabs li {
		width: 100%;
	}
}

@media (min-width: 768px) and (max-width: 1024px) {
	.gallery-block {
		width: 30%;
	    height: 160px;	
	}
	.wpb_image_grid .wpb_image_grid_ul .isotope-item {
		height: 160px;
	}
}

.spinner {
	box-shadow: none;
}

#ple-loader-wraps3 {
	text-indent: 0;
}

.address-wrapper {
	padding-left: 5em;
}

@media (max-width: 767px) {
	.address-wrapper {
		padding-left: 0;
		padding-right: 0;
		padding-top: 50px;
	}
	.address-wrapper span, .address-wrapper a {
		text-align: center;
    	display: block;
		width: 100%;
	}
	.lb-nav {
		display: none;
	}
	
	.lb-container:after {
		content: 'tap for next photo';
		display: block;
		color: white;
		font-size: 5vw;
		margin-top: 22px;
	}
	
}

#ple-animates {
	transform: translate(0%, 0%);
}

.u-hidden {
	display: none;
}

/* Fonts */
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6, body, a, span, .offscreen-menu a {
	font-family: Ubuntu, "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.offers-cta .feature {
	cursor: pointer;
}

.wpb-content-wrapper > p:first-child {
	display: none;
}

.oferteo-badge img {
	max-width: 200px;
}

.kontakt-wrapper {
	padding-bottom: 0;
}
nav.transparent.fixed {
   	border-bottom: 1px solid #777;
}
.lb-data .lb-close::before, .lb-nav a.lb-next::before, .lb-nav a.lb-prev::before {
	display: none;
}
.lb-data .lb-close {
	margin-top: 12px;
}
.lb-number {
	margin-top: 20px;
}
.lb-container {
	padding: 0;
}