/*!
Theme Name: BEATrX Theme
Theme URI: https://beatrx.nl/
Author: MProgramming
Author URI: https://mnpronk.nl/
Description: Theme created by MProgramming for BEATrX. This theme only works when the Advanced Custom Fields Pro plugin is active.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/old-licenses/gpl-2.0.html
Text Domain: dodo_theme

achtergrond kleur : #222627
knop kleur : #F4F4F4
*/

@font-face {
    font-family: 'Open Sans';
    src: url('Open_Sans/OpenSans-VariableFont_wdth,wght.ttf');
}

.popupshow {
  display: none;
}
.popupshow .overlay {
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,.66);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
}
.popupshow .img-show{
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  z-index: 99999;
}
.popupshow .img-show img{
  max-width: 750px;
  max-height: 750px;
  position: relative;
  top: 0;
  left: 0;
}
.popupshow span{
  cursor: pointer;
}
.popupshow .exit {
  position: fixed;
  top: 30px;
  right: 20px;
  z-index: 99;
  width: 45px;
  z-index: 99999;
}
.popupshow .prev {
  position: fixed;
  top: 45%;
  left: 30px;
  z-index: 99;
  width: 35px;
  z-index: 99999;
}
.popupshow .next {
  position: fixed;
  top: 45%;
  right: 30px;
  z-index: 99;
  width: 35px;
  z-index: 99999;
}


.dodorow:first-child.afbeelding_met_tekst {
  margin-top: -160px
}
/* .home .dodorow:first-child.afbeelding_met_tekst .valign {
  align-items: flex-end;
}
.home .dodorow:first-child.afbeelding_met_tekst .inner {
  margin-bottom: 15px;
} */

/* Header */

#masthead .row {
  padding: 0;
}
#masthead .logo {
  margin: 35px auto 0;
}
#masthead .socials {
  position: absolute;
  top: 0;
  right: 15px;
}
#masthead .socials .smediabutn {
  float: right;
}
#masthead .navbar {
  padding: 0;
  margin-top: 25px;
  margin-bottom: 15px;
}
#masthead .nav-item .nav-link {
  font-family: 'Special Elite', cursive;
  font-size: 22px;
  padding: 10px 25px;
}
#masthead .nav-item .nav-link:hover {

}
#masthead .nav-item.active .nav-link {

}

.header.image {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 250px;
  width: 100%;
  margin-bottom: 45px;
}
.home .header.image {
  height: 550px;
}
.header.spacing {
  margin-bottom: 45px;
  padding-top: 15px;
  position: relative;
}
.header.spacing::after {
  content: "";
  border-bottom: 1px solid #fff;
  position: absolute;
  bottom: 0;
  width: 1110px;
  max-width: 100%;
  left: 50%;
  transform: translateX(-50%);

}


/* Dodo Rows */

.afbeelding_met_tekst.links .inner {
  padding-left: 45px;
}
.afbeelding_met_tekst.rechts .inner {
  padding-right: 45px;
}
.afbeelding_met_tekst .featured {
  background-color: #222627;
  margin-top: 45px;
  margin-bottom: 45px;
}
.afbeelding_met_tekst .featured .row {
  padding: 0;
  margin: 0;
}
.afbeelding_met_tekst .featured .inner {
  padding-top: 45px;
  padding-bottom: 45px;
}
.afbeelding_met_tekst .featured div.mainimg {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 350px;
}
.afbeelding_met_tekst .container img.mainimg {
  width: 552.5px;
  max-width: initial;
}
.afbeelding_met_tekst.links .container img.mainimg {
    float: right;
}

.post .post-item .img {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 250px;
  width: 100%;
}
.post .post-item .inner {
  padding: 25px;
  background-color: #222627;
}
.pagination {
  margin: 25px 0;
}
.pagination .page-numbers {
  padding: 7px 15px;
  margin-right: 10px;
  background-color: #fff;
  border: 1px solid #333E47;
  color: #333E47;
}
.pagination .page-numbers:hover {
  border-color: #333E47;
  background-color: #333E47;
  color: #fff;
}

.galerij {
  overflow-x: hidden;
}
.galerij .carousel {
  width: 100%;
}
.galerij .carousel-item {
  border: 0;
}
.galerij .carousel-item .row {
  margin: 0;
}
.galerij .carousel-item .img-grid {
  padding: 0;
}
.galerij .carousel-item .img {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 550px;
  width: 100%;
}
.galerij .carousel-control-next,
.galerij .carousel-control-prev {
  opacity: 1;
}
.galerij .grid {
  margin: auto;
  width: 100% !important;
}
.galerij .grid:after {
  content: '';
  display: block;
  clear: both;
}
.galerij .grid-sizer,
.galerij .grid-item {
  width: 33.333%;
}
.galerij .grid-item {
  float: left;
}
.galerij .grid-item img {
  display: block;
  width: calc(100% - 20px);
  margin: 10px;
}

.video .youtube-image {
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 300px;
  width: 100%;
  max-width: 800px;
  margin: 0 auto 90px;
  cursor: pointer;
}
.video .col-md-12 .youtube-image {
  height: 450px;
}
.video .youtube-image iframe {
  width: 100%;
  height: 100%;
  display: none;
  border: 0;
  z-index: 9;
}
.video .youtube-image img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  width: 40px;
  height: 40px;
}

.instagram .instaimg {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: calc(25% - 20px);
  height: 265px;
  margin: 10px;
  display: inline-block;
}

.afbeelding {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 550px;
  width: 100%;
  margin: 45px 0;
}

.tabel .container {
  overflow-x: scroll;
}
.tabel table {
  min-width: 666px;
}
.tabel tr {
  border-left: 1px solid #f4f4f4;
  border-right: 1px solid #f4f4f4;
  border-top: 1px solid #f4f4f4;
  border-bottom: 1px solid #f4f4f4;
}
.tabel tr:nth-child(odd) {
  background-color: #222627;
}
.tabel th {
  font-family: 'Special Elite', cursive;
  font-size: 20px;
  padding: 15px 25px;
}
.tabel td {
  padding: 15px 25px;
}

.bandleden {
  font-size: 0;
}
.bandleden .bandlid-item.small {
  margin-top: 15px;
  margin-bottom: 15px;
  width: 20%;
  display: inline-block;
  font-size: initial;
  vertical-align: top;
}
.bandleden .bandlid-item.small .img {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 175px;
  max-width: 100%;
  height: 175px;
  margin: 0 auto 15px;
  border-radius: 50%;
}
.bandleden .bandlid-item.small .img .hover {
  position: relative;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.7);
  opacity: 0;
  transition: opacity .2s ease;
}
.bandleden .bandlid-item.small:hover .img .hover {
  opacity: 1;
}
.bandleden .bandlid-item.small .img .hover span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.bandleden .bandlid-item.small span {
  color: #F4F4F4;
}
.bandleden .bandlid-item.small h4 {
  color: #F4F4F4;
  margin-bottom: 5px;
}
.bandleden .bandlid-item.large {
  font-size: initial;
}
.bandleden .bandlid-item.large .inner {
  padding-right: 45px;
}
.bandleden .bandlid-item.large .order-md-2 .inner {
  padding-left: 45px;
  padding-right: 0;
}
.bandleden .bandlid-item.large img {
  width: 552.5px;
  max-width: initial;
}
.bandleden .bandlid-item.large .order-md-1 img {
    float: right;
}
.bandleden .bandlid-item.large span {
  margin-bottom: 15px;
  display: block;
}
.bandleden .butn {
  font-size: 16px;
}

.scheidingslijn hr {
  background-color: #fff;

}

/* Footer */

#colophon {
  margin-top: 45px;
  background-color: #222627;
}
#colophon .row {
  padding: 45px 0;
}

.site-info .row {
  padding: 15px 0;
}

/* General */

.center {
  text-align: center;
}
.row {
  padding: 45px 0;
}
.butn {
  display: inline-block;
  border: 1.5px solid #F4F4F4;
  background-color: transparent;
  color: #F4F4F4;
  padding: 15px 25px;
}
.afbeelding_met_tekst .butn,
.bandleden .bandlid-item.large .inner .butn {
  margin-top: 25px;
}
.butn:hover {
  border-color: #F4F4F4;
  background-color: #F4F4F4;
  color: #0A0A0A;
}
.smediagrid {
  overflow: hidden;
}
.smediabutn {
  position: relative;
  display: inline-block;
  text-align: center;
  border: 1.5px solid #F4F4F4;
  background-color: transparent;
  color: #F4F4F4;
  height: 44px;
  width: 44px;
  margin-right: 5px;
  font-size: 16px;
}
.smediabutn:hover {
  border-color: #F4F4F4;
  background-color: #F4F4F4;
  color: #0A0A0A;
}
.smediabutn i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.valign {
  display: flex;
  align-items: center;
}
.grecaptcha-badge {
  visibility: hidden;
}
h1.titel,
h2.titel {
  margin-bottom: 0;
}

/* Other CSS */

html, body, html a {
  -webkit-font-smoothing: antialiased !important;
}
html{
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  background-color: #0A0A0A;
}
body {
  font-family: 'Open Sans', sans-serif;
  background-color: #0A0A0A;
  color: #F4F4F4;
}
h1 {
  font-family: 'Special Elite', cursive;
  font-size: 44px;
  font-weight: 400;
  margin-bottom: 35px;
}
h2 {
  font-family: 'Special Elite', cursive;
  font-size: 36px;
  font-weight: 400;
  margin-bottom: 25px;
}
h3 {
  font-family: 'Special Elite', cursive;
  font-size: 28px;
  font-weight: 400;
  margin-bottom: 20px;
}
h4 {
  font-family: 'Special Elite', cursive;
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 20px;
}
h5, h6 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 15px;
}
p {
  margin-bottom: 15px;
}
.content-area ul {

}
.content-area li {

}
.content-area table {
  width: 100%;
}
.content-area td {

}
a {
  font-weight: 600;
  color: #F4F4F4;
  text-decoration: none;
}
a:hover {
  color: #F4F4F4;
  text-decoration: none;
}
img {
  display: block;
  max-width: 100%;
  height: auto;
}
.content-area img {
  margin: 10px 0 15px;
}

.navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255,1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}
*:focus {
  outline: none !important;
  box-shadow: none !important;
}
img.alignright { float: right; margin: 0 0 1em 1em; }
img.alignleft { float: left; margin: 0 1em 1em 0; }
img.aligncenter { display: block; margin-left: auto; margin-right: auto; }

.alignright { float: right; }
.alignleft { float: left; }
.aligncenter { display: block; margin-left: auto; margin-right: auto; }

/* contact form 7 */
.wpcf7-form {
  max-width: 666px;
  margin: auto;
}
.wpcf7-form input, .wpcf7-form textarea, .wpcf7-form label, .wpcf7-form p, .wpcf7-form span, .wpcf7-form select {
  width: 100%;
  height: auto;
  border-radius: 0;
}
.wpcf7-form select,
.wpcf7-form input,
.wpcf7-form textarea {
  padding: 10px;
  background-color: transparent;
  color: #f4f4f4;
  border: 1px solid #f4f4f4;
}
.wpcf7-form input[type=checkbox],
.wpcf7-form input[type=radio] {
  width: auto;
}
.wpcf7-form textarea.form-control {
  max-height: 150px;
}
.wpcf7-form .form-control:focus {
  color: #0A0A0A;
  background-color: #F4F4F4;
  border-color: #F4F4F4;
  outline: 0;
  box-shadow: 0;
}

/* verzendknop */
.wpcf7-form .btn-outline-primary {
  color: #F4F4F4;
  background-color: transparent;
  border-color: #F4F4F4;
  padding: 10px;
}
.wpcf7-form .btn-outline-primary:hover {
  color: #0A0A0A;
  background-color: #F4F4F4;
  border-color: #F4F4F4;
}
.wpcf7-form .btn-outline-primary:not(:disabled):not(.disabled).active,
.wpcf7-form .btn-outline-primary:not(:disabled):not(.disabled):active,
.wpcf7-form .show > .btn-outline-primary.dropdown-toggle {
  color: #0A0A0A;
  background-color: #F4F4F4;
  border-color: #F4F4F4;
}

/* menu dorpdown on hover */
.dropdown:hover>.dropdown-menu {
  display: block;
}
.dropdown-menu {
  margin-top: 0;
}





/* Large Devices, Wide Screens */

@media only screen and (max-width: 1200px) {
  .afbeelding_met_tekst .container img.mainimg {
    max-width: 100%;
    width: 100%;
  }
}

/* Medium Devices, Desktops */

@media only screen and (max-width: 992px) {
  .bandleden .bandlid-item.small {
    width: 33%;
  }
}

/* Small Devices, Tablets */

@media only screen and (max-width: 768px) {
  #masthead .logo {
    margin: 65px auto 0;
  }
  .dodorow:first-child.afbeelding_met_tekst {
    margin-top: 0;
  }
  .afbeelding_met_tekst.links .inner,
  .afbeelding_met_tekst.rechts .inner {
    padding-left: 0;
    padding-right: 0;
  }
  .bandleden .bandlid-item.large .inner,
  .bandleden .bandlid-item.large .order-md-2 .inner {
    padding-left: 0;
    padding-right: 0;
  }
  .afbeelding_met_tekst.links .featured .inner,
  .afbeelding_met_tekst.rechts .featured .inner {
    padding: 45px;
  }
  .galerij .grid-sizer,
  .galerij .grid-item {
    width: 50%;
  }
  .instagram .instaimg {
    width: calc(50% - 20px);
  }
  .afbeelding {
    height: 225px;
  }
  .bandleden .bandlid-item.small {
    width: 50%;
  }
}

/* Extra Small Devices, Phones */

@media only screen and (max-width: 480px) {
  .galerij .grid-sizer,
  .galerij .grid-item {
    width: 100%;
  }
  .instagram .instaimg {
    width: calc(100% - 20px);
  }
  .bandleden .bandlid-item.small {
    width: 100%;
  }
}

/* Custom, iPhone Retina */

@media only screen and (max-width: 320px) {}
