/*--------------------------------------------------------------

	Theme Name:  Project
	Author: 	 Wurld

	Author URI:  https://wurld.nl/
	Description: Wordpress theme made for the Streekmuseum website.

	Version: 	 1.0
	Text Domain: project

--------------------------------------------------------------*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------

0.0 Global CSS
0.0 Post Header
0.0 Post Content
0.0 Media Queries

--------------------------------------------------------------*/

@import url("https://use.typekit.net/tvt7mia.css");

/*--------------------------------------------------------------
0.0 Global CSS
--------------------------------------------------------------*/

::-moz-selection {
  background-color: #871b37;
  color: white;
}

::selection {
  background-color: #871b37;
  color: white;
}

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

body {
  overflow-x: hidden;
}

body * {
  font-family: bree-serif, serif;
  transition: 0.5s;
}

a {
  font-weight: 400;
  color: #871b37;
}

a:hover {
  text-decoration: none !important;
}

button,
button * {
  outline: none !important;
}

.hover:hover {
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.49);
}

.button {
  border: solid 2px transparent;
  background-color: #8499b1;
  color: white !important;

  padding: 10px 40px;
  font-size: 20px;
}

.button:hover {
  border: solid 2px transparent;
  color: white !important;
  background-color: #a1b3c7;
}

.button.blank {
  border: solid 2px transparent;
  color: #8499b1 !important;
  background-color: white;
}

.button.blank:hover {
  border: solid 2px #8499b1;
  color: #8499b1 !important;
  background-color: white;
}

.link-cover {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  top: 0;
}

/*--------------------------------------------------------------
0.0 Global CSS : Max-width
--------------------------------------------------------------*/

#overlay,
#topbar,
body {
  max-width: 1900px;
}

/*--------------------------------------------------------------
0.0 Body : Global
--------------------------------------------------------------*/

body table {
  width: 100%;
}

body table * {
  line-height: 26px;
  font-weight: 300;
  font-size: 20px;
  color: #413935;
}

body table tr {
  border-bottom: solid 2px #e2e2e2;
}

body table tr:last-of-type {
  border-bottom: none;
}

body table tr td {
  padding: 10px 30px 10px 0;
}

/*--------------------------------------------------------------
0.0 Topbar : Modal
--------------------------------------------------------------*/

#modal.show {
  display: flex !important;
  min-height: 100vh;
  align-items: center;
  justify-content: center;
}

/*--------------------------------------------------------------
0.0 Overlay : Menu
--------------------------------------------------------------*/

#overlay {
  padding: 140px 280px 140px 0;
  left: calc(-100% - 140px);
  background-color: white;

  position: fixed;
  transition: 1s;
  height: 100%;

  z-index: 100;
  width: 100%;
  top: 0;
}

#overlay.open {
  left: 140px;
  overflow-y: auto;
}

#overlay .container-fluid {
  background-color: #f3f3f3;
  padding: 60px 100px 0px;
}

/*--------------------------------------------------------------
0.0 Overlay : Menu : first col
--------------------------------------------------------------*/

#overlay .container-fluid .first .menu-main-menu-container {
  background-color: #871b37;
  bottom: calc(0px - 100px);
  padding: 100px 75px;
  width: 688px;
  top: 0;
}

#overlay .container-fluid .first .menu-main-menu-container .button {
  position: absolute;
  bottom: 0;
  right: 15px;
}

#menu-main-menu {
  padding: 0;
}

#menu-main-menu li {
  padding: 10px 0;
  position: relative;
  list-style-type: none;
  border-bottom: solid 1px #ffffff30;

  width: 100%;
  display: inline-block;
}

#menu-main-menu li:hover {
  cursor: pointer;
}

#menu-main-menu li:hover a,
#menu-main-menu li:hover i {
  opacity: 1;
}

#menu-main-menu li a,
#menu-main-menu li i {
  opacity: 0.25;
  color: white;
}

#menu-main-menu li a {
  list-style-type: none;
  position: relative;
  font-size: 32px;
  display: block;
  width: 90%;
  top: -3px;
}

#menu-main-menu li i {
  position: absolute;
  font-size: 30px;
  width: 10%;
  top: 23px;
  right: 0;

  display: flex;
  justify-content: end;
}

#menu-main-menu li.current_page_item a,
#menu-main-menu li.current_page_item i {
  opacity: 1;
}

#menu-main-menu li.menu-item-has-children .fa-chevron-right {
  display: none;
}

#menu-main-menu .sub-menu {
  padding-left: 25px;
}

#menu-main-menu .sub-menu li {
  border: none;
}

#menu-main-menu .sub-menu li a {
  font-size: 24px;
  line-height: 28px;
}

#menu-main-menu li .sub-menu li i {
  display: flex !important;
  font-size: 20px;
  right: 5px;
}

/*--------------------------------------------------------------
0.0 Overlay : Menu : second col
--------------------------------------------------------------*/

#overlay .container-fluid .second {
  padding-left: 100px;
}

#overlay .container-fluid .second .languages {
  position: absolute;
  left: 0;
  top: 0;
  display: none;
}

#overlay .container-fluid .second h3 {
  margin-bottom: 35px;
  line-height: 32px;
  font-weight: 400;
  font-size: 36px;
  color: #871b37;
}

#overlay .container-fluid .second p {
  text-align: right;
  margin-bottom: 35px;
  line-height: 26px;
  max-width: 550px;
  font-weight: 300;
  font-size: 20px;
  color: #413935;
}

#overlay .container-fluid .opening-times-menu table tr {
  width: 50%;
  float: left;
}

#overlay .container-fluid .opening-times-menu table td {
  min-width: 60px;
}

#overlay .container-fluid .opening-times-menu table tr:nth-child(5) {
  border-bottom: none;
}

#overlay .container-fluid .second table {
  margin-bottom: 50px;
}

/*--------------------------------------------------------------
0.0 Post-header : form
--------------------------------------------------------------*/

span.wpcf7-not-valid-tip {
  margin-top: 10px;
  color: black;
}

div.wpcf7-response-output {
  color: black;
  margin: 2em 0 1em;
  padding: 15px;
}

#post-header span.wpcf7-not-valid-tip {
  margin-top: 0px;
  color: white;
}

#post-header div.wpcf7-response-output {
  color: white;
}

#post-header form label {
  font-weight: 400;
  width: 100%;
}

#post-header form input[type="text"],
#post-header form input[type="email"],
#post-header form input[type="tel"],
#post-header form select {
  height: 50px;
}

#post-header form input,
#post-header form select,
#post-header form textarea {
  background-color: #f3f3f3;
  border: none;

  font-size: 20px;
  font-weight: 300;

  padding: 10px 25px;

  width: 100%;
  margin-bottom: 20px;
  color: #413935 !important;
}

#post-header form input[type="submit"] {
  width: 100%;
  margin: 0 auto;
  padding: 10px 25px;

  background-color: #8499b1;
  border: solid 2px transparent;
  color: white !important;
}

#post-header form input[type="submit"]:hover {
  background-color: #8499b1ad;
  border: solid 2px transparent;
  color: white !important;
}

#post-header form .ajax-loader {
  display: none;
}

/*--------------------------------------------------------------
0.0 Post-content : form
--------------------------------------------------------------*/

span.wpcf7-not-valid-tip {
  margin-top: 10px;
  color: black;
}

div.wpcf7-response-output {
  color: black;
  margin: 2em 0 1em;
  padding: 15px;
}

#post-footer span.wpcf7-not-valid-tip {
  margin-top: 0px;
  color: white;
}

#post-footer div.wpcf7-response-output {
  color: white;
}

#post-header form label,
#post-content form label {
  font-weight: 400;
}

#post-content form input[type="text"],
#post-content form input[type="password"],
#post-content form input[type="email"],
#post-content form input[type="tel"],
#post-content form select {
  height: 50px;
}

#post-content form input,
#post-content form select,
#post-content form textarea {
  background-color: #f3f3f3;
  border: none;

  font-size: 20px;
  font-weight: 300;

  padding: 10px 25px;

  width: 100%;
  margin-bottom: 20px;
  color: #413935 !important;
}

#post-content form textarea {
  height: 220px;
}

#post-content form input[type="submit"] {
  width: 280px;
  margin: 0 auto;
  padding: 30px;

  background-color: #8499b1;
  border: solid 2px transparent;
  color: white !important;
}

#post-content form input[type="submit"]:hover {
  background-color: #8499b1ad;
  border: solid 2px transparent;
  color: white !important;
}

#post-content form .row .col-lg-4,
#post-content form .row .col-lg-8 {
  padding: 0 85px 0 15px;
}

#post-content form .row .col-lg-12 {
  text-align: center;
}

#post-content form .ajax-loader {
  display: none;
}

/*--------------------------------------------------------------
0.0 Post-header : globals
--------------------------------------------------------------*/

#post-header h1 {
  margin-bottom: 50px;
  line-height: 60px;
  max-width: 500px;
  font-weight: 400;
  font-size: 56px;
  color: #871b37;
}

#post-header h5 {
  margin-bottom: 35px;
  line-height: 26px;
  max-width: 550px;
  font-weight: 300;
  font-size: 20px;
  color: #413935;
}

#post-header p {
  margin-bottom: 35px;
  line-height: 22px;
  max-width: 550px;
  font-weight: 300;
  font-size: 16px;
  color: #413935;
}

#post-header hr {
  border-top: solid 2px #413935;
  margin: 55px 0;
  width: 92px;
}

#post-header .button.big {
  padding: 30px 40px;
  position: absolute;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/*--------------------------------------------------------------
0.0 Post-header : Sliders : no slider
--------------------------------------------------------------*/

#post-header .row.no-slider {
  padding: 0 125px;
  margin: 240px 125px 140px;
}

#post-header .row.no-slider.no-margin {
  margin-bottom: 0;
}

#post-header .row.no-slider h1 {
  max-width: 1000px;
}

/*--------------------------------------------------------------
0.0 Post-header : Sliders : first slider
--------------------------------------------------------------*/

#post-header .row.first-slider {
  /* padding: 0 125px; */
  margin: 140px 125px 0;
}

#post-header .row.first-slider #content {
  z-index: 1;
  margin-top: 130px;
  position: absolute;
  background-color: #871b37;
}

#post-header .row.first-slider #content * {
  color: white;
}

#post-header .row.first-slider h1 {
  margin-bottom: 150px;
}

#post-header .row.first-slider .button.big {
  position: absolute;
  bottom: 103px;
  left: -155px;
}

#post-header .row.first-slider .red-block {
  background-color: #871b37;
  width: 828px;
  height: 825px;
  position: absolute;
  top: calc(0px - 140px);
  right: calc(15px - 140px);
}

#post-header .row.first-slider .red-block #support.button {
  position: absolute;
  bottom: -100px;
  left: 0;
}

#post-header .row.first-slider .owl-carousel {
  position: relative;
  width: 795px;
  height: 540px;
  left: -140px;
}

#post-header .row.first-slider .owl-carousel .owl-nav {
  position: absolute;
  height: 80px;
  margin: 0;
  top: 0;
  right: 0;
}

#post-header .row.first-slider .owl-carousel .item {
  height: 540px;
  background-size: cover;
}

/*--------------------------------------------------------------
0.0 Post-header : Sliders : second slider
--------------------------------------------------------------*/

#post-header .row.second-slider {
  padding: 0 125px;
  margin: 280px 125px 0px;
}

#post-header .row.second-slider .col-lg {
  min-height: 700px;
}

#post-header .row.second-slider .red-block {
  background-color: #871b37;
  width: 650px;
  height: 980px;
  position: absolute;
  top: calc(0px - 280px);
  right: calc(15px - 140px);
}

#post-header .row.second-slider #visit.button {
  position: relative;
  margin-top: 25px;
}

#post-header .row.second-slider .red-block #support.button {
  position: absolute;
  bottom: 60px;
  right: -140px;
}

#post-header .row.second-slider .owl-carousel {
  position: absolute;
  width: 950px;
  right: calc(15px - 280px);
  height: 540px;
}

#post-header .row.second-slider .owl-carousel .item {
  height: 540px;
  background-size: cover;
}

#post-header .row.second-slider .owl-carousel .owl-nav {
  position: absolute;
  height: 80px;
  margin: 0;
  bottom: 0;
}

#post-header .owl-carousel .owl-nav button {
  width: 80px;
  height: 80px;
  background-color: #413935;
  margin: 0;
  border-radius: 0;
  position: relative;
}

#post-header .owl-carousel .owl-nav button:hover {
  background-color: #221f1d;
}

#post-header .owl-carousel .owl-nav button span {
  color: white;
  font-size: 60px;
  position: absolute;
  top: -10px;
  height: 100%;
  width: 100%;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 200;
}

/*--------------------------------------------------------------
0.0 Search
--------------------------------------------------------------*/
.linkoverview {
  margin-top: 250px;
  margin-bottom: 125px;
  padding-left: 40px;
  padding-right: 40px;
}

.linkoverview .link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #e3e8eb;
  position: relative;
}

.linkoverview .linkname {
  position: relative;
  padding-right: 25px;
}

.sublinkname {
  font-size: 14px;
  margin-bottom: 5px;
  color: #413935;
}

.link .button {
  background: #871b37;
  width: 60px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.click {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.searchcontainer {
  max-width: 800px;
}

.search-field input[type="text"] {
  margin-top: 25px;
  padding: 0 15px;
  background: #f2f2f2;
  box-shadow: none;
  border: none;
  height: 60px;
  width: 100%;
}

#searchsubmit {
  -webkit-appearance: none;

  width: 200px;
  height: 50px;
  background: #871b37;
  color: #fff;
  border: none;
}

/*--------------------------------------------------------------
0.0 Post-content : globals
--------------------------------------------------------------*/

#post-content {
  overflow-x: hidden;
}

#post-content h1 {
  margin-bottom: 50px;
  line-height: 60px;
  font-weight: 400;
  font-size: 56px;
  color: #871b37;
}

#post-content h2 {
  margin-bottom: 50px;
  line-height: 60px;
  font-weight: 400;
  font-size: 56px;
  color: #871b37;
}

#post-content h3 {
  margin-bottom: 35px;
  line-height: 32px;
  font-weight: 400;
  font-size: 32px;
  color: #8499b1;
}

#post-content h4 {
  margin-bottom: 35px;
  line-height: 28px;
  font-weight: 400;
  font-size: 24px;
  color: #413935;
}

#post-content h5 {
  margin-bottom: 35px;
  line-height: 26px;
  font-weight: 300;
  font-size: 20px;
  color: #413935;
}

#post-content p {
  margin-bottom: 35px;
  line-height: 22px;
  font-weight: 300;
  font-size: 16px;
  color: #413935;
}

#post-content hr {
  border-top: solid 2px #413935;
  margin: 55px 0;
  width: 92px;
}

#post-content ul {
  padding: 0 0 0 22px;
}

#post-content ul li {
  list-style-type: none;
  line-height: 23px;
  font-weight: 400;
  font-size: 20px;
  color: #413935;
  padding: 5px 10px;
}

#post-content ul li::before {
  content: "\2022";
  color: #871b37;
  font-weight: bold;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
  font-size: 35px;
  top: 5px;
  position: relative;
}

#post-content .card {
  border-radius: 0 !important;
  border: none !important;
  overflow-x: hidden;
}

#post-content .card img {
  min-width: 400px;
  height: 270px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

#post-content .card .card-body {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 275px;
  padding: 30px 0;
}

#post-content .card .card-body .button {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

#post-content .card .card-body h3 {
  margin-bottom: 32px;
  line-height: 32px;
  font-weight: 400;
  font-size: 32px;
  color: #8499b1;
}

#post-content .card .card-body p {
  margin-bottom: 35px;
  line-height: 22px;
  font-weight: 300;
  font-size: 16px;
}

/*--------------------------------------------------------------
0.0 Post-content : Archive
--------------------------------------------------------------*/

.archive.category #post-content .row {
  padding: 0 140px;
  margin: 0 125px;
}

.archive.category #post-content .row:first-of-type {
  background-color: #f3f3f3;
  padding: 140px;
}

.archive.category #post-content .row:last-of-type {
  position: relative;
  top: -135px;
}

.archive.category .navigation.pagination {
  width: 100%;
}

.archive.category .col-lg-4:nth-child(odd) .card {
  margin-bottom: 100px;
}

.archive.category .navigation.pagination h2 {
  display: none;
}

.archive.category .navigation.pagination .nav-links {
  position: relative;
  display: flex;
  width: 100%;
  justify-content: center;
}

.archive.category .navigation.pagination .nav-links a {
  display: flex;
  font-size: 20px;
  align-items: center;
}

.archive.category .navigation.pagination .nav-links .page-numbers {
  height: 40px;
  width: 40px;

  display: flex;
  align-items: center;
  justify-content: center;

  color: #413935;
  opacity: 0.25;
}

.archive.category .navigation.pagination .nav-links .page-numbers.current {
  background-color: #413935;
  opacity: 1;
  color: white;
}

.archive.category .navigation.pagination .nav-links .prev {
  position: absolute;
  padding: 0 15px;
  width: 100px;
  opacity: 1;
  left: 0;
}

.archive.category .navigation.pagination .nav-links .next {
  position: absolute;
  padding: 0 15px;
  width: 100px;
  opacity: 1;
  right: 0;
}

/*--------------------------------------------------------------
0.0 Post-content : Single post
--------------------------------------------------------------*/

.single-post #post-content .row {
  margin: 0 490px;
}

.single-post #post-content .row.back {
  margin: 140px 280px 117px;
}

.single-post #post-content .row.back a {
  color: black;
  opacity: 0.3;
  font-size: 20px;
}

.single-post #post-content .row img {
  position: relative;
  max-width: none;
  margin: 60px 0;
  width: 952px;
  left: -35px;
}

/*--------------------------------------------------------------
0.0 Post-content : ACF : Globals
--------------------------------------------------------------*/

#post-content .row.objects,
#post-content .row.blocks {
  padding: 100px 125px;
  margin: 0 -15px 0 124px;
}

/*--------------------------------------------------------------
0.0 Post-content : ACF : Video
--------------------------------------------------------------*/

#post-content .row.video {
  margin: 0px 110px 100px;
}

#post-content .row.video .col {
  text-align: center;
}

#post-content .row.video .col iframe {
  height: 540px;
  width: 952px;
}

/*--------------------------------------------------------------
0.0 Post-content : ACF : Extra row
--------------------------------------------------------------*/
#post-content .row.extra-row {
  height: 6rem;
}

#post-content .row.extra-row .extra-block {
  position: absolute;
  right: 278px;
  top: -150px;
  display: flex;
}

#post-content .row.extra-row .extra-block img {
  height: 100%;
}

#post-content .row.extra-row .extra-block .text {
  margin-left: 40px;
  width: 154px;
}

#post-content .row.extra-row .extra-block .text strong {
  color: #871b37;
}

/*--------------------------------------------------------------
0.0 Post-content : ACF : Objects
--------------------------------------------------------------*/

/*
#post-content .row.objects .col-lg-4 {
	padding: 0 85px 0 15px;
}
*/

/*--------------------------------------------------------------
0.0 Post-content : ACF : blocks
--------------------------------------------------------------*/

#post-content .row.objects .extra-block,
#post-content .row.blocks .extra-block {
  position: absolute;
  top: -64px;
  width: 154px;
  right: 0;
}

#post-content .row.objects .extra-block strong,
#post-content .row.blocks .extra-block strong {
  color: #871b37;
}

/*--------------------------------------------------------------
0.0 Post-footer : Global
--------------------------------------------------------------*/
#post-footer {
  margin: 0 -15px;
}

#post-footer .row {
  /* margin: 0 125px; */
  margin: 0 0 0 125px;
}

#post-footer .row .col-lg {
  padding: 100px 140px;
}

#post-footer h2 {
  margin-bottom: 50px;
  line-height: 60px;
  font-weight: 400;
  font-size: 56px;
  color: #871b37;
}

#post-footer p {
  margin-bottom: 35px;
  line-height: 22px;
  font-weight: 300;
  font-size: 16px;
  color: #413935;
}

/*--------------------------------------------------------------
0.0 Post-footer : Row : accessible
--------------------------------------------------------------*/
#post-footer .row.accessible .second .nav-tabs {
  margin-bottom: 30px;
  border: none;
}

#post-footer .row.accessible .second .nav-tabs .nav-item {
  font-size: 20px;
}

#post-footer .row.accessible .second .nav-tabs .nav-item i {
  margin-left: 25px;
}

#post-footer .row.accessible .second .nav-tabs .nav-item a {
  color: #413935;
  opacity: 0.2;
  border: none;
  padding: 0;
}

#post-footer .row.accessible .second .nav-tabs .nav-item a:first-of-type {
  margin-right: 50px;
}

#post-footer .row.accessible .second .nav-tabs .nav-item a.active {
  color: #413935;
  opacity: 1;
}

/*--------------------------------------------------------------
0.0 Post-footer : Row : standard
--------------------------------------------------------------*/

#post-footer .row .col-lg .row {
  margin: 0;
}

#post-footer .row .col-lg .row .col,
#post-footer .row .col-lg .row .col-9 {
  padding-left: 0;
}

/*--------------------------------------------------------------
0.0 Post-footer : Row : custom
--------------------------------------------------------------*/

#post-footer .row.custom .first,
#post-footer .row.custom .second {
  padding: 50px 140px;
  min-height: 400px;
}

#post-footer .row.custom .first {
  background-color: #871b37;
}

#post-footer .row.custom .second .button {
  position: absolute;
  z-index: 2;
}

#post-footer .row.custom .second .cover {
  position: absolute;
  z-index: 2;
}

#post-footer .row.custom .second iframe {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  position: absolute;
  height: 100%;
  width: 950px;
  left: 0;
  top: 0;
}

#post-footer .row.custom .second img {
  width: calc(100% + 140px);
  position: absolute;
  height: 100%;
  left: 0;
  top: 0;
}

#post-footer .row.custom form .row {
  margin: 0;
}

#post-footer .row.custom form .row .col-6 {
  padding: 0;
  padding-right: 10px;
}

#post-footer .row.custom form p:first-of-type {
  color: white;
  opacity: 0.5;
}

#post-footer .row.custom form input {
  background-color: #871b37;
  border: none;
  color: white;

  border-bottom: solid 2px #ffffff4f;
  padding: 10px 0;
  width: 100%;
}

#post-footer .row.custom form input[type="submit"] {
  width: 165px;
  padding: 10px 40px;
  margin-top: 50px;
  background-color: #8499b1;
  border: solid 2px transparent;
  color: white !important;
}

#post-footer .row.custom form input[type="submit"]:hover {
  border: solid 2px transparent;
  color: white !important;
  background-color: #8499b1ad;
}

/*--------------------------------------------------------------
0.0 Post-footer : last row
--------------------------------------------------------------*/

#post-footer .row.last .first,
#post-footer .row.last .second {
  margin: 0;
  padding: 25px 50px 25px 140px;

  display: flex;
  align-items: center;
}

#post-footer .row.last .first {
  background-color: white;
  display: flex;
}

#post-footer .row.last .first img {
  margin-right: 35px;
  width: 190px;
}

#post-footer .row.last .second {
  background-color: #413935;
  color: white;

  font-weight: 300;
  font-size: 16px;

  display: flex;
  justify-content: space-between;
}

#post-footer .row.last .second a {
  text-transform: capitalize;
  color: white;
}

#post-footer .row.last .second ul {
  display: flex;
  padding: 0;
  margin: 0;
}

#post-footer .row.last .second ul li {
  list-style-type: none;
  margin-right: 50px;
}
