/*   
	Theme Name:         Studio Campo ACF Theme Child
	Theme URI:          https://studiocampo.nl
	Description:        Studio Campo ACF theme.
	Author:             Studio Campo
	Author URI:         https://studiocampo.nl
	Version:			2.1
    Template:           sc-theme-acf
	License:            GNU General Public License v3 or later.
	License URI:        https://www.gnu.org/licenses/gpl-3.0.html
	Text Domain:        scthemechild
*/

/*
* Global
*/
body {
  background-color: #fff;
}

h1:before,
h2:before,
h3:before {
  content: "";
  width: 170px;
  height: 3px;
  background: #6a1549;
  margin-bottom: 20px;
  display: block;
}
.sc-before-center .sc-content-title:before {
  margin: 0 auto 20px;
}
.sc-button a {
  padding: 6px 14px 9px;
}
.sc-neotech {
  font-family: neotech, sans-serif;
}
.sc-testimonial,
.sc-model-testimonial {
  font-size: 30px;
  line-height: 1.5;
  text-align: center;
}
@media (min-width: 900px) {
  .sc-testimonial,
  .sc-model-testimonial {
    font-size: 30px;
    line-height: 1.5;
  }
}
@media (max-width: 899px) {
  .sc-testimonial,
  .sc-model-testimonial {
    font-size: 18px;
    line-height: 1.5;
  }
}
.sc-testimonial:before {
  content: "";
  width: 180px;
  height: 2px;
  background: #fff;
  margin-bottom: 20px;
  display: inline-block;
}
.sc-paars .sc-inner-container {
  padding-top: 50px;
  padding-bottom: 50px;
}
.sc-paars-top .sc-inner-container {
  margin-top: -160px;
}
@media (min-width: 1181px) {
  .sc-paars-bottom .sc-inner-container {
    margin-bottom: -160px;
  }
}
@media (max-width: 1180px) {
  .sc-paars-bottom .sc-inner-container {
    margin-bottom: -70px;
  }
}
.sc-paars .sc-before-inner-container {
  background: #6a1549;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
}
@media (min-width: 1280px) {
  .sc-paars .sc-before-inner-container {
    left: calc((100% - 1240px) / 2 - 7vw);
  }
}
@media (max-width: 1279px) and (min-width: 1023px) {
  .sc-paars .sc-inner-container {
    margin-left: 60px;
  }
  .sc-paars .sc-content {
    max-width: calc(100% - 90px);
  }
}
@media (max-width: 1279px) {
  .sc-paars .sc-before-inner-container {
    left: 0;
  }
}
@media (min-width: 900px) {
  h1 {
    font-size: 53px;
  }
  h2 {
    font-size: 35px;
  }
  h3 {
    font-size: 25px;
  }
}
@media (max-width: 899px) {
  h1 {
    font-size: 28px;
  }
  h2 {
    font-size: 26px;
  }
  h3 {
    font-size: 20px;
  }
}
.sc-page-header-video .sc-videobg {
  position: absolute;
  object-fit: cover;
  width: 100vw;
  max-width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}

/*
* Wit content
*/
.sc-content-wit,
.sc-content-wit .sc-intro-title,
.sc-content-wit .sc-content-title {
  color: #fff;
}
.sc-content-wit .sc-button a {
  color: #fff;
  border-color: #fff;
}
.sc-content-wit p a {
  color: #fff !important;
  text-decoration: underline;
}
.sc-content-wit p a:hover {
  text-decoration: none;
}
.sc-content-wit h1:before,
.sc-content-wit h2:before {
  background: #fff;
}

/*
* Afbeelding
*/
.sc-left-border img {
  border-bottom-left-radius: 200px;
}
.sc-right-border img {
  border-bottom-right-radius: 200px;
}

/* Header */
#menu-main-menu .sub-menu {
  background: #000 !important;
}
#menu-main-menu .sub-menu a {
  color: #fff !important;
  text-transform: none !important;
}
#menu-main-menu .sub-menu a:hover {
  color: #6a1549 !important;
}

/*
* Menu
*/
@media (min-width: 1026px) {
  header.site-header #primary-navigation .primary > li.current_page_item {
    border-bottom: 1px solid #fff;
  }
}
.mobile-menu-extra p svg {
  fill: #6a1549;
}

/*
* Home 
*/
body.home #siteHeader {
  z-index: 11;
}
body.home #siteMain {
  z-index: 1;
}
body.home #pageHeader {
  z-index: 0;
}
@media (min-width: 900px) {
  body.home section[data-sc="row2"] {
    padding-top: 24px;
  }
  body.home section[data-sc="row3"] {
    padding-bottom: 180px;
    padding-top: 80px;
  }
  body.home section[data-sc="row4"] {
    padding-bottom: 100px;
  }
  body.home section[data-sc="row4"] img {
    position: absolute;
    z-index: 1;
    top: -20px;
  }
  body.home section[data-sc="row5"] {
    padding-top: 440px;
    padding-bottom: 140px;
    margin-top: 50px;
  }
  body.home section[data-sc="row6"] {
    z-index: 1;
  }
}
@media (max-width: 899px) {
  body.home section[data-sc="row2"] .sc-inner-container {
    margin-top: -40px;
  }
  body.home section[data-sc="row3"] {
    padding-bottom: 70px;
  }
  body.home section[data-sc="row4"] {
    padding-bottom: 190px;
  }
  body.home section[data-sc="row5"] {
    padding-bottom: 70px;
  }
  body.home section[data-sc="row5"] .sc-inner-container {
    margin-top: -150px;
  }
  body.home section[data-sc="row6"] {
    padding-bottom: 40px;
  }
}

/*
* Page header - niet voor home pagina
*/
.sc-qook-intro .sc-widget-subtitle span {
  color: #3d3d3d;
  font-family: sofia pro, sans-serif;
}
@media (min-width: 900px) {
  .sc-qook-intro .sc-widget-subtitle span {
    font-size: 25px;
  }
}
@media (max-width: 899px) {
  .sc-qook-intro .sc-widget-subtitle span {
    font-size: 20px;
  }
}
.sc-qook-intro .sc-content-title {
  color: #6a1549;
}
.sc-qook-intro .sc-content-title:before {
  background-color: #a5a5a5;
}
.sc-qook-intro .sc-widget-content {
  max-width: 1020px;
  margin: auto;
}

/*
* Productinformatie
*/
@media (min-width: 900px) {
  body.page-id-643 section[data-sc="row3"] {
    padding-bottom: 180px;
    padding-top: 80px;
  }
  body.page-id-643 section[data-sc="row4"] {
    padding-bottom: 100px;
  }
  body.page-id-643 section[data-sc="row4"] img {
    position: absolute;
    z-index: 1;
    top: -100px;
  }
  body.page-id-643 section[data-sc="row5"] {
    padding-top: 290px;
    padding-bottom: 170px;
    margin-top: 50px;
  }
}
@media (max-width: 899px) {
  body.page-id-643 section[data-sc="row3"] {
    padding-bottom: 70px;
  }
  body.page-id-643 section[data-sc="row5"] {
    padding-top: 70px;
    padding-bottom: 20px;
  }
}

/*
* Stappenplan
*/
/*@media (min-width:767px) {
	.page-id-670 .sc-slider-container .lSAction {
		display:none;
	}
}*/

/*
* Over ons
*/
@media (min-width: 900px) {
  body.page-id-699 section[data-sc="row3"] {
    padding-bottom: 100px;
  }
  body.page-id-699 section[data-sc="row3"] img {
    position: absolute;
    z-index: 1;
    top: -20px;
  }
  body.page-id-699 section[data-sc="row4"] {
    padding-top: 280px;
    padding-bottom: 100px;
  }
}

/*
* Dealers
*/
@media (min-width: 900px) {
  .sc-qook-dealers-onder {
    background-image: linear-gradient(180deg, black 70%, white 70%);
    background-color: none;
  }
}
.sc-qook-dealers .sc-widget-content {
  background: white;
  color: initial;
  border-bottom-right-radius: 160px;
  box-shadow: 0 0 8px rgb(0 0 0 / 40%);
}
@media (min-width: 900px) {
  .sc-qook-dealers .sc-widget-content {
    padding: 30px 50px;
  }
}
@media (max-width: 899px) {
  .sc-qook-dealers .sc-widget-content {
    padding: 30px;
  }
}
.sc-qook-dealers .sc-widget-content img {
  margin-bottom: 40px;
}
.sc-qook-dealers h2 {
  color: #fff;
}
.sc-qook-dealers h2:before {
  background-color: #fff;
}
.sc-qook-dealers .sc-widget:not(.sc-widget-title) {
  margin-bottom: 30px;
}
@media (max-width: 899px) {
  .sc-qook-dealers .sc-column:first-of-type {
    padding-bottom: 0;
  }
  .sc-qook-dealers .sc-column .sc-widget-spacer {
    padding-top: 0 !important;
    margin-bottom: 0;
  }
}

.sc-qook-dealers {
  background: #000;
  padding-top: 0;
  padding-bottom: 0;
}

.sc-qook-dealers .sc-content-title {
  margin-top: 60px;
}

/*
* Contact 
*/
.sc-form {
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.4);
  border-bottom-right-radius: 160px;
}
.sc-form input[type="submit"] {
  color: #6a1549;
  border-color: #6a1549;
}
.sc-form input[type="submit"]:hover {
  color: #fff;
}
.sc-contact-info .sc-content {
  width: 1020px;
}
@media (min-width: 900px) {
  .sc-contact-info .sc-column-50:first-of-type {
    width: 70%;
  }
  .sc-contact-info .sc-column-50:last-of-type {
    width: 30%;
  }
}
.sc-contact-info .sc-text {
  font-size: 16px;
}
.sc-contact-info a {
  color: #3d3d3d;
}
.sc-contact-info a:hover,
.sc-contact-info svg,
.sc-contact-info strong {
  color: #6a1549;
}
.sc-contact-info .sc-sm-icon {
  margin-right: 22px;
}
.sc-contact-info .sc-sm-icon svg {
  width: 20px !important;
  height: 20px !important;
}
.sc-widget-map iframe {
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
}
.sc-widget-map iframe:hover {
  filter: inherit;
  -webkit-filter: inherit;
}

/*
* Slider
*/
.sc-qook-slider .sc-slider-content {
  width: auto;
}
@media (min-width: 900px) {
  .sc-qook-slider .sc-slider-content {
    width: auto;
    margin-bottom: 160px;
  }
  .sc-qook-slider .sc-content-subtitle {
    margin-bottom: 20px;
  }
}
@media (max-width: 899px) {
  .sc-qook-slider .sc-slider-content {
    width: auto;
    margin-bottom: 40px;
  }
  .sc-qook-slider .sc-content-subtitle {
    margin-bottom: 14px;
  }
}
@media (max-width: 767px) {
  .sc-slider-container {
    min-height: 80vh !important;
  }
  .sc-slider-container .lSAction {
    display: none !important;
  }
}
.sc-qook-slider .sc-button a {
  text-transform: initial;
  font-weight: 400;
  color: #6a1549;
  border-color: #6a1549;
}
.sc-qook-slider .sc-button a:hover {
  color: #fff;
}
.sc-qook-slider .lSAction {
  max-width: 1240px;
  left: 50%;
  top: 60%;
  transform: translateX(-50%) translateY(-40%);
  -webkit-transform: translateX(-50%) translateY(-40%);
  -moz-transform: translateX(-50%) translateY(-40%);
  -ms-transform: translateX(-50%) translateY(-40%);
  -o-transform: translateX(-50%) translateY(-40%);
}
@media (max-width: 899px) {
  .sc-qook-slider .lSAction {
    top: 30%;
    transform: translateX(-50%) translateY(-70%);
    -webkit-transform: translateX(-50%) translateY(-70%);
    -moz-transform: translateX(-50%) translateY(-70%);
    -ms-transform: translateX(-50%) translateY(-70%);
    -o-transform: translateX(-50%) translateY(-70%);
  }
}
.sc-qook-slider .lSSlideOuter .lSPager.lSpg > li a {
  border-radius: 0;
  background: rgba(255, 255, 255, 0.5);
  width: 10px;
  height: 10px;
}
.sc-qook-slider .lSSlideOuter .lSPager.lSpg > li.active a {
  background: #fff;
}
.sc-qook-slider .lSPager {
  margin-top: 0;
  position: absolute;
  bottom: 50px;
  left: 50%;
  transform: translateX(-50%) !important;
}
@media (min-width: 900px) {
  .sc-qook-slider .lSPager {
    bottom: 50px;
  }
}
@media (max-width: 899px) {
  .sc-qook-slider .lSPager {
    bottom: 20px;
  }
}
.sc-qook-slider .lSAction > .lSPrev {
  background-position: 0 34px;
  opacity: 1;
}
.sc-qook-slider .lSAction > .lSNext {
  background-position: -32px 34px;
  opacity: 1;
}
@media (min-width: 769px) {
  .sc-qook-slider .sc-slider-content {
    margin-left: auto;
    margin-right: auto;
  }
}

/*
* Footer
*/
#siteFooter .footer-widget-1st img {
  display: inline-block;
  width: auto;
  margin: 0;
  margin-left: 6px;
  margin-bottom: -2px;
}
#siteFooter .sc-sm-icon svg {
  fill: #fff !important;
}
#siteFooter .sc-sm-icon:hover svg {
  fill: #6a1549 !important;
}
@media (max-width: 899px) {
  #siteFooter .footer-widget-1st .sc-widget-title,
  #siteFooter .footer-widget-1st .sc-widget-content p:first-of-type,
  #siteFooter .footer-widget-2nd {
    display: none;
  }
  #siteFooter .footer-widget-1st {
    order: 5;
    padding-bottom: 0;
  }
  #siteFooter .footer-widget-3rd {
    padding-bottom: 30px;
  }
}
#footer-img {
  width: 59px !important;
  height: 50px !important;
}
footer .wpml-ls-legacy-list-horizontal {
  padding: 0 !important;
}

/*
* Portfolio details pagina
*/
.sc-portfolio-header {
  min-height: 30vh;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media (min-width: 421px) {
  .sc-portfolio-header {
    background-image: url(../../uploads/2023/04/Header_portfolio_detailpagina.jpg);
  }
}
@media (max-width: 420px) {
  .sc-portfolio-header {
    background-image: url(../../uploads/2023/04/Header_portfolio_detailpagina_mob.jpg);
  }
}
@media (min-width: 1026px) {
  .sc-portfolio-header {
    padding-top: 300px;
  }
}
@media (max-width: 1025px) {
  .sc-portfolio-header {
    padding: 60px 0;
  }
}
.sc-portfolio-intro .sc-text {
  font-weight: 600;
}
@media (min-width: 900px) {
  .sc-portfolio-intro .sc-portfolio-terug a {
    font-size: 25px;
  }
}
@media (max-width: 899px) {
  .sc-portfolio-intro .sc-portfolio-terug a {
    font-size: 20px;
  }
}
.sc-portfolio-details {
  background: #000;
}
.sc-portfolio-testimonial .sc-content {
  width: 1020px;
}
.sc-portfolio-testimonial .sc-widget {
  text-align: center;
}
@media (max-width: 899px) {
  .sc-portfolio-testimonial {
    padding-top: 0;
  }
  .sc-portfolio-testimonial .sc-inner-container {
    margin-top: 0;
  }
}
.sc-portfolio-gallery {
  padding-bottom: 0;
}
@media (min-width: 900px) {
  .sc-portfolio-with-testimonial {
    padding-bottom: 160px;
  }
}
.sc-portfolio-gallery .sc-content-title {
  margin-bottom: 30px;
}
.sc-portfolio-gallery .lSAction {
  display: none !important;
}

.sc-modellen {
  padding: 0;
}
@media (min-width: 1250px) {
  .sc-model-bij-portfolio .sc-model-box {
    width: 33.33% !important;
  }
}

/*
* Portfolio overzicht shortcode
*/
@media (min-width: 900px) {
  .sc-portfolio {
    margin-top: 60px;
  }
}
@media (max-width: 899px) {
  .sc-portfolio {
    margin-top: 30px;
  }
}
.sc-portfolio .sc-portfolio-container {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
@media (min-width: 900px) {
  .sc-portfolio .sc-portfolio-3-row .sc-portfolio-box {
    width: 33.3333%;
  }
}
@media (max-width: 899px) {
  .sc-portfolio .sc-portfolio-3-row .sc-portfolio-box {
    width: 100%;
  }
}

.sc-portfolio .sc-portfolio-box {
  display: flex;
  flex-wrap: wrap;
  overflow: hidden;
  width: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

@media (min-width: 900px) {
  .sc-portfolio .sc-portfolio-box {
    height: 340px;
    transition: all 0.2s ease-in;
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    -ms-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
  }
  .sc-portfolio .sc-portfolio-box:hover {
    z-index: 1;
    box-shadow: 0 4px 10px #000 !important;
    transform: scale(1.05);
  }
}
@media (max-width: 899px) {
  .sc-portfolio .sc-portfolio-box {
    height: 260px;
  }
  .sc-portfolio .sc-portfolio-box:hover {
    z-index: 1;
    box-shadow: 0 4px 10px #000 !important;
  }
}
.sc-portfolio .sc-portfolio-box:hover {
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.4);
}
.sc-portfolio .sc-portfolio-box .sc-box-content {
  align-self: flex-end;
  width: 100%;
}
.sc-portfolio .sc-portfolio-box .sc-box-content span {
  width: 100%;
  text-align: center;
  font-weight: 600;
  display: block;
}
.sc-portfolio .sc-portfolio-box .sc-portfolio-title {
  font-size: 18px;
  text-align: center;
  background: rgba(255, 255, 255, 0.9);
  color: #3d3d3d;
  padding-top: 6px;
}
.sc-portfolio .sc-portfolio-box .sc-portfolio-categorie {
  font-size: 17px;
  color: #fff;
  background: rgba(106, 21, 73, 0.9);
}
.sc-portfolio .sc-portfolio-box .sc-portfolio-locatie {
  font-size: 18px;
  color: #6a1549;
  background: rgba(255, 255, 255, 0.9);
  padding-bottom: 6px;
}

.lightSlider {
  height: auto !important;
}

/* Modellen overzicht shortcode */
.sc-modellen .sc-modellen-container {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
@media (min-width: 900px) {
  .sc-modellen .sc-modellen-2-row .sc-model-box {
    width: 50%;
  }
}
@media (max-width: 899px) {
  .sc-model .sc-modellen-2-row .sc-modellen-box {
    width: 100%;
  }
}
.sc-modellen .sc-model-box {
  display: flex;
  flex-wrap: wrap;
  overflow: hidden;
  width: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  aspect-ratio: 5/3;
}
@media (min-width: 900px) {
  .sc-modellen .sc-model-box {
    transition: all 0.2s ease-in;
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    -ms-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
  }
  .sc-modellen .sc-model-box:hover {
    z-index: 1;
    box-shadow: 0 4px 10px #000 !important;
    transform: scale(1.05);
  }
}
@media (max-width: 899px) {
  .sc-modellen .sc-model-box:hover {
    z-index: 1;
    box-shadow: 0 4px 10px #000 !important;
  }
}
.sc-modellen .sc-model-box:hover {
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.4);
}
.sc-modellen .sc-model-box .sc-box-content {
  align-self: flex-end;
  width: 100%;
  text-align: center;
  color: #fff;
  background: #6a1549;
  padding: 5px;
}
.sc-modellen .sc-model-title,
.sc-modellen .sc-box-content span {
  display: inline;
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  font-family: sofia pro, sans-serif;
}
.sc-modellen .sc-model-title:before {
  display: none;
}

/* Modellen CTA */
@media (min-width: 900px) {
  .sc-modellen-cta {
    width: 50%;
  }
}
.sc-modellen-cta {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 50px;
  background: #fff;
  aspect-ratio: 5/3;
}
@media (max-width: 899px) {
  .sc-model .sc-modellen-2-row .sc-modellen-cta {
    width: 100%;
  }
}

/* Modellen detailpagina */
.sc-modellen-header {
  aspect-ratio: 5/3;
  /* margin-top: 90px; */
}
@media (max-width: 1025px) {
  .sc-modellen-header {
    margin-top: 60px;
  }
}
.sc-model-intro-tekst {
  font-weight: bold;
}
.sc-model-details {
  background: #000;
  padding-bottom: 140px;
}
.sc-model-usps-content {
  display: flex;
  align-items: center;
  color: #6a1549;
  font-size: 20px;
  line-height: 1.3;
  margin-bottom: 25px;
}
.sc-model-usps-content img {
  width: 20px;
  margin-right: 15px;
  margin-bottom: -3px;
}
.sc-model-gallery h2 {
  text-align: center;
}
.sc-model-gallery .sc-portfolio-container {
  justify-content: center;
}
.model-slider .sc-slider-box {
  aspect-ratio: 4/2;
  height: auto;
}
@media (max-width: 767px) {
  .model-slider .sc-slider-container {
    min-height: 0 !important;
  }
}

.modellen-cta .sc-widget-content {
  font-size: 20px;
  text-align: center;
}
.modellen-cta .sc-button {
  text-align: center;
}

/* Service pagina */
.sc-before-center .sc-intro-title:before {
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 900px) {
  .sc-service-zwart {
    padding-bottom: 160px;
  }
  .sc-omhooggevallen-img {
    margin-top: -160px !important;
  }
}
.sc-onderhoudsvoordelen {
  min-height: 440px;
}
.sc-onderhoudsvoordelen h3:before {
  display: none;
}
.sc-onderhoudsvoordelen ul {
  color: #6a1549;
}
.sc-cta-sectie .sc-text {
  font-size: 20px !important;
}
