/*
Theme Name: wp_goodnews
Theme URI: https://lukaszwalaszczyk.pl/
Author: ŁW
Author URI: https://lukaszwalaszczyk.pl/
Description: Wordpress Template made by ŁW
Version: 1.1
Tags: lw
Text Domain: wp_goodnews
*/

.facetwp-facet-filtrowanie .facetwp-checkbox {
	flex-shrink: 0;
}

.div-filters-hidden {
	max-width: 100%;
}

.simple-text p:last-child, .rich-workshop-agenda p:last-child {
	margin-bottom: 0px;
}

html .wpml-ls-legacy-list-horizontal .wpml-ls-current-language a {
  color: #000;
}

html .wpml-ls-legacy-list-horizontal a {
  padding: 9px 4px 9px;
  color: #A9A9A9;
}

html .wpml-ls-legacy-list-horizontal {
  margin-right: 1rem;
  border: 1px solid #000;
  border-radius: 18px;
  padding: 0px 7px;
}

.div-button-nav {
  display: flex;
  align-items: center;
  justify-content: right;
  width: 235px;
}

.w-nav-brand {
  margin-right: 50px;
}

html[lang="pl-PL"] .tb-service-title {
  width: 52%;
}

.w-richtext ol, .w-richtext ul {
  margin-bottom: 30px;
}

.div-parallax video {
  height: auto;
  display: block;
  width:100%;
}

.div-cookies-box.visible-cookies {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
}

.div-cookies-box {
  visibility: hidden;
  opacity: 0;
  transform: translateY(20px);
  display: flex;
  border: 1px solid #fff;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.img-next-project.mobile-project {
  display: none;
}

.navbar.hide-navbutton .div-button-nav {
  transform: translate(0px, -100px);
}

.navbar .div-button-nav {
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.div-image-full:last-child .div-right-flex-slogan.slogan-new {
  margin-bottom: 0px;
}

.div-image-full {
  width:100%;
}

img {
  height:auto;
}

.section.next-project-section a {
  text-decoration: none;
  color: #fff;
}

.img-photo-big {
  height:auto;
}

.facetwp-template .div-project-element {
  opacity: 0;
  top: 20px;
  position:relative;
}


.facetwp-facet-filtrowanie .facetwp-checkbox.checked {
  background-image: none;
}

.facetwp-facet-filtrowanie .facetwp-checkbox.checked .a-link-project-filter {
  background-color: #fff;
  color:#000;
}

.facetwp-facet-filtrowanie .facetwp-checkbox {
  background: none;
  margin-bottom: 0px;
  padding-left: 0px;
}

html .facetwp-counter {
  display: none !important;
}

html .wpcf7-spinner {
  display: none !important;
}

html .wpcf7 form .wpcf7-response-output {
  margin:0px;
  padding:0px;
  border-width: 0px;
  margin-top: 20px;
}

.div-round-corners-photo, .a-link-project {
  -webkit-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
}

.heading_hero {
  transform-origin: center left;
}

.div-parallax {
  position:relative;
  width:100%;
  height:auto;
  border-radius: 0px;
}

body {
  visibility: hidden;
}

.text-line-anim {
  overflow: hidden;
}

.a-link-cta:hover .img-arrow-cta, .a-link-next:hover .img-arrow-next {
  left: 100%;
}

.section {
  z-index: 1;
  position:relative;
  background-color: #fff;
}

.section.footer-section, .section.next-project-section {
  z-index: 0;
  position:relative;
}

.navlink:before {
	  position: absolute;
    height: 1px;
    background-color: #000;
    width: 0%;
    bottom: 0px;
    left: 0;
    content: "";
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.navlink.w--current:before {
	display:block;
	width:100%;
}
.navlink:hover:before {
	width:100%;
}

.a-link-project:hover .img-project {
	transform: scale(1.03);
}
body.gray-nav .navbar {
	background-color: #f4f3f3;
}
.navbar.white-nav .navlink {
	color: #fff;
}
.navbar.white-nav .navlink:before {
	background-color: #fff;
}
.navbar.white-nav .button-nav {
	background-color: #fff;
  color: #000;
}
.navbar.white-nav .img-brand {
	filter: invert(1);
}
.navbar.white-nav .navlink.w--current:before {
  background-color: #fff;
}
.div-accordion-service:last-child {
	border-bottom-width: 1px;
}
.div-flex-main-process:last-child {
	border-bottom-width: 1px;
}
.div-team-member:hover .div-overlay-person {
	opacity: 1;
}
.div-team-member:hover .img-arrow-team {
	transform: rotate(180deg);
}
.div-team-member:hover .img-team-member {
	opacity: 0;
}
.next-project-section:hover .div-overlay-next {
	opacity: 0.55;
}
.next-project-section:hover .img-next-project {
	transform: scale(1.05);
}
@media only screen and (max-width: 767px) {

  .div-button-nav {
    display: none;
  }

  .tb-service-title {
    line-height: 2.3rem;
  }

  html[lang="pl-PL"] .tb-service-title {
    width: 40%;
  }

  body.gray-nav .navbar {
    background-color: #fff;
  }
  /*
  .a-brand-nav, .navmenu {
  	transform: translate(0px, 0px) !important;
  }
  */

  .navmenu {
    transform: translate(0px, 0px) !important;
  }

  .a-brand-nav {
  	z-index: 5 !important;
  }
  .navlink.w--current {
  	color: #fff;
  }
  .navlink:before {
  	background-color: #fff;
  }
  .navbar.white-nav .div-line-menubutton, .navbar.white-nav .div-line-menubutton-vertical {
    background-color: #fff !important;
  }
  .navbar.white-nav .img-brand {
    filter: invert(1) !important;
  }

  .navbar.hide-navbutton .a-brand-nav, .navbar.hide-navbutton .menubutton {
    transform: translate(0px, -100px) !important;
  }

  html .wpml-ls-legacy-list-horizontal {
    border-color: #fff;
    padding: 0px 9px;
  }

  .div-buttons-hidden {
    flex-wrap: wrap;
  }

  html .wpml-ls-legacy-list-horizontal .wpml-ls-current-language a {
    color: #fff;
  }

  .switcher-mobile {
    width: 100%;
    display: flex;
    margin-bottom: 15px;
  }

  html .wpml-ls-legacy-list-horizontal a {
    padding: 11px 7px 11px;
  }
}

@media only screen and (max-width: 480px) {

  .img-next-project.mobile-project {
    display: block;
  }

  .img-next-project.desktop-project {
    display: none;
  }

  .logo-client-workshop {
    max-width: 100%;
  }

}