/*
Theme Name: Studio Kimchi
Description: Theme for Studio Kimchi website
Author: Crowd Digital
Author URI: https://crowd.digital
Version: 1.0.0
Text Domain: lekker
Template: lekker
*/

/* LAYOUT */
*::selection {
  background: #f26521;
}
.background-orange {
  background: #f26521;
}
.background-orange *::selection {
  color: #f26521;
  background: white;
}

.qodef-grid.qodef-layout--masonry,
.qodef-grid.qodef-layout--columns {
  padding: 0 10px;
}
#qodef-page-inner.qodef-content-grid {
  width: initial;
  max-width: 1140px;
  padding-top: 0px;
}

/* LAYOUT HEADER */
.qodef-header-navigation > ul > li > a > span::before,
.qodef-mobile-header-navigation > ul > li > a > span::before {
  content: none;
}
.qodef-mobile-header-opener .qodef-m-lines {
  background: #4c4d4f;
}
.qodef-mobile-header-opener .qodef-m-lines::before,
.qodef-mobile-header-opener .qodef-m-lines::after {
  content: none;
}
.qodef-mobile-header-opener:hover .qodef-m-lines,
.qodef-mobile-header-opener.qodef--opened .qodef-m-lines {
  background: #f26521;
}
.qodef-page-mobile-header-logo-opener {
  width: 100% !important;
  padding: 0 10px;
}
.qodef-mobile-header-navigation > ul {
  width: 100%;
  padding: 0px 15px 10px;
  text-align: right;
}
@media only screen and (min-width: 768px) {
  .qodef-mobile-header-navigation > ul {
    padding-left: 50px;
    padding-right: 50px;
  }
}

/* LAYOUT FOOTER */
footer *::selection {
  color: #4c4d4f;
  background: white;
}
#qodef-page-footer-top-area,
#qodef-page-footer-bottom-area {
  background-color: #4c4d4f;
}
#qodef-page-footer-top-area {
  padding-top: 10px;
  text-align: center;
  padding-bottom: 20px;
}
@media only screen and (min-width: 1025px) {
  #qodef-page-footer-top-area {
    text-align: left;
  }
}
#qodef-page-footer-bottom-area {
  padding-top: 20px;
}
#qodef-page-footer #qodef-page-footer-top-area .widget {
  margin-bottom: 0px;
}
#qodef-page-footer .widget p {
  line-height: 1.25em;
  padding-bottom: 10px;
}
#qodef-page-footer .widget p,
#qodef-page-footer .widget a,
#qodef-page-footer .widget li {
  font-size: 16px;
}

#qodef-page-footer .widget a {
  font-family: "Roboto Condensed";
}
#qodef-page-footer .widget:not(.widget_lekker_core_social_icons_group) a:hover {
  text-decoration: underline;
}
#qodef-page-footer .qodef-social-icons-group {
  margin-left: -15px;
  margin-top: -15px;
}

#qodef-page-footer #qodef-page-footer-bottom-area .widget.widget_nav_menu {
  margin-bottom: 30px;
}

#qodef-page-footer-top-area .qodef-grid-inner > .qodef-grid-item:nth-child(1),
#qodef-page-footer-top-area .qodef-grid-inner > .qodef-grid-item:nth-child(2) {
  margin-bottom: -10px;
}
@media only screen and (min-width: 1025px) {
  #qodef-page-footer-top-area .qodef-content-full-width {
    max-width: 1160px;
    margin: 0 auto;
    padding: 0 10px;
  }
  #qodef-page-footer-top-area .qodef-grid-inner {
    display: flex;
    align-items: center;
  }
  #qodef-page-footer-top-area .qodef-grid-inner > .qodef-grid-item:nth-child(2),
  #qodef-page-footer-top-area
    .qodef-grid-inner
    > .qodef-grid-item:nth-child(1) {
    margin-top: 20px;
  }
  .qodef-grid.qodef-gutter--small > .qodef-grid-inner > .qodef-grid-item {
    margin-bottom: 0;
  }
}

/* LAYOUT BACK TO TOP */
#qodef-back-to-top .qodef-back-to-top-text {
  font-family: Roboto;
  font-weight: normal;
  color: #4c4d4f;
}
#qodef-back-to-top .qodef-btn-background .qodef-m-nav-lines::after,
#qodef-back-to-top .qodef-btn-background .qodef-m-nav-lines::before {
  background-color: #4c4d4f;
}

/* PAGE HOME */
body.home:not(.qodef-header--sticky-display)
  .qodef-header-navigation
  > ul
  > li:not(.current_page_item)
  > a {
  color: white;
}
.swiper-button-prev,
.swiper-button-next {
  width: 30px !important;
  display: none;
}
@media only screen and (min-width: 1025px) {
  .swiper-button-prev,
  .swiper-button-next {
    display: block;
  }
}
.qodef-swiper-label {
  display: none;
}
.swiper-button-prev .qodef-swiper-lines::after,
.swiper-button-prev .qodef-swiper-lines::before,
.swiper-button-next .qodef-swiper-lines::after,
.swiper-button-next .qodef-swiper-lines::before {
  background-color: white;
  right: 50%;
}
@media only screen and (min-width: 1060px) {
  .elementor-widget-lekker_core_testimonials_list .swiper-button-prev {
    left: calc(((100vw - 740px) / -2) + 130px) !important;
  }
  .elementor-widget-lekker_core_testimonials_list .swiper-button-next {
    right: calc(((100vw - 740px) / -2) + 130px) !important;
  }
  .qodef-portfolio-list.qodef-item-layout--info-bottom-left .qodef-e-content {
    left: 110px;
  }
}
.qodef-swiper-container .swiper-button-prev {
  left: 40px !important;
}
.qodef-swiper-container .swiper-button-next {
  right: 40px !important;
}
.swiper-pagination-bullets {
  bottom: 0px !important;
}
.qodef-swiper-container .qodef-e-content {
  bottom: 30px !important;
}
@media only screen and (min-width: 1060px) {
  .swiper-pagination-bullets {
    bottom: 30px !important;
  }
  .qodef-swiper-container .qodef-e-content {
    margin-bottom: 50px;
  }
}
.qodef-swiper-container .swiper-pagination .swiper-pagination-bullet::after {
  background-color: white;
}

.qodef-swiper-container .qodef-e-excerpt {
  color: #f26521 !important;
  font-size: 16px;
  font-family: Roboto;
  font-weight: normal;
  margin: 0;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
}
.qodef-swiper-container .qodef-e-title-link {
  color: white !important;
}

/* COOKIES */
.cli-tab-footer .wt-cli-privacy-accept-btn {
  background-color: #f26521;
}
.wt-cli-ckyes-footer-section {
  display: none;
}
.cli_user_consent_state a.cli_manage_current_consent {
  text-decoration: underline !important;
}
body table.cookielawinfo-winter thead th,
body table.cookielawinfo-classic thead tr th {
  background-color: #f26521;
  color: white;
}
body table.cookielawinfo-winter,
body table.cookielawinfo-winter tbody tr,
body table.cookielawinfo-winter tbody td,
body table.cookielawinfo-winter tbody th {
  background: transparent;
}
#cookie-law-info-bar {
  z-index: 12000;
}

/* PAGE CONTENT */
.elementor-element.about-title p {
  font-size: 2em;
  line-height: 1.25em;
  font-family: Roboto;
}
.qodef-shortcode.qodef-section-title .qodef-m-text {
  margin-top: 0px;
}
.qodef-shortcode.qodef-section-title > *:not(first-child) {
  margin-top: 18px !important;
}
.elementor-text-editor > p:first-child {
  margin-top: 0;
}

/* PAGE PORTFOLIO NAVIGATOR */
#qodef-single-portfolio-navigation {
  margin-top: 30px;
  margin-bottom: 60px;
}
#qodef-single-portfolio-navigation > .qodef-m-inner {
  overflow: hidden;
  padding-left: 10px;
  padding-right: 10px;
}
#qodef-single-portfolio-navigation > .qodef-m-inner .qodef-m-nav {
  height: 48px;
  width: 40px;
}
#qodef-single-portfolio-navigation > .qodef-m-inner .qodef-m-nav.qodef--next {
  float: right;
}
#qodef-single-portfolio-navigation
  > .qodef-m-inner
  .qodef-m-nav
  .qodef-m-nav-label {
  display: none;
}
#qodef-single-portfolio-navigation .qodef-m-nav-lines::after,
#qodef-single-portfolio-navigation .qodef-m-nav-lines::before {
  background-color: #4c4d4f !important;
}
#qodef-single-portfolio-navigation
  .qodef-m-nav.qodef--prev:hover
  .qodef-m-nav-lines::before {
  -webkit-transform: translateX(20px) translateY(7px) rotate(45deg);
  -ms-transform: translateX(20px) translateY(7px) rotate(45deg);
  transform: translateX(20px) translateY(7px) rotate(45deg);
}
#qodef-single-portfolio-navigation
  .qodef-m-nav.qodef--prev:hover
  .qodef-m-nav-lines::after {
  -webkit-transform: translateX(20px) translateY(-7px) rotate(-45deg);
  -ms-transform: translateX(20px) translateY(-7px) rotate(-45deg);
  transform: translateX(20px) translateY(-7px) rotate(-45deg);
}
#qodef-single-portfolio-navigation
  .qodef-m-nav.qodef--next:hover
  .qodef-m-nav-lines::before {
  -webkit-transform: translateX(-20px) translateY(7px) rotate(-45deg);
  -ms-transform: translateX(-20px) translateY(7px) rotate(-45deg);
  transform: translateX(-20px) translateY(7px) rotate(-45deg);
}
#qodef-single-portfolio-navigation
  .qodef-m-nav.qodef--next:hover
  .qodef-m-nav-lines::after {
  -webkit-transform: translateX(-20px) translateY(-7px) rotate(45deg);
  -ms-transform: translateX(-20px) translateY(-7px) rotate(45deg);
  transform: translateX(-20px) translateY(-7px) rotate(45deg);
}

/* PAGE WORK */
body #qodef-page-inner {
  padding-bottom: 0px;
}
body.tax-portfolio-category .qodef-content-grid {
  padding-top: 20px !important;
}
.qodef-portfolio-list.qodef-item-layout--info-on-hover .qodef-e-inner {
  border-radius: 10px !important;
  overflow: hidden !important;
}
.qodef-portfolio-list.qodef-item-layout--info-on-hover .qodef-e-image {
  -webkit-transform: none !important;
  -moz-transform: none !important;
  -o-transform: none !important;
  -ms-transform: none !important;
  transform: none !important;
  border-radius: 10px !important;
  overflow: hidden !important;
  -webkit-mask-image: -webkit-radial-gradient(white, black);
}
.qodef-portfolio-list.qodef-item-layout--info-on-hover .qodef-e-content-inner {
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column-reverse;
  padding: 20px;
  background: -webkit-linear-gradient(
    0deg,
    rgba(0, 0, 0, 0.64) 0%,
    rgba(0, 0, 0, 0) 160px
  ) !important;
  background: -o-linear-gradient(
    0deg,
    rgba(0, 0, 0, 0.64) 0%,
    rgba(0, 0, 0, 0) 160px
  ) !important;
  background: linear-gradient(
    0deg,
    rgba(0, 0, 0, 0.64) 0%,
    rgba(0, 0, 0, 0) 160px
  ) !important;
}
.qodef-portfolio-list.qodef-item-layout--info-on-hover
  .qodef-e-content-inner
  .qodef-e-excerpt,
.qodef-portfolio-list.qodef-item-layout--info-on-hover
  .qodef-e-content-inner
  .qodef-e-title {
  text-align: left;
}
.qodef-portfolio-list.qodef-item-layout--info-on-hover
  .qodef-e-content-inner
  .qodef-e-title
  a {
  font-weight: bold;
  font-size: 24px;
}
.qodef-portfolio-list.qodef-item-layout--info-on-hover
  .qodef-e-content-inner
  .qodef-e-title
  a,
.qodef-portfolio-list.qodef-item-layout--info-on-hover
  .qodef-e-content-inner
  .qodef-e-excerpt {
  color: white !important;
}
.qodef-portfolio-list.qodef-item-layout--info-on-hover
  .qodef-e-content-inner
  .qodef-e-excerpt {
  pointer-events: none;
  margin: 0;
  font-family: Roboto;
  font-size: 18px;
}
.qodef-grid.qodef-layout--masonry.qodef-items--fixed .qodef-grid-item img {
  object-fit: cover;
}
@media only screen and (min-width: 1060px) {
  .qodef-portfolio-list.qodef-item-layout--info-on-hover
    .qodef-e-content-inner
    .qodef-e-title
    a {
    font-size: 30px;
  }
}
@media only screen and (max-width: 1023px) {
  .qodef-portfolio-list.qodef-item-layout--info-on-hover {
	  padding: 0 20px;
	}
    .qodef-grid.qodef-responsive--predefined.qodef-col-num--4.qodef-layout--masonry .qodef-grid-masonry-sizer,
  .qodef-grid.qodef-responsive--predefined.qodef-col-num--4.qodef-layout--masonry  > .qodef-grid-inner > .qodef-grid-item{
	margin-bottom: 10px;
    padding-left: 5px;
    padding-right: 5px;
	}
  .qodef-portfolio-list.qodef-item-layout--info-on-hover .qodef-e-content {
    opacity: 1 !important;
  }
  .qodef-portfolio-list.qodef-item-layout--info-on-hover
    .qodef-e-content
    .qodef-e-title {
    -webkit-transform: translateX(0px) !important;
    -ms-transform: translateX(0px) !important;
    transform: translateX(0px) !important;
    opacity: 1 !important;
    visibility: visible !important;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
  .qodef-portfolio-list.qodef-item-layout--info-on-hover
    .qodef-e-content
    .qodef-e-content-inner
    .qodef-e-excerpt {
    visibility: visible !important;
  }
}
@media only screen and (max-width: 680px) {
	
  .qodef-portfolio-list.qodef-item-layout--info-on-hover
    .qodef-e-content
    .qodef-e-content-inner {
    padding: 10px;
  }
  .qodef-portfolio-list.qodef-item-layout--info-on-hover
    .qodef-e-content
    .qodef-e-content-inner
    .qodef-e-excerpt {
    font-size: 16px;
    line-height: 20px;
  }
  .qodef-portfolio-list.qodef-item-layout--info-on-hover
    .qodef-e-content-inner
    .qodef-e-title {
    line-height: 20px;
    margin-bottom: 5px;
  }
  .qodef-portfolio-list.qodef-item-layout--info-on-hover
    .qodef-e-content-inner
    .qodef-e-title
    a {
    font-size: 16px;
    line-height: 16px;
  }
  .qodef-grid.qodef-responsive--predefined.qodef-col-num--4.qodef-layout--masonry .qodef-grid-masonry-sizer,
  .qodef-grid.qodef-responsive--predefined.qodef-col-num--4.qodef-layout--masonry  > .qodef-grid-inner > .qodef-grid-item.qodef-item--square,
  .qodef-grid.qodef-responsive--predefined.qodef-col-num--4.qodef-layout--masonry > .qodef-grid-inner > .qodef-grid-item.qodef-item--portrait {
    width: 50%;
  }
  .qodef-grid.qodef-responsive--predefined.qodef-col-num--4.qodef-layout--masonry
    > .qodef-grid-inner
    > .qodef-grid-item.qodef-item--huge-square {
    height: 80vw !important;
  }
  .qodef-grid.qodef-responsive--predefined.qodef-col-num--4.qodef-layout--masonry
    > .qodef-grid-inner
    > .qodef-grid-item.qodef-item--landscape {
    height: 50vw !important;
  }
}

/* PAGE CASE-STUDIES */
.qodef-portfolio-list.qodef-item-layout--info-image-divided
  .qodef-e.qodef-grid-item.portfolio-item
  .qodef-e-inner {
  border-radius: 10px;
  overflow: hidden;
}
.qodef-grid.qodef-gutter--extra > .qodef-grid-inner > .qodef-grid-item {
  margin-bottom: 50px;
}
.qodef-grid.qodef-gutter--extra.qodef--no-bottom-space {
  margin-bottom: 0 !important;
}
@media only screen and (max-width: 680px) {
  .qodef-portfolio-list.qodef-item-layout--info-image-divided
    .qodef-e.qodef-grid-item.portfolio-item
    .qodef-e-inner
    .qodef-e-content {
    padding-top: 20px;
  }
  .qodef-portfolio-list.qodef-item-layout--info-image-divided
    .qodef-e.qodef-grid-item.portfolio-item {
    margin-bottom: 40px !important;
  }
  .qodef-portfolio-list.qodef-item-layout--info-image-divided {
    margin-bottom: -100px !important;
  }
}
.qodef-portfolio-list.qodef-item-layout--info-image-divided
  .qodef-e.qodef-grid-item.portfolio-item
  .qodef-e-inner
  .qodef-e-content {
  align-self: flex-end;
}
.qodef-portfolio-list.qodef-item-layout--info-image-divided
  .qodef-e.qodef-grid-item.portfolio-item
  .qodef-e-inner
  .qodef-e-media-image {
  border-radius: 10px;
  overflow: hidden;
  -webkit-transform: none !important;
  -moz-transform: none !important;
  -o-transform: none !important;
  -ms-transform: none !important;
  transform: none !important;
  -webkit-mask-image: -webkit-radial-gradient(white, black);
}
.qodef-portfolio-list.qodef-item-layout--info-image-divided
  .qodef-e.qodef-grid-item.portfolio-item
  .qodef-e-inner
  .qodef-e-image
  img {
  transition-timing-function: ease-out;
  -webkit-transform: scale(1.3) !important;
  -moz-transform: scale(1.3) !important;
  -o-transform: scale(1.3) !important;
  -ms-transform: scale(1.3) !important;
  transform: scale(1.3) !important;
  webkit-filter: none;
  filter: none;
  max-height: 230px;
  object-fit: cover;
}
.qodef-portfolio-list.qodef-item-layout--info-image-divided
  .qodef-e.qodef-grid-item.portfolio-item
  .qodef-e-inner
  .qodef-e-content
  p,
.qodef-portfolio-list.qodef-item-layout--info-image-divided
  .qodef-e.qodef-grid-item.portfolio-item
  .qodef-e-inner
  .qodef-e-content
  .qodef-m-text {
  -webkit-transition: color 0.2s ease-out;
  -o-transition: color 0.2s ease-out;
  transition: color 0.2s ease-out;
}

.qodef-portfolio-list.qodef-item-layout--info-image-divided
  .qodef-e.qodef-grid-item.portfolio-item
  .qodef-e-inner
  .qodef-e-title
  a,
.qodef-portfolio-list.qodef-item-layout--info-image-divided
  .qodef-e.qodef-grid-item.portfolio-item
  .qodef-e-inner
  .qodef-e-excerpt,
.qodef-portfolio-list.qodef-item-layout--info-image-divided
  .qodef-e.qodef-grid-item.portfolio-item
  .qodef-e-inner
  .qodef-e-read-more
  span.qodef-m-text {
  color: #4c4d4f !important;
}
.qodef-portfolio-list.qodef-item-layout--info-image-divided
  .qodef-e.qodef-grid-item.portfolio-item
  .qodef-e-inner
  .qodef-e-excerpt {
  font-size: 30px;
  margin: 0;
  font-family: Roboto;
  font-weight: 300;
}
.qodef-portfolio-list.qodef-item-layout--info-image-divided
  .qodef-e.qodef-grid-item.portfolio-item
  .qodef-e-inner
  .qodef-e-read-more {
  margin-top: 0;
}
.qodef-portfolio-list.qodef-item-layout--info-image-divided
  .qodef-e.qodef-grid-item.portfolio-item
  .qodef-e-inner
  .qodef-e-read-more
  span.qodef-m-text {
  font-weight: 300;
  font-family: Roboto Condensed;
  font-size: 16px;
  padding-right: 25px;
}
@media only screen and (max-width: 1024px) {
  .qodef-portfolio-list.qodef-item-layout--info-image-divided
  .qodef-e.qodef-grid-item.portfolio-item
  .qodef-e-inner.qodef-e--isHovered
  .qodef-e-content
  .qodef-m-lines::before,
.qodef-portfolio-list.qodef-item-layout--info-image-divided
  .qodef-e.qodef-grid-item.portfolio-item
  .qodef-e-inner.qodef-e--isHovered
  .qodef-e-content
	.qodef-m-lines::after {
		-webkit-transform: none!important;
		-ms-transform: none!important;
		transform: none!important;
	}
}

@media only screen and (min-width: 1025px) {
	.qodef-portfolio-list.qodef-item-layout--info-image-divided
  .qodef-e.qodef-grid-item.portfolio-item
  .qodef-e-inner.qodef-e--isHovered
  .qodef-e-content
  p,
.qodef-portfolio-list.qodef-item-layout--info-image-divided
  .qodef-e.qodef-grid-item.portfolio-item
  .qodef-e-inner.qodef-e--isHovered
  .qodef-e-content
  .qodef-m-text,
.qodef-portfolio-list.qodef-item-layout--info-image-divided
  .qodef-e.qodef-grid-item.portfolio-item
  .qodef-e-inner.qodef-e--isHovered
  .qodef-e-content
  a {
  color: #f26521 !important;
}
.qodef-portfolio-list.qodef-item-layout--info-image-divided
  .qodef-e.qodef-grid-item.portfolio-item
  .qodef-e-inner.qodef-e--isHovered
  .qodef-e-content
  .qodef-m-lines::before,
.qodef-portfolio-list.qodef-item-layout--info-image-divided
  .qodef-e.qodef-grid-item.portfolio-item
  .qodef-e-inner.qodef-e--isHovered
  .qodef-e-content
  .qodef-m-lines::after {
  background-color: #f26521 !important;
}
}

@media only screen and (max-width: 680px) {
  .qodef-portfolio-list.qodef-item-layout--info-image-divided .qodef-e-inner {
    align-items: center;
  }
  .qodef-portfolio-list.qodef-item-layout--info-image-divided
    .qodef-e.qodef-grid-item.portfolio-item
    .qodef-e-inner
    .qodef-e-content {
    align-self: center;
    text-align: center;
  }
}
