/*
Theme Name: UnderStrap
Theme URI: http://understrap.com
Author: Holger Koenemann
Author URI: http://www.holgerkoenemann.de
GitHub Theme URI: https://github.com/understrap/understrap
Description: Combination of Automattic´s _s theme and Bootstrap 4. Made as a solid starting point for your next theme project and WordPress website. Use it as starter theme or as a parent theme. It is up to you. Including Font Awesome support, built-in widget slider and much more you need for basic websites. IMPORTANT: All developer dependencies are not bundled with this install file. Just download the .zip, extract it and run "npm install" and "gulp copy-assets" inside the extracted /understrap folder. 
That downloads everything and moves it in place so that you can recompile your CSS and JS files;
A developer version (with Gulp/node and Sass sources) is available on gitHub: https://github.com/understrap/understrap
A child theme is available on Github, too: https://github.com/understrap/understrap-child;
Version: 0.8.6
License: UnderStrap WordPress Theme, Copyright 2013-2017 Holger Koenemann
UnderStrap is distributed under the terms of the GNU GPL version 2
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: understrap
*/
.gallery-slick__arrows svg{
	padding-top:1px;
}
.wrapper--single-realization .heading h2{
	margin-bottom:32px;
}
.posts-pagination{
	position:relative;
}
@media (max-width: 991px) {
    .black-text__content {
        padding: 0 36px 32px;
    }
}
@media (min-width: 992px) {
	.wrapper.wrapper--single-realization .heading{
		margin-bottom:136px;
		padding-bottom: 0;
	}
	.news::before{
    	height: calc(100% - 200px);
	}
	.realizations-categories{
		margin: 99px 0;
	}
	.realizations-categories ul{
		list-style-type: none;
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		align-items: center;
	}
	.realizations-categories li{
		margin: 16px 45px;
	}
}
.realizations-categories li a{
	font-size: 24px;
	font-weight: 600;
	text-transform: lowercase;
}
.realizations-categories li a.active{
	color: #d7352d
}
	.splide{
		display: none;
	}
@media (max-width: 991px) {
    .silver-text__image img {
        object-position: center top;
    }
	.realizations-categories li a {
    font-size: 18px;
}
	.realizations-categories{
		margin: 64px 0;
	}
	.splide{
		display: block;
	}
	.hide-mobile{
		display: none !important;
	}
}
.form-h2{
	color: #fff;
	text-align: center;
	margin: 56px 0;
	width: 100%;
}
.form.form--offer .form__inner{
	margin-top: 0;
}
.form-h2::before{
	display: none;
}
.job-offers__single__content__image{
	overflow: hidden;
	height: 420px;
	border-radius:11px;
}
.job-offers__single__content__image img{
	height: 100%;
	width: 100%;
	object-fit: cover;
	transition: 0.5s;
}
.job-offers__single__content:hover img{
	transform: scale(1.05)
}
@media (min-width: 992px){
	.text-offer{
		padding: 112px 0;
	}
}
.gallery-slick__arrows svg.arrow-left{
	opacity: 0.5
}
.header {
  z-index: 999999;
}
.big-text h1 {
  text-shadow: -1px 1px 0 #000, 1px 1px 0 #000, 1px -1px 0 #000,
    -1px -1px 0 #000;
  /* -webkit-text-stroke: 1px; */
  /* -webkit-text-stroke-color: #000; */
}
.arrows > svg:first-child {
  opacity: 0.5;
  margin-right: 12px;
}

button[type="submit"].wpcf7-submit:hover {
  border-color: #000;
  color: #000;
}
button svg {
  position: relative;
  transition: 0.3s;
  left: 0;
}
button:hover svg {
  left: 8px;
}
button[type="submit"].wpcf7-submit:hover svg .tu-stroke {
  stroke: #000;
}
button[type="submit"].wpcf7-submit:hover svg .tu-fill {
  fill: #000;
}
.black-text__content button:hover{
	border-color: #fff;
}
.black-text--silver button:hover{
    border-color: #000;
}
.footer__info p,
.footer__copy p {
  font-size: 16px;
}
svg line,
svg path {
  position: relative;
  transition: 0.3s;
}
.arrows svg.arrow-right:hover line {
  transform: translate(-9336.355px, -662px) rotate(-90deg)
}
.arrows svg.arrow-right:hover path {
  transform: translate(-9340.732px, -655.876px) rotate(-90deg)
}
.arrows svg.arrow-left:hover line {
  transform: translate(-9518.479px, -662px) rotate(-90deg)
}
.arrows svg.arrow-left:hover path {
  transform: translate(-9519.559px, -656.47px) rotate(-90deg)
}
.posts-pagination svg.arrow-right:hover line,
.posts-pagination svg.arrow-right:hover path {
  transform: translateX(4px);
}
.posts-pagination svg.arrow-left:hover line,
.posts-pagination svg.arrow-left:hover path {
  transform: translateX(-4px);
}

.arrow-right:hover{
	
}

@media (min-width: 1201px) {
  .header .header__nav nav {
    top: 42px;
    right: 30px;
    position: fixed;
    height: auto;
  }
}

@media (max-width: 1200px) {
  .header .header__nav nav ul li::before {
    content: "";
    position: absolute;
    top: 8px;
    left: -50px;
    width: 38px;
    height: 8px;
    background-color: #000;
    opacity: 0;
  }
  .header .header__nav nav ul li:first-child::before {
    opacity: 0;
  }
  .header .header__nav nav ul li:hover::before {
    opacity: 1;
  }
  .header .header__nav nav ul li:hover a {
    color: #000;
  }
}
@media (max-width: 991px) {
  h1 {
    font-size: 40px;
  }
  .footer__info p,
  .footer__copy p {
    font-size: 14px;
  }
  .text__image, .job-offers__single__content__image {
    height: 60vw;
  }
}
@media (max-width: 991px) {
    .news::before {
        height: calc(100% - 134px);
    }
}
@media (max-width: 575px) {
  .news__single__content {
    flex-wrap: wrap;
  }
  .news__single__date h3 {
    margin-bottom: 12px;
  }
  .news__single__date,
  .news__single__text {
    flex: 0 0 100%;
  }
  .news__single__image img {
    height: 201px;
  }
  .posts-pagination svg {
    width: 64px;
    height: 64px;
  }
  .posts-pagination .arrow-left {
    margin-right: 0;
  }
  .posts-pagination .arrow-right {
    margin-left: 0;
  }
  .posts-pagination {
    position: relative;
    padding: 40px 80px;
  }
  .posts-pagination .page-numbers.prev,
  .posts-pagination .page-numbers.next {
    padding: 0;
    position: absolute;
    top: 30px;
  }
  .posts-pagination .page-numbers.prev {
    left: 15px;
  }
  .posts-pagination .page-numbers.next {
    right: 15px;
  }
	.form-h2{
		margin: 116px 0 76px;
	}
}
