/*
 Theme Name: BOOOM Digital Offertes
 Theme URI: https://booomdigital.nl
 Author: Milan Brouwer
 Template: twentyseventeen
 Description: Child theme for Twenty Seventeen.
 Version: 0.1
 License: GNU General Public License v2 or later
 License URI: http://www.gnu.org/licenses/gpl-2.0.html
 Tags:
 Text Domain: twentyseventeen-child
 */

/* Fonts */

@import url("https://fonts.googleapis.com/css?family=Open+Sans:400,700&display=swap");

/* Flexbox
     ========================================================================== */

.flex-it {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

/* Flex-direction
       ========*/

.f-row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

.f-row-r {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.f-col {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.f-col-r {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}

/* Flex-wrap
       ========*/

.f-wrap {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.f-wrap-r {
  -ms-flex-wrap: wrap-reverse;
  flex-wrap: wrap-reverse;
}

.f-wrap-no {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

/* Justify-content horizontal
       ========*/

.f-just-start {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.f-just-end {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.f-just-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.f-just-between {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.f-just-around {
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.f-just-around {
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

/* Align-items vertical
       ========*/

.f-align-start {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.f-align-end {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.f-align-center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.f-align-stretch {
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.f-align-base {
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}

@media only screen and (max-width: 1400px) {
  #content #booom h5 {
    font-size: 13vw !important;
  }
}

@media only screen and (max-width: 990px) {
  button.navbar-toggler,
  #booom,
  footer#nav {
    display: none !important;
  }

  #service {
    padding-bottom: 80px !important;
  }

  #overview {
    padding-top: 80px !important;
  }

  #cta h3 {
    font-size: 18px !important;
  }
}

@media only screen and (max-width: 575px) {
  .overview-table .row .col-lg-8,
  .overview-table .row .col-lg-4 {
    padding-right: 0px !important;
    padding-left: 0px !important;
  }

  #overview .container > .row {
    margin-left: 0px !important;
    margin-right: 0px !important;
  }
  #intro .intro-content {
    padding-left: 30px !important;
    padding-right: 30px !important;
  }
}

body {
  font-family: "Open Sans", sans-serif;
  font-size: 17px !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Open Sans", sans-serif;
}

p,
li,
ul,
a,
span {
  font-family: "Open Sans", sans-serif;
  font-size: 15px;
  line-height: 25px;
  margin-bottom: 0.1rem !important;
}

/* Custom */

.admin-bar {
  margin-top: -32px !important;
}

a {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

#content {
  padding: 0;
}

/* Header */

#nav .bg-black {
  background: #293234;
}

#nav .navbar {
  padding: 15px;
}

#nav .navbar-brand {
  font-size: 14px;
}

#nav .navbar-nav li {
  margin-right: 15px;
}

/* Banner */

.home #banner {
  height: 320px;
}

#banner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 550px;
  background-size: cover;
  background-position: center;
}

#banner:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #000;
  opacity: 0.2;
}

#banner h3 {
  color: #fff;
  font-size: 42px;
  font-weight: 400;
  display: block;
}

#banner .banner-welkom {
  position: relative;
  width: 100%;
  text-align: center;
  z-index: 999;
}

/* Intro */

#intro {
  margin-bottom: 30px;
}

#intro .intro-content {
  padding: 60px;
  background: #f8f8f8;
  margin-top: 60px;
}

#intro .intro-team img {
  margin-top: 60px;
}

#intro .intro-content h2 {
  font-weight: bold;
  letter-spacing: 0em;
  color: #080808;
}

#intro .intro-content p {
  text-align: justify;
}

#intro .team-name {
  margin-top: -60px;
  text-align: right;
}

#intro .team-name a {
  color: #fff;
  padding: 15px 35px;
  background: #000;
}

.vertrek-datum {
  max-width: 500px;
  width: 100%;
}

/* BOOOM! */

#booom h5 {
  position: absolute;
  font-size: 240px;
  letter-spacing: 25px;
  font-weight: 800;
  color: #d8d8d8;
  top: -150px;
}

/* Service */

#service {
  background: #fff;
}

#service h2 {
  color: #fff;
  font-weight: 400;
  font-size: 32px;
  display: block;
}

#service h3 {
  font-size: 24px;
  color: #000;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
}

#service .card {
  border-radius: 0;
  border: 0;
  background-color: transparent;
  color: #000;
  min-height: 250px;
}

#service .card p {
  text-align: justify;
  color: #000;
  letter-spacing: 0.75px;
  line-height: 25px;
}

#service .card .price-service {
  color: #fff;
}

#service .card-body {
  padding: 60px 30px;
  background: #f7f7f7;
}

#service .price-service {
  padding: 10px 35px;
  background: #c06f2b;
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
}

.slide img {
  width: 100%;
  height: 500px;
  -o-object-fit: cover;
  object-fit: cover;
}

.mySlides {
  transition: opacity 0.2s ease-in-out;
  -webkit-transition: opacity 0.2s ease-in-out;
  -moz-transition: opacity 0.2s ease-in-out;
  -ms-transition: opacity 0.2s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out;
}

/*#service .price-service:before {
   content: "€";
   margin-right: 5px;
 }*/

/* Overview */

#overview {
  padding: 50px 0 25px 0;
  background: #fff;
}

#overview h5 {
  text-transform: unset;
  font-family: "Open Sans", sans-serif;
  font-size: 15px !important;
  line-height: 25px;
}

#overview .price {
  font-size: 15px;
  font-family: "Open Sans", sans-serif;
  float: right;
}

/* #overview .price:before {
   content: "€";
   margin-right: 5px;
 }*/

#overview .price-total {
  margin-top: 30px;
  border-bottom: 0px;
  padding: 0;
}

.info-tussen {
  -webkit-box-flex: 2;
  -ms-flex-positive: 2;
  flex-grow: 2;
}

.prijs,
.prijs-calc {
  width: 90px;
}

/*#overview .price:after, #service .price-service:after {
   content: ",-";
 }*/

#overview p.price-total {
  margin-top: 0px;
  border-bottom: 0px;
}

#overview .price-total h5,
#overview .price-total p {
  font-size: 15px;
}

#overview .price-total p {
  float: right;
}

#overview h5 {
  letter-spacing: inherit;
  margin: 0 !important;
  letter-spacing: 0em;
}

/* CTA */

#cta {
  padding: 120px 0;
  background-image: url(/wp-content/uploads/2018/10/welkom.png);
  background-size: cover;
  background-position: center;
}

#cta h3 {
  color: #fff;
  font-size: 24px;
  font-weight: 400;
  display: block;
  line-height: 48px;
  text-align: center;
}

/* Formulier */

.wpcf7 label,
.wpcf7 textarea {
  width: 100%;
}

/* Home */

#menu {
  margin-top: -60px;
}

#form-wrapper {
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: black;
}

#form-wrapper .post-password-form {
  width: 100%;
  max-width: 330px;
  padding: 15px;
  margin: 0 auto;
}

#form-wrapper .post-password-form .btn-primary {
  background-color: #fc5901;
  padding-top: 14px;
  padding-bottom: 14px;
  font-size: 18px;
}

#form-wrapper h4 {
  font-size: 16px;
}

button,
input[type="button"],
input[type="submit"] {
  background-color: #465a63;
}

.page .panel-content .entry-title {
  color: #fc5901;
}

.post-password-form {
  max-width: 700px;
  margin: 0 auto;
  padding-top: 100px;
}

.header-wrapper {
  width: 100%;
  height: 400px;
}

.header-wrapper img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.header-container .col-lg-12 {
  padding: 0;
}

#download-section {
  background: #f8f8f8;
  padding: 45px 0;
}

#download-section h2.mb-5 {
  margin-bottom: 20px !important;
  font-size: 22px;
}

#download-section .container {
  padding: 0 15px;
}

#download-section a {
  font-size: 15px;
  color: #333 !important;
  display: block;
  padding: 5px 0;
}

.kuur-foto {
  margin: 30px 0;
}

.factuur-container {
  padding: 100px 0;
}

.factuur-container .container {
  max-width: 1200px !important;
}

.hoofd-titel-factuur {
  padding-top: 50px;
}

#overview .overview-table {
  width: 100%;
}

#overview .overview-table .titel {
  max-width: 600px;
  width: 100%;
  color: #000;
}

.top-30 {
  padding-top: 30px;
}

.vlucht-schema {
  width: 100%;
}

.pdfprnt-button {
  display: block;
  width: 205px;
  margin-top: 45px;
  margin-bottom: 45px;
  margin-left: auto;
  margin-right: auto;
  padding: 10px;
  background-color: #c06f2b;
}

.pdfprnt-button-title {
  color: #fff;
}

.top-reisbescheiden {
  padding: 25px 15px !important;
}

.top-reisbescheiden p {
  margin-bottom: 25px !important;
}

.footer-container {
  line-height: 20px;
  padding-top: 45px;
  padding-bottom: 45px;
}

.footer-container p,
.footer-container a {
  font-size: 15px;
  color: #293234;
}

.footer-container a:hover {
  color: #293234;
}

.footer-container .content-left p,
.footer-container .content-left p span {
  line-height: 20px;
}

.space-it {
  width: 120px;
  display: inline-block;
}

.s-bottom {
  margin-bottom: 10px;
}

#print_page {
  margin-top: 40px;
  padding: 20px;
  background: green;
  color: #fff;
  width: 140px;
  cursor: pointer;
  border-radius: 5px;
}

#print_page:hover {
  -webkit-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
  opacity: 0.7;
}

#print_page span {
  text-transform: uppercase;
}

@media print {
  p,
  ul,
  ol,
  li,
  span,
  a,
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    font-size: 14pt !important;
    font-family: "Open Sans", sans-serif;
  }

  #overview h5 {
    font-size: 14pt !important;
    font-family: "Open Sans", sans-serif;
  }

  .prijs,
  .prijs-calc {
    width: 110px;
  }

  #download-section,
  #nav,
  #print_page {
    display: none !important;
  }
  @page {
    size: auto;
    margin: 0 3cm 0 3cm;
  }

  .hoofd-titel-factuur {
    padding-top: 25px;
  }

  body {
    margin: 1.6cm;
    font-size: 14pt !important;
    font-family: "Open Sans", sans-serif;
  }

  #factuur {
    margin-top: 5.5cm;
  }

  #print-top {
    padding-top: 2.3cm;
  }

  #print-bottom {
    padding-bottom: 2.5cm;
  }
}
