/*
 Theme Name:   WP Bootstrap Starter Child
 Theme URI:
 Description:  WP Bootstrap Starter Child Theme
 Author:
 Author URI:
 Template:     wp-bootstrap-starter
 Version:      1.0.0
 Tags:
 Text Domain:  wp-bootstrap-starter-child
*/

@font-face {
  font-family: Montaigne;
  src: url('montaigne-book-regular.woff');
}
@font-face {
  font-family: Montaigne Italic;
  src: url('fonts/montaigne-book-italic.woff');
}

html, body
{
  height: 100%;
  min-height: 100%;
}
body
{
  font-family: 'Satoshi', helvetica neue, helvetica, arial, sans-serif;
  line-height: 1.35rem;
  background: #415384;
  font-size: 1.1rem;
  color: #fff;
}
@media screen and (min-width: 768px)
{
  body
  {
    font-size: 1rem;
  }
}
@media screen and (min-width: 1200px)
{
  body
  {
    margin: auto 3rem auto 3rem;
  }
}

body#color_1 {background: #415384;}
body#color_2 {background: #CC6B2E;}
body#color_3 {background: #44A1A5;}
body#color_4 {background: #B99426;}

/* colors sections */

#section-usp {background: #415384;}
#section-referenties {background: #415384;}
#section-about {background: #415384;}
#section-blogposts {background: #415384;}

h1
{
  font-size: 2.5rem;
  line-height: 3rem;
  font-weight: 300;
  color: #fff;
  letter-spacing: 1px;
}
.home h1
{
  font-size: 3rem;
  line-height: 2.9rem;
  text-transform: uppercase;
  font-weight: normal;
}
@media screen and (min-width: 768px)
{
  .home h1
  {
    font-size: 2.6rem;
    line-height: 2.5rem;
  }
}
@media screen and (min-width: 1200px)
{
  .home h1
  {
    font-size: 3.5rem;
    line-height: 3.4rem;
  }
}
.home h1 span
{
  font-family: Montaigne Italic;
}
h2
{
  color: #fff;
  font-size: 2.5rem;
  letter-spacing: 1px;
}
h2.cases
{
  font-size: 1.5rem;
  text-transform: uppercase;
  font-weight: normal;
  letter-spacing: 1px;
}

h2.entry-title
{
  font-size: 2rem;
  border: 0px;
  padding: 0px;
  margin-bottom: 0.5rem;
}
h3
{
  font-weight: 600;
  line-height: 2.5rem;
  font-size: 1.25rem !important;
  margin-bottom: 0rem;
}
h4
{
  font-size: 1.25rem;
}
h5
{
  font-size: 1rem;
  margin-bottom: 0.5rem !important;
  font-weight: bold;
}
a
{
  color: #fff;
  text-decoration: underline;
}
a:hover
{
  color: #fff;
  text-decoration: none;
}
a.alt
{
  color: #fff;
}

.post.hentry
{
  margin-bottom: 0rem;
}

.navbar
{
  width: 100%;
  min-height: 7rem;
  align-items: start;
  top: 0px;
  //background: #fff;
  z-index: 99;
  padding-top: 1rem !important;
}

header#masthead
{
  background: transparent !important;
  box-shadow: none !important;
  padding: 0px;
}
#masthead .navbar-nav li
{
  margin-right: auto;
  width: 100%;
  text-align: center;
}
#masthead .navbar-nav li a
{
  padding-left: 0px !important;
  color: #415384 !important;
  font-size: 1rem !important;
  font-weight: normal !important;
  text-decoration: none;
  text-transform: uppercase;
  padding-right: 0px !important;
}
@media screen and (min-width: 768px)
{
  #masthead .navbar-nav li a
  {
    color: #fff !important;
    margin-left: 1.75rem;
    //opacity: 0.35;
  }
}
#masthead .navbar-nav li.active a
{
  opacity: 1;
  text-decoration: underline;
}
#masthead .navbar-nav li a:hover
{
  text-decoration: underline;
}
@media screen and (max-width: 768px)
{
  #masthead .navbar-nav
  {
    margin-top: 1rem;
  }
  #masthead .navbar-nav li a
  {
    font-size: 3rem !important;
    line-height: 3rem;
  }
}
@media screen and (max-width: 767px)
{
  #masthead .navbar-nav li a
  {
    padding-left: 0px !important;
  }
}
@media screen and (max-width: 1200px)
{
  li.menu-item ul
  {
    display: block;
  }
}

.navbar-brand a
{
  color: #000 !important;
}
a.site-title
{
  position: absolute;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  display: block;
  background: url('img/logo_jesse_beentjes.png') no-repeat;
  background-size: auto 5.3775rem;
  overflow: visible;
  text-indent: -9999px;
  width: 6.5835rem;
  height: 5.3775rem;
}
.date
{
  text-transform: uppercase;
  display: none;
}
@media screen and (min-width: 768px)
{
  .date
  {
    display: inline;
  }
}
.date span
{
  font-family: Montaigne, serif;
}

/* homepage */

.section
{
  padding: 0rem 0px 1rem 0px
}
.intro-img
{
  border-left: 0px;
}
@media screen and (min-width: 768px)
{
  .intro-img
  {
    border-left: 2px solid #fff;
  }
}
#section-intro
{
  padding-bottom: 0px;
}
#section-intro .inner
{
  border-bottom: 2px solid #fff;
  padding-bottom: 1rem;
}
#section-intro ul
{
  padding: 0px;
  list-style-type: none;
}
.intro-slogan
{
  border-top: 2px solid #fff;
  padding-top: 1rem;
}
@media screen and (min-width: 768px)
{
  .intro-slogan
  {
    border-top: 0px;
    padding-top: 0px;
  }
}
@media screen and (max-width: 768px)
{
  .radio-select input[type=radio]
  {
      width: 1.2em;
      height: 1.2em;
  }
  span.what1
  {
    display: inline-block;
    margin-top: 0.5rem;
    font-size: 1.2rem;
    line-height: 1.5rem;
  }
}
span.active1
{
  color: #5B6FA7;
}
span.active2
{
  color: #CC6B2E;
}
span.active3
{
  color: #44A1A5;
}
span.active4
{
  color: #B99426;
}
.project-image-wrapper
{
  height: 20rem;
  position: relative;
}
.project-image img
{
  height: 20rem;
  object-fit: cover;
}
.page-template-blog .project-image-wrapper, .page-template-blog .project-image img, .archive .project-image-wrapper, .archive .project-image img
{
    height: 24rem;
}
.page-template-blog .niet-uitgelicht .project-image-wrapper, .page-template-blog .niet-uitgelicht .project-image img, .archive .niet-uitgelicht .project-image-wrapper, .archive .project-image img
{
    //height: 16rem;
}
.single .project-image-wrapper, .single .project-image img
{
  height: 24rem;
}
@media screen and (min-width: 768px)
{
  .single .project-image-wrapper, .single .project-image img
  {
    height: 16rem;
  }
}
.home ul.my-tags-list, .page-template-blog ul.my-tags-list, .archive ul.my-tags-list, .single .project ul.my-tags-list
{
  position: absolute;
  left: 1rem;
  bottom: 1rem;
  margin: 0px;
  font-size: 0.9rem;
}
.home ul.my-tags-list li, .page-template-blog ul.my-tags-list li, .archive ul.my-tags-list li, .single ul.my-tags-list li
{
  margin-right: 0.5rem;
}
.topics h2
{
  text-transform: uppercase;
  border-bottom: 2px solid #fff;
  border-top: 2px solid #fff;
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-size: 1.5rem;
  font-family: Montaigne, serif;
  margin-top: 0rem;
}
@media screen and (min-width: 768px)
{
  .topics h2
  {
    border-top: 0px;
    padding-top: 0rem;
  }
}
.topics ul, .contact-social ul
{
  padding: 0px;
}
.topics ul li, .contact-social ul li
{
  position: relative;
  display: inline-block;
  list-style-type: none;
  height: 7rem;
  width: 7rem;
  margin-right: 1.5rem;
  margin-left: 1.5rem;
  margin-top: 1.75rem;
  border: 2px solid #fff;
  transform: rotate(45deg);
  -webkit-transform:rotate(45deg);
  padding: 0px;
}
.topics ul li a, .contact-social ul li a
{
  position: absolute;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  top: 2.7rem;
  text-align: center;
  transform: rotate(-45deg);
  -webkit-transform:rotate(-45deg);
  text-decoration: none;
  text-transform: uppercase;
}
.contact-social ul li a
{
  top: 1.75rem;
  left: -0.25rem;
}
.topics ul li a:hover, .contact-social ul li a:hover
{
  text-decoration: underline;
}

/* homepage modules - cases & about */

.quote-wrapper
{
  margin-bottom: 2rem;
}
.quote
{
  font-size: 2rem;
  line-height: 2.2rem;
}
.highlighted-case
{
  margin-bottom: 1rem;
}
.highlighted-case a
{
  text-decoration: none;
}
.highlighted-case a:hover
{
  text-decoration: underline;
}
.cases-div
{
  margin-top: 1rem;
  border-right: 0px;
}
@media screen and (min-width: 768px)
{
  .cases-div
  {
    border-right: 2px solid #fff;
  }
}
.about-home
{
  //margin-top: 1rem;
}
.about-home-afb
{
  border-top: 2px solid #fff;
  padding-top: 1rem;
}
@media screen and (min-width: 768px)
{
  .about-home-afb
  {
    border-top:  0px;
    padding-top: 0px;
  }
}
.about-home-sticky
{
  position: -webkit-sticky; /* Safari */
  position: sticky;
  top: 0;
  padding-top: 1rem;
}

/* homepage modules - latest blogposts */

.blogpost-title
{
  text-align: left;
  padding: 1rem 0px 1rem 0px;
  font-size: 2.8rem;
  line-height: 2.8rem;
  font-family: Montaigne, serif;
}
#section-blogposts img
{
  //max-height: 15rem;
  object-fit: cover;
}


.site-content
{
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}
.home .site-content
{
  padding-bottom: 0px !important;
}
.header-intro
{
  margin-bottom: 1.5rem;
}
.flex-content-home
{
  background: #699050;
  color: #fff;
  text-align: center;
}

/* general, subpages etc */

.hoofdtekst
{
  margin-top: 2rem;
}
.page-header
{
  margin-bottom: 2rem;
}

/* blog/project overview */

.page-template-blog h1
{
  text-transform: uppercase;
  width: 100%;
  font-size: 1.25rem;
  line-height: 1.5rem;
  margin: 0px;
  padding: 0rem 0px 1rem 0px;
}
.page-template-blog .uitgelicht .project:nth-child(even), .archive .uitgelicht .project:nth-child(even)
{
  padding-right: 0px !important;
}
.page-template-blog .niet-uitgelicht .project:nth-child(even), .archive .niet-uitgelicht .project:nth-child(even)
{
  padding-right: 0px !important;
}
.project
{
  margin-bottom: 0rem;
}

/* cases overview project block */

.project h2
{
  margin-top: 0.25rem;
  font-size: 2.5rem !important;
  line-height: 2.3rem !important;
  font-weight: normal;
}
.archive .project h2
{
  margin-top: 0.5rem;
}
.project a
{
  text-decoration: none;
}
.project:hover a
{
  text-decoration: underline;
}

.entry-content figure
{
  //max-width: 75%;
  //margin-left: 25%;
  //margin-top: 1.5rem;
  margin-bottom: 1rem;
  margin-top: 1rem;
}
.wp-block-image figcaption
{
  font-size: 0.75rem;
  text-align: center;
}
.project-intro
{
  margin-top: 1rem;
  font-size: 1.10rem;
  line-height: 1.35rem;
}

.project_link
{
  font-family: Montaigne;
}
.project h3
{
  margin-bottom: 1rem;
}
.page-template-blog .project img, .archive .project img
{
  height: 24rem;
  object-fit: cover;
}
.page-template-blog .niet-uitgelicht .project img, .archive .niet-uitgelicht .project img
{
  //height: 16rem;
  object-fit: cover;
}
ul.show_categories
{
  padding: 0px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  border-top: 2px solid #fff;
  border-bottom: 2px solid #fff;
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-family: Montaigne, serif;
  font-size: 1.25rem;
  margin-bottom: 1rem;
}
ul.show_categories li
{
  display: inline;
  text-transform: uppercase;
}
.page-template-blog .all-cat
{
  text-decoration: underline;
}
ul.show_categories li.current-cat
{
  text-decoration: underline;
}
ul.show_categories li a
{
  text-decoration: none;
}
ul.show_categories li a:hover
{
  text-decoration: underline;
}
ul.post-categories
{
  padding: 0px;
  margin-top: 0.5rem;
  margin-bottom: 0px;
  font-family: Montaigne, serif;
}
ul.post-categories li
{
  display: inline;
  list-style-type: none;
  background-image: url("img/list-bullet.svg");
  background-repeat: no-repeat;
  background-size: 0.7rem 0.7rem;
  background-position: 0px 1px;
  padding-left: 1.25rem;
  margin-right: 1rem;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-size: 0.8rem;
}
ul.post-categories li a
{
  text-decoration: none !important;
}
.uitgelicht
{
  border-bottom: 2px solid #fff;
  margin-bottom: 1rem;
  padding-bottom: 0.25rem;
}

/* case/project page */

.related-wrapper h2
{
  margin-bottom: 1rem;
}
.project-page
{
  border-top: 2px solid #fff;
}
.project-header
{
  border-bottom: 2px solid #fff;
  padding-bottom: 1rem;
}
.project-header .post-thumbnail
{
  display: flex;
  justify-content: center;
  align-items: center;
  max-height: 30rem;
  background-size: cover;
  overflow: hidden;
}
.project-header .post-thumbnail img
{

}
.project-title
{
  border-left: 0px;
}
@media screen and (min-width: 768px)
{
  .project-title
  {
    border-left: 2px solid #fff;
  }
}
.project-title h1
{
  font-family: Montaigne;
  font-size: 4rem;
  line-height: 3.6rem;
  margin-top: 0rem;
  margin-bottom: 0rem;
}
.project-date, .alt_cat
{
  font-size: 0.8rem;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}
.alt_cat
{
  margin-left: 1rem;
}
.project-date
{
  display: block;
  width: 100%;
  //font-family: Montaigne, serif;
  margin-bottom: 0.25rem;
}
.project-date span
{
  font-family: Montaigne, serif;
}
.project-title ul.post-categories
{
  margin-top: 0px !important;
  margin-left: 0rem;
}
.project-title ul.post-categories li
{
  margin-right: 0.5rem;
}
.tags
{
  width: 100%;
}
@media screen and (min-width: 768px)
{
  .no-visual
  {
    padding-top: 1rem;
  }
}
.single .tag
{
  display: inline-block;
  border: 2px solid #fff;
  padding: 1rem 1.5rem 1rem 1.5rem;
  text-transform: uppercase;
  text-decoration: none;
  margin-right: 0.5rem;
}
.single h2
{
  width: 100%;
  text-transform: uppercase;
  font-size: 1.25rem;
  line-height: 1.5rem;
  border-top: 2px solid #fff;
  padding: 1rem 0px 0rem 0px;
}
.single h3
{
  font-size: 2rem !important;
  line-height: 2rem !important;
  font-weight: normal;
  margin-top: 0.25em;
}
.single .project
{
  border-left: 0px;
  padding-left: 0rem !important;
  margin-bottom: 0px;
}
@media screen and (min-width: 768px)
{
  .single .project
  {
    border-left: 2px solid #fff;
    padding-left: 1rem !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 992px)
{
  .single .project:nth-child(3)
  {
    padding-right: 0px !important;
  }
}
@media screen and (min-width: 992px)
{
  .single .project:nth-child(4)
  {
    padding-right: 0px !important;
  }
}
.case-more-content
{
  border-top: 2px solid #fff;
  padding: 1rem 0px 1rem 0px;
  //font-family: helvetica neue;
}
.case-more-content img
{
  width: 100%;
}
.case-more-content img.alignleft, .case-more-content img.alignright
{
  width: 50%;
  margin-bottom: 1rem;
}
@media screen and (min-width: 768px)
{
  .case-more-content img.alignleft, .case-more-content img.alignright
  {
    width: calc(50% - 0.75rem);
  }
}
ul.my-tags-list
{
  padding: 0px;
  letter-spacing: 0.5px;
}
ul.my-tags-list li
{
  positin: relative;
  float: left;
  display: inline-block;
  border: 2px solid #fff;
  padding: 0.5rem 1.25rem 0.5rem 2.25rem;
  margin-right: 1rem;
  text-transform: uppercase;
}
ul.my-tags-list li a
{
  text-decoration: none;
}
ul.my-tags-list li a:hover
{
  text-decoration: underline;
}
ul.my-tags-list li span:before
{
  position: absolute;
  content: " \00b7";
  font-size: 4rem;
  line-height: 1rem;
  vertical-align: middle;
  margin-top: -3px;
  margin-left: -25px;
  color: #000;
}
ul.my-tags-list li.journalist span:before
{
  color: #5B6FA7;
}
ul.my-tags-list li.adviseur span:before
{
  color: #FF7D2E;
}
ul.my-tags-list li.eindredacteur span:before
{
  color: #40CDD3;
}
ul.my-tags-list li.schrijver span:before
{
  color: #DBAE27;
}
ul.my-tags-list li:marker
{
  font-size: 3rem;
}
.tag:hover
{
  text-decoration: underline;
}

/* about page */

.over, .contact
{
  border-top: 2px solid #fff;
}
.over h1, .contact h1
{
  padding: 3rem 3rem 3rem 3rem;
  border-bottom: 2px solid #fff;
  font-weight: normal;
  text-transform: uppercase;
  margin-bottom: 0px;
  line-height: 2.5rem;
}
@media screen and (min-width: 768px)
{
  .over h1, .contact h1
  {
    padding: 3rem 12rem 3rem 12rem;
  }
}
.over h2, .contact h2
{
  font-size: 1.5rem;
  text-align: center;
  border-bottom: 2px solid #fff;
  padding-bottom: 1rem;
  text-transform: uppercase;
  font-weight: normal !important;
}
.over h2.below
{
  margin-top: 2rem;
  border-top: 2px solid #fff;
  padding-top: 1rem;
}
@media screen and (min-width: 992px)
{
  .about-right div.inner
  {
    border-left: 2px solid #fff;
    padding-left: 1rem;
  }
}
.heading-right
{
  font-family: Montaigne, serif;
  border-top: 2px solid #fff;
  padding-top: 1rem;
}
@media screen and (min-width: 992px)
{
  .heading-right
  {
    margin-left: 1rem;
  }
}
@media screen and (min-width: 992px)
{
  .heading-right
  {
    border: 0px;
    padding-top: 0px;
  }
}
.page-template-default .entry-content ul
{
  padding: 0px 0px 0px 0em;
}
.page-template-default .entry-content ul li
{
  list-style-type: none;
  background-image: url("img/list-bullet.svg");
  background-repeat: no-repeat;
  background-size: 0.8rem 0.8rem;
  background-position: 0px 6px;
  padding-left: 1.75rem;
}
.tweede_content ul li
{
  margin-bottom: 1rem;
}
.quote-about
{
  font-size: 2rem;
  line-height: 2.2rem;
  margin: 1rem 0rem 1rem 0rem;
  border: 0px !important;
  padding-left: 1rem;
}
@media screen and (min-width: 768px)
{
  .quote-about
  {
    border-left: 2px solid #fff !important;
    float: right;
    width: 40%;
    margin: 1rem 0rem 1rem 1rem;
  }
}

/* contact page */

.contact h1
{
  font-family: Montaigne;
  text-transform: none;
}
.contact-social
{
  border-top: 2px solid #fff;
  padding-top: 1rem;
  text-align: center;
}
.contact-social ul img
{
  max-width: 2.5rem;
}
.contact-left
{
  font-size: 1.10rem;
  line-height: 1.35rem;
}
.page-template-contact .about-right
{
  border-top: 2px solid #fff;
  padding-top: 1rem;
  margin-top: 1rem;
}
@media screen and (min-width: 992px)
{
  .page-template-contact .about-right
  {
    border-top: 0px;
    padding-top: 0px;
    margin-top: 0px;
  }
}

/* footer */

.footer
{
  //background: #ffebcf;
  text-transform: uppercase;
  margin-top: 1rem;
  align-items: start;
  line-height: 1.25rem;
}
.home .footer
{
  //background: #fff;
}
.footer-inner
{
  border-top: 2px solid #fff;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.footer-item
{
  //padding: 0px 2rem 0px 2rem;
}
.footer a
{
  text-decoration: none;
}
.footer a:hover
{
  text-decoration: underline;
}
.footer-brand
{
  line-height: 1.1rem;
}
.footer .menu, .social-menu
{
  list-style-type: none;
  padding: 0px;
}
.social-menu img
{
  max-width: 2rem;
}
.credits
{
  font-size: 0.75rem;
  font-family: Montaigne, serif;
  margin-top: 2rem;
  margin-bottom: 1rem;
  opacity: 0.75;
}

/* buttons, inputs etc */

.inline-button
{
  font-family: Montaigne, serif;
}
.inline-button::after
{
  content: ' ›';
}

.button-normal
{
  position: relative;
  display: inline-block;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0.02rem;
  padding: 0.8rem 3.75rem 0.8rem 1rem;
  border: 2px solid #fff;
  text-decoration: none;
  margin-top: 0.5rem;
  margin-bottom: 1.5rem;
}
.button-normal span
{
  position: absolute;
  height: 100%;
  margin-top: -0.8rem;
  border-left: 2px solid #fff;
  padding: 0px 1.15rem 0px 1.15rem;
  font-size: 1.25rem;
  line-height: 2.8rem;
  margin-left: 0.95rem;
  font-family: Montaigne, serif;
}
.button-normal:hover span
{
  background: #fff;
  color: #415384;
}
.ajax-loader
{
  position: absolute;
}

/* overlay menu */

.btn-open, .btn-close
{
  position: fixed;
  right: 1rem;
  z-index: 247;
	padding-right: 28px;
  color: #fff;
  font-size: 21px;
  text-transform: uppercase;
}
.btn-open:after
{
  content: "";
	position: absolute;
	right: 0px;
	background: url("img/icon_hamburger.svg");
	background-size: 40px 22px;
	width: 40px;
	height: 22px;
}
.btn-close
{
  z-index: 351;
	text-indent: -9999px;
}
.btn-close:after {
	color: #000;
	content: "";
	position: absolute;
	right: 0px;
	background: url("img/icon_close.svg");
	background-size: 23px 23px;
	width: 23px;
	height: 23px;
}
.btn-close:hover:after {
	color: #34B484;
}
#main-nav
{
  display: none;
}
@media screen and (max-width: 768px)
{
  .overlay
  {
  	display: none;
  	position: fixed;
  	top: 0;
    left: 0;
  	height: 100%;
  	width: 100%;
  	overflow: auto;
  	z-index: 350;
  }
  .overlay #main-nav
  {
    z-index: 300;
    background: #fff;
    color: #415384;
    height: 100% !important;
    min-height: 100% !important;
    display: block !important;
    padding-top: 150px;
  }
  .overlay .navbar-nav
  {
    position: absolute !important;
    width: 100%;
    //flex-direction: column !important;
    text-align: center;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}
@media screen and (min-width: 769px)
{
  .overlay
  {
    flex-grow: 1;
  }
  .button-menu
  {
    display: none;
  }
  .collapse:not(.show)
  {
    display: flex !important;
  }
  .navbar-collapse
  {
    display: flex !important;
    //flex-basis: auto;
  }
  .navbar-nav
  {
    flex-direction: row;
  }
}
