/*
 Theme Name:   Silvertheme Child
 Theme URI:    https://www.silverfish.nl/
 Description:  SilverTheme Child Theme
 Author:       Silverfish
 Author URI:   https://www.silverfish.nl
 Template:     silvertheme
 Version:      7.0
*/

:root {	
  --main: #3C56A4;
  --secondary: #C5995C;
  --grey: #464547;
  --lightgold: #F9EDE2;
  --oranje: #ea734e;
  --font: "Bellota Text", sans-serif;
  --subfont: "Bellota Text", sans-serif;
  --naam: "lindsey-signature", sans-serif;
}

html {scroll-behavior:smooth;}

* { font-family:var(--font); } /* Zelfde font overal */

.site-header hgroup, #main, .form-inner, .services-inner, .logos-inner, .driekolommen-inner, .titel-3, .vierkolommen-inner, .titel-4, .titel-foto-links, .foto-links-inner, .titel-foto-rechts, .foto-rechts-inner, .alg-tekstblok-inner, .form-foto-inner, .footercols { max-width: 1440px; margin: 0 auto; }
body.mceContentBody { 
   background: #e3e3e3; 
   color:#000;
}

.wp-block-group.alignfull, 
  .wp-block-cover.alignfull {
    padding-left: 0;
    padding-right: 0;
    width: 100vw;
    max-width: 100vw;
    margin-left: calc(-50vw + 50%);
  }

.volledige-breedte {
    width: 100vw;
    max-width: 100%; background:var(--main);
}

/* Algemeen */
h1, .entry-title { font-family:var(--font); font-size:40px; color:var(--oranje); line-height:1.2; width: 70%;}
h2 { font-family:var(--font); font-size:36px; color:var(--secondary); line-height:1.2; }
h3 { font-family:var(--font); font-size:33px;color:var(--secondary); line-height:1.2;}
h4 { font-family:var(--naam); font-size:50px;color:var(--secondary); line-height:1.2; font-weight:bold;}

a {color:var(--main); text-decoration:underline;}
a:hover {color:var(--zwart);}

.page-id-522 h1{width: 100%; text-align:center;}

.button {
  background:var(--main);
  padding:8px 15px;
  box-sizing: border-box;
  font-family:var(--font);
  font-size:21px;
  color:white;
  display:inline-block;
  margin-top:15px;
  border-radius:10px;
  text-decoration:none;
}
.button:hover {
  background:var(--secondary);
  color:white;
}

.button::after {
  content: " \f061";
  font-family: "Font Awesome 5 Free";
  font-weight: 900; /* afhankelijk van het icoon-type */
  margin-left: 10px;
  font-size: 20px;
}

/* Buttons Gutenberg */
.wp-block-button__link {
  color: white!important;
  background-color: var(--main)!important;
  border-radius: 10px;
  box-shadow: none;
  text-decoration: none;
  padding:8px 15px;
  font-size:21px;
  margin-top:15px;
}

.wp-block-button__link:hover {
  background-color: var(--secondary)!important;
}

.wp-block-button__link::after {
  content: " \f061";
  font-family: "Font Awesome 5 Free";
  font-weight: 900; /* afhankelijk van het icoon-type */
  margin-left: 10px;
  font-size: 20px;
}

ul li::marker{
    color: var(--main); font-size: 1.2em;
}

/* Header */
.site-header { position:fixed; top:0; left:0; right:0; z-index:99; padding-top:4em; width:100%; transition:all .3s ease; background: var(--lightgold);}
.site-header.fixed { margin-top:0; padding-top:1em; background:var(--lightgold); }
.site-header.fixed .site-logo img { width:200px; }
.site-header hgroup { position:relative; margin:0 auto; padding:0; background:0; display:flex; justify-content:space-between; align-items:center; }
.site-header hgroup.logo-left .site-logo { order:1; }
.site-header hgroup.logo-left .main-navigation { order:2; }
.site-header hgroup.logo-left .mobile-button { order:2; }
.site-header hgroup.logo-middle { display:block; }
.site-header hgroup.logo-middle .main-navigation { text-align:center; }
.site-header hgroup.logo-middle .mobile-button { position:absolute; left:0; top:0; }
.site-header hgroup.logo-middle .site-logo { text-align:center; }
.site-header hgroup.logo-right .site-logo { order:2; }
.site-header hgroup.logo-right .main-navigation { order:1; }
.site-header hgroup.logo-right .mobile-button { order:1; }

.site-logo img { width:300px; transition:all .3s ease; }

/* Menu */
.main-navigation { background:0; padding:0; }
.main-navigation li { background:0; padding:0; }
.main-navigation li a {
  background:none;
  color:var(--main);
  font-size:18px;
  padding:3px 15px 4px 15px;
  box-sizing:border-box;
  margin-right:0.5em;
  display:flex;
  align-items:center;
}
.main-navigation li a:hover {color:var(--secondary);}
.main-navigation a { font-size: 18px !important; padding: 0 15px !important; }
.main-navigation ul { width: 100%; line-height:2.5; }
.main-navigation li { padding: 0; margin:0; text-align: right; }
.main-navigation li.current_page_parent a,
.main-navigation li.current-menu-item a,
.main-navigation li.current-menu-parent a {  color:var(--main); text-decoration: underline;}
.main-navigation ul ul { top: 36px; margin-top:9px; width:auto; min-width:280px; background:var(--lightgold); border: none; color:var(--main);}
.main-navigation ul ul li { width:100%; background:none; }
.main-navigation ul ul a { width:auto; text-align: left; padding:.5em 1em; color:var(--main);}
.main-navigation ul ul a:hover { color:var(--secondary);}
.main-navigation ul ul li.current-menu-item a { text-decoration: underline; color:var(--main);}

.mobile-button { display:none; font-size:50px; cursor:pointer; }
.mobile-menu { display:none; }

/* Content */
.home #banner {padding-bottom: 150px;}
#banner {width: 100%; padding-bottom: 0px; background: var(--lightgold);}

.banner-inner { position:relative; }
.home #banner .banner-slide img { height:600px; object-position:top left; width: 65%; margin-top: 200px; }

#banner .banner-slide img {
  height: 450px;
  object-fit: cover;
  object-position: center left;
  width: 100%;
  margin-top: 230px;
  position: relative;
  margin-left: auto;
}

.home #banner .banner-slide img {  }

.banner-slide video {width: 100%; height: auto; object-fit: cover; }
.slick-slide {background: var(--lightgold);}

/* Geen bannerfoto */
.page-template-paginazonderbanner #mainContainer {margin-top: 195px; }
.page-template-paginazonderbanner #banner { display:none; }

/* Homepage */
.foto-rand {
  border-left: 3px solid var(--secondary);
  border-bottom: 3px solid var(--secondary); 
  display: inline-block;
  padding: 28px;
}
.foto-rand img{width:80%;}
.foto img{margin-left: -50px; width: 90%;}

/* Rand om tekstblok */
.journey-rand{border:3px solid var(--secondary); padding:20px;}


/* Slider */
.wp-block-gutsliders-any-content .swiper-container-outer {
  background: none !important;
}

/* Extra volgpagina */
#extra{margin-top: -48px; background: var(--lightgold);}
.extra-inner{}

.titel-4{font-family:var(--font); font-size:36px; color:var(--main); padding-top: 50px;}
.vierkolommen-inner{display:grid; grid-template-columns:repeat(auto-fit, minmax(200px, 2fr)); grid-gap:2em; font-family:var(--font); font-size:19px; color:var(--main);}

.titel-3{font-family:var(--font); font-size:36px; color:white; padding-top: 50px;}
.driekolommen-inner{display:grid; grid-template-columns:repeat(auto-fit, minmax(200px, 2fr)); grid-gap:2em; font-family:var(--font); font-size:19px; color:var(--main);}
.driekolommen{background:var(--main); margin-bottom: 50px; margin-top: 50px;}
.driekolommen-blok{background: var(--lightgold); padding: 30px; margin-bottom:50px;}

.quote{font-family:var(--font); font-size:36px; color:white; padding-top: 50px; padding-bottom: 50px; background:var(--secondary); text-align:center;}

.titel-foto-links{font-family:var(--font); font-size:36px; color:var(--main); }
.foto-links-inner{display:grid; grid-template-columns:repeat(auto-fit, minmax(100px, 2fr)); grid-gap:2em; margin-top: 50px;}
.foto-links img{width: 100%; max-height: 500px; object-fit: cover;}
.foto-links-tekst{font-family:var(--font); font-size:19px; color:var(--grey);}
#foto-tekst{margin-top: 50px; margin-bottom: 50px;}

.titel-foto-rechts{font-family:var(--font); font-size:36px; color:var(--main);}
.foto-rechts-inner{display:grid; grid-template-columns:repeat(auto-fit, minmax(100px, 2fr)); grid-gap:2em; margin-top: 50px;}
.foto-rechts img{width: 100%; max-height: 500px; object-fit: cover;}
.foto-rechts-tekst{font-family:var(--font); font-size:19px; color:var(--grey);}

#alg-tekstblok{margin-top: 50px; margin-bottom: 50px;}
.alg-tekstblok-inner{color: var(--grey); font-family: var(--subfont); font-size: 19px;}

#mainContainer { padding:0; background: var(--lightgold) url("https://masterfieldmc.com/wp-content/uploads/watermerk.svg") no-repeat top right; background-size: 200px auto; padding-bottom: 200px;}
.home #mainContainer {padding-bottom: 0px; padding-top: 100px;}
#main { overflow:visible; }
#primary, #content { width:100%; margin:0; padding:0; }

.home .tekstvlak-inner{position: absolute;
left: 2em;
right: 52%;
top: 35%;
z-index: 9;
width: 36%;
text-align: left;
color: var(--main); 
font-family:var(--font);
font-size: 19px;
background-image: url("https://masterfieldmc.com/wp-content/uploads/bg-header.svg");
  background-size: cover;
  background-position: left;
  background-repeat: no-repeat;
padding:50px;
}

#tekstvlak h1{color:var(--secondary); font-size:40px;}
#tekstvlak h4{color:var(--oranje); font-size:60px; font-weight: bold; letter-spacing: 4px;}

/* Article */
.hentry { position:relative; border:0; padding:4em 0; }
.entry-title, .page-title { }

.entry-wrap { display:grid; grid-template-columns:repeat(auto-fit, minmax(400px, 2fr)); grid-gap:2em; }
.entry-content, .entry-summary {
  margin:0;
  font-family:var(--font);
  font-size:21px;
  color:var(--grey);
}
.entry-content p:last-child { margin:0; }
.entry-content a{color:var(--main);}

.sterkepunten{color:var(--main);}
.sterkepunten h2{color:var(--main);}
.sterkepunten ul {line-height: 2;}

.beeldmerk {
  width: 200px; 
  background: url("https://masterfieldmc.com/wp-content/uploads/beeldmerk.svg") no-repeat;
  margin-top: -70px;
  margin-left: auto;
  margin-right: auto;
}

/* Reviews*/
#reviews{padding-top: 100px; padding-bottom: 200px;}
.reviews-inner{ font-family:var(--font); font-size:21px; color:var(--secondary);}
.reviews-inner .button{background:var(--secondary);}
.reviews-inner .button:hover{background:var(--main);}

/* Formulier*/
#form-foto{background: url("https://masterfieldmc.com/wp-content/uploads/bg-form.svg") no-repeat left center; background-size: cover; padding: 40px;}
.form-foto-inner{display:grid; grid-template-columns:repeat(auto-fit, minmax(400px, 2fr)); grid-gap:2em;}
.formulier{color:white; font-family:var(--font); font-size:21px; padding-top: 50px; width: 90%;}
.formulier h2{color:white;}
.fotos{ border-right: 3px solid var(--secondary);
  border-bottom: 3px solid var(--secondary);
  display: inline-block;
  padding: 28px;}
.fotos img{width:100%;}
.foto-1{margin-top: -150px;}
.foto-2{}

body .gform_wrapper ul li.gfield { margin-top:14px !important; }
.gform_wrapper li.hidden_label input { margin:0 !important; }
body .gform_wrapper .top_label div.ginput_container { margin:0 !important; }
::placeholder {
  font-family:var(--font);
  font-size:21px;
  opacity:1;
  color:var(--secondary);
  font-weight:normal;
}

.gform_footer input[type=submit] {
  width: 40% !important;
  background: var(--secondary);
  border: 0;
  color: #fff !important;
  font-size: 24px !important;
  padding: 15px 48px 15px 15px !important; /* extra ruimte rechts */
  background-repeat: no-repeat;
  background-position: right 16px center;
  background-size: 18px auto;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'><path fill='white' d='M438.6 278.6c12.5-12.5 12.5-32.8 0-45.3l-160-160c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3L338.7 224H32c-17.7 0-32 14.3-32 32s14.3 32 32 32h306.7L233.4 393.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0l160-160z'/></svg>");
}


/* Pijltje toevoegen */
.gform_footer input::after {
  content: "\f061"; /* Font Awesome arrow right */
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  display: inline-block;
  margin-left: 10px;
  font-size: 20px;
}


.gform_wrapper.gravity-theme .gfield textarea.large {
  background: white;}
.gform_wrapper.gravity-theme .gfield input.large, .gform_wrapper.gravity-theme .gfield select.large {
  background: white;}
.gform_wrapper.gravity-theme input[type="text"]{font-size: 21px!important;}
.gform_wrapper.gravity-theme .gfield textarea.large {font-size: 21px;}

.gform_wrapper.gravity-theme .gfield_label {font-size: 21px!important; font-weight: 300!important;}


/* Services*/
#services { width:100%; height:auto; margin:0 0 4em 0; }
.services-inner { display:grid; grid-template-columns:repeat(auto-fit, minmax(300px, 2fr)); grid-gap:2em; }
.services-inner a {
  font-family:var(--font);
  font-size:21px;
  color:var(--main);
  text-align:center;
}
.services-inner a span { display:inline-block; text-align:center; background:var(--secondary); padding:10px 20px; box-sizing: border-box; color:white; }

/* Logos*/
#logos { width:100%; height:auto; margin:4em 0;}
.logos-inner { display:flex; justify-content:space-between; align-items:center; width:40%;}
.logos-inner img { max-width:150px; width:80%; height:auto; object-fit:contain; margin-right:4em; }
.logos-inner img:last-child { margin-right:0; }

/* Footer */
.site-footer {
  width:100%;
  height:auto;
  background:white;
}

.footercols { padding:5em 0; display:flex; justify-content:space-between; }
.footercol {
  font-family:var(--font);
  font-size:19px;
  color:var(--main);
}
.footercol img{vertical-align:middle;}
.footercol:first-child {  }
.footercol:first-child p:first-child img { position:relative; left:-4em; }
.footercol a { color:var(--main); text-decoration:underline;}
.footercol a:hover { text-decoration:none; }

.footer-logo {text-align: center; margin-top: 20px; border-bottom: 3px solid var(--lightgold);}
.footer-logo img {max-width: 240px; height: auto;}


.site-info {
	background:var(--main);
	color:white;
  font-family:var(--font);
  font-size:19px;
  padding:1em 0;
  margin-bottom: 70px;
}
.site-info a { color:white; }
.site-info a:hover { text-decoration:underline; }

/* 404 page */
.entry-title-404{text-align:center;}

#mobile-social { display:none; }

/* Responsive */
@media all and (max-width:1463px) {
  .site-header,
  #content,
  #form,
  #services,
	#logos,
	#form-foto,
	#vier-kolommen,
	#drie-kolommen,
  #foto-tekst,
	#alg-tekstblok,
  .site-info { padding-left:2em; padding-right:2em; box-sizing: border-box; }
  .footercols { padding-left:4em; padding-right:2em; box-sizing: border-box; flex-wrap:wrap; }
  .footercol { margin-right:2em; }
  .footercol:last-child { margin-right:0; }
}

@media all and (max-width:1100px) {
	.gform_footer input[type=submit] {width: 100% !important;}	
}

@media all and (max-width:1000px) {
	.form-foto-inner {display: block;}
	.formulier {margin-left: auto; margin-right: auto; text-align: center;}
	.foto-1 {margin-top: 0px;}
	#reviews {padding-bottom: 0px;}
	  .site-header hgroup { display:flex; align-items:flex-start; }
  .main-navigation { display:none; }
  .mobile-button { display:block; color:var(--main);}
  .mobile-menu { position:absolute; width:100%; right:0; top:150px; }
  .site-header.fixed .mobile-menu { top:107px; }
  .site-header.fixed .mobile-button {color: white;}
  .mobile-menu ul { list-style:none; padding:0; margin:0; }
  .mobile-menu ul li { position:relative; }
  .mobile-menu ul li a {
    font-family:var(--font);
    color:white;
    font-size:22px;
    background:var(--main);
    padding:15px 30px;
    box-sizing: border-box;
    display:block;
	text-decoration: none;
  }
  .mobile-menu ul ul { display:none; }
  .mobile-menu li.menu-item-has-children span.subitem,
  .mobile-menu li.menu-item-has-children span.subsubitem { position: absolute; top:12px; right:0; color:white; font-family:var(--font); font-size:20px; font-weight:bold; cursor:pointer; padding:5px 10px; box-sizing: border-box; }
  .mobile-menu li.menu-item-has-children span.active { background:var(--grey); }
  .site-header.fixed .mobile-button { color:var(--secondary); }
	
  #banner .banner-slide img {width: 100%; height: 500px;}
  .home .tekstvlak-inner {position: relative; left: 0em; right: 0; top: -50px; margin-right: auto; width: 80%; margin-left: auto;
    margin-right: auto;}
	.home #banner {padding-bottom: 0px;}
  .site-header {padding-top: 1em;}	
  .home #banner .banner-slide img {height: 500px; object-position: top; width: 100%;}
	.foto-rand {width: 60%;}
}

@media all and (max-width:900px) {

}

@media (max-width: 780px) {
.foto img {display: none;}
	.vulelement{display:none;}
	.beeldmerk {margin-top: -45px;}
}

@media (max-width: 768px) {
    .banner-slide video {max-height: 250px; }
	.foto-rechts-inner {display: block;}
	.foto-links-inner {display: block;}
}

@media all and (max-width:650px) {
	.vierkolommen-inner {display: block;}
	.driekolommen-inner {display: block;}
  #gform_fields_1 { display:block; }
  #gform_fields_1 .item-wrap,
  #gform_fields_1 li#field_1_5 { width:100%; }
  #gform_fields_2 li { width:100% !important; }
}

@media all and (max-width:550px) {
	 .home #banner .banner-slide img {height: 300px;}
  h1, .entry-title { font-size:30px; }
	#tekstvlak h4 {font-size: 40px;}
  .site-header { margin-top:0; transition:none; }
  .site-header hgroup { display:block; text-align:center; }
  .site-header.fixed .site-logo {}
  .site-logo { padding-top:3em; }
	  #banner .banner-slide img {height: 300px; margin-top: 230px;}
	  .home .tekstvlak-inner {width: 72%;}
	#banner { padding-bottom: 0px;}
  .main-navigation li a { margin-right:0; }
  .mobile-button { position:fixed !important; left:0; top:0; width:100%; height:60px; background:var(--main); color:white; font-size:36px; display:flex; justify-content:center; align-items:center; }
  .mobile-menu { top:60px; }
  .site-header.fixed .mobile-menu { top:44px; }
  .entry-wrap { display:block; }
  .footercol:first-child { padding-left:0; }
  .footercol:first-child p:first-child img { left:0; }
  .footercols { padding-left:2em; }
	 #mobile-social {
    display:flex;
    justify-content:flex-start;
    position:fixed;
    bottom:0;
    left:0;
    width:100%;
    z-index:9999;
    overflow:hidden;
  }
  #mobile-social a {
    background:var(--main);
    padding:15px;
    box-sizing: border-box;
    color:white;
    flex:1 auto;
    display:flex;
    justify-content:center;
    align-items:center;
    font-size:32px;
	  text-decoration:none;
  }
}
