/*
Theme Name: The Black Devils Theme
Theme URI: https://theblakdevils.nl/
Author: MProgramming
Author URI: https://mnpronk.nl/
Description: Theme created by MProgramming for The Black Devils. 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 : #f4f4f4
knop kleur : #b5651d
*/

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

@font-face {
    font-family: 'Inika';
    src: url('Inika/Inika-Bold.ttf');
}

.grecaptcha-badge {
    visibility: hidden;
}

/* Header */

#masthead {
  background-color: #1E262D;
}
#masthead .row {
  padding: 0;
}
#masthead .show-logo {
  display: none;
}
#masthead .show-logo .logo {
  display: block;
  margin: auto;
  margin-top: 30px;
}
#masthead .logo {
  margin: 0 auto;
  max-height: 100px;
}
#masthead .socials {
  display: none;
  overflow: hidden;
  min-height: 44px;
}
#masthead .socials .smediabutn {
  float: right;
}
#masthead .navbar {
  padding: 0;
  margin-top: 15px;
  margin-bottom: 25px;
}
#masthead .nav-item .nav-link {
  font-family: 'Inika', sans-serif;
  font-size: 20px;
  letter-spacing: 1px;
  font-weight: 600;
  color: #fff;
  text-transform: uppercase;
  padding: 45px 25px 15px;
}
#masthead .nav-item.menu-logo .nav-link {
  padding-top: 15px;
}
#masthead .nav-item .nav-link:hover {
  color: #b5651d;
}
#masthead .nav-item.active .nav-link {
  color: #b5651d;
}
#masthead .dropdown-menu {
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  background-color: #1E262D;
  padding: 0;
  border-radius: 0;
  /* max-height: 0;
  overflow: hidden;
  transition: max-height 2s ease; */
}
#masthead .dropdown-item {
  font-size: 20px;
  font-weight: 600;
  color: #fff;
  padding: 10px 25px;
}
#masthead .dropdown-item:focus,
#masthead .dropdown-item:hover {
  background-color: #b5651d;
}
/* #masthead .dropdown:hover > .dropdown-menu {
  max-height: 666px;
  transition: max-height 2s ease;
} */

.header.image {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 450px;
  width: 100%;
  margin-bottom: 45px;
  overflow: hidden;
}
.header.image img {
  visibility: hidden;
  width: 100%;
}
.home .header.image {
  height: 800px;
}
.single .header.image {
  height: 300px;
}
.header.spacing {
  margin-bottom: 45px;
}

/* Dodo Rows */

.one_column,
.two_columns,
.afbeelding_rechts,
.afbeelding_links,
.show_row,
.carousel_row,
.afbeelding_row,
.galerij,
.video_row {
  position: relative;
}

.nieuws_row .tekst,
.afbeelding_links .inner {
  padding-left: 45px;
}
.afbeelding_rechts .inner {
  padding-right: 45px;
}
.afbeelding_rechts .mainimg,
.afbeelding_links .mainimg {
  width: 100%;
  margin-bottom: 0;
}
.img-subtitel {
  font-size: 14px;
  font-style: italic;
  /* margin-bottom: 25px; */
}

/* galerij */

.galerij .grid {
  margin: auto;
}
.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 */

.afbeelding_row .achtergrond {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  margin: 35px 0;
  height: 500px;
  width: 100%;
}

.video_row h2 {
  text-align: center;
  min-height: 77px;
}
.video_row .youtube-image {
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 500px;
  width: 100%;
  margin: 10px 0;
  cursor: pointer;
}
.video_row .youtube-image iframe {
  width: 100%;
  height: 100%;
  display: none;
  border: 0;
  z-index: 9;
}
.video_row .youtube-image svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}
.video_row .youtube-image:hover svg polyline {
  -webkit-transition: fill .1s ease-in-out;
  -ms-transition: fill .1s ease-in-out;
  transition: fill .1s ease-in-out;
}
.video_row .youtube-image:hover svg polyline {
  fill: #b5651d;
}

/* nieuws */

.archive h3,
.nieuws_row .nieuws-item .tekst h3 {
  margin-bottom: 25px;
}
.archive span.date,
.single span.date,
.nieuws_row .nieuws-item .tekst span {
  display: block;
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 5px;
}
.archive span.date,
.nieuws_row .nieuws-item.detail .tekst span {
  color: #b5651d;
}
.nieuws_row .nieuws-item .tekst a {
  color: #b5651d;
}
.nieuws_row .nieuws-item .tekst a:hover {
  color: #1E262D;
}

.nieuws_row .nieuws-item.block {
  height: 100%;
  padding-top: 0;
  background-color: #fff;
}
.nieuws_row .nieuws-item.block .img {
  width: 100%;
  height: 225px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.nieuws_row .nieuws-item.block .tekst {
  padding: 22.5px;
  height: calc(100% - 225px);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.nieuws_row .nieuws-item.detail {
  padding-top: 0;
  margin: 22.5px 0;
}
.nieuws_row .nieuws-item.detail .img {
  width: 100%;
  height: 300px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.show_row .show-item {
  margin: 35px 0;
  padding-bottom: 25px;
  border-bottom: 1.5px solid #1E262D;
}
.show_row .show-item:last-child {
  border-bottom: 0;
}

.bandleden .bandlid-item {
  margin-top: 15px;
  margin-bottom: 15px;
  vertical-align: top;
}
.bandleden .bandlid-item .img {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 200px;
  max-width: 100%;
  height: 200px;
  margin: 0 auto 15px;
  border-radius: 50%;
  overflow: hidden;
}
.bandleden .bandlid-item .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 .img:hover .hover {
  opacity: 1;
}
.bandleden .bandlid-item .img .hover span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  white-space: nowrap;
}
.bandleden .bandlid-item h3 {
  margin-bottom: 5px;
}

/* bandlid single */

.bandlid-item {
  margin: 25px 0;
}
.bandlid-item .img {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 50%;
  margin: 0 auto 25px;
  width: 200px;
  height: 200px;
}

.scheidingslijn .row {
  padding: 20px 0;
}
.scheidingslijn .lijn {
  background-image: url('../img/line.svg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: auto 100%;
  height: 60px;
  width: 100%;
}
.scheidingslijn .lijn.orange {
  background-image: url('../img/line-redhorn.svg');
}

/* Footer */

#colophon {
  color: #fff;
  background-color: #1E262D;
  margin-top: 45px;
}
#colophon .row {
  padding: 60px 0;
}
#colophon h3 {
  color: #b5651d;
}
#colophon a {
  color: #fff;
}
#colophon a:hover {
  color: #b5651d;
}
#colophon .logo {
  margin: 15px 0;
}

.site-info {
  font-size: 13px;
  background-color: #000;
  color: #fff;
}
.site-info .row {
  padding: 15px 0;
}
.site-info a {
  color: #fff;
}

/* General */

.center {
  text-align: center;
}
.row {
  padding: 45px 0;
}
.butn {
  display: inline-block;
  border: 1.5px solid #b5651d;
  background-color: transparent;
  color: #b5651d;
  padding: 12.5px 27.5px;
  margin-top: 25px;
}
.butn:hover {
  border-color: #b5651d;
  background-color: #b5651d;
  color: #fff;
}
.butn:active {
  border-color: #1E262D;
  background-color: #1E262D;
  color: #fff;
}
.smediagrid {
  overflow: hidden;
}
.smediabutn {
  display: table;
  text-align: center;
  border: 1.5px solid #b5651d;
  background-color: transparent;
  color: #b5651d;
  height: 44px;
  width: 44px;
  margin-right: 5px;
  float: left;
  font-size: 16px;
}
.smediabutn:hover {
  border-color: #b5651d;
  background-color: #b5651d;
  color: #fff;
}
.smediabutn i {
  display: table-cell;
  vertical-align: middle;
}
.valign {
  display: flex;
  align-items: center;
}
#backtotop {
  opacity: 0;
  cursor: pointer;
  position: fixed;
  bottom: 50px;
  right: 50px;
  padding: 10px 17px;
  color: #b5651d;
}
#backtotop:hover {
  color: #fff;
}

/* Other CSS */

html, body, html a {
    -webkit-font-smoothing: antialiased !important;
}
html{
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
}
body {
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  line-height: 25px;
  color: #1E262D;
  background: #f4f4f4;
}
h1 {
  font-family: 'Inika', sans-serif;
  font-size: 45px;
  font-weight: 600;
  margin-bottom: 25px;
  color: #b5651d;
}
h1.titel {
  margin-bottom: 0;
}
h2 {
  font-family: 'Inika', sans-serif;
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 25px;
  color: #1E262D;
}
h3 {
  font-family: 'Inika', sans-serif;
  font-size: 27px;
  margin-bottom: 25px;
  color: #1E262D;
}
h4 {
  font-family: 'Inika', sans-serif;
  font-size: 20px;
  margin-bottom: 25px;
  color: #1E262D;
}
h5, h6 {
  font-size: 18px;
  margin-bottom: 25px;
  color: #1E262D;
}
p {

}
.content-area ul {

}
.content-area li {

}
.content-area table {
  width: 100%;
  margin: 25px 0;
  border-collapse: collapse;
}
.content-area td,
.content-area th {
  border: 1px solid #dddddd;
  text-align: left;
  padding: 10px;
}
.content-area th {
  background-color: #1E262D;
  color: #fff;
}
.content-area tr:nth-child(odd) {
  background-color: #fff;
}
a {
  font-weight: 600;
  color: #1E262D;
  text-decoration: none;
  transition: color .2s ease, background-color .2s ease, border-color .2s ease;
}
a:hover {
  color: #b5651d;
  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 */
.form {
  max-width: 100%;
  margin: auto;
  font-size: 0;
  width: 666px;
}
.form div {
  width: 100%;
  display: inline-block;
  margin: 5px 0px 10px;
  vertical-align: top;
  font-size: 16px;
}
.form input,
.form textarea {
  margin-bottom: 10px;
  background-color: #fff;
  border: 1px solid #ebebeb;
  color: #191919;
  padding: 10px;
  -webkit-transition: border-color .1s ease-in-out;
  -ms-transition: border-color .1s ease-in-out;
  transition: border-color .1s ease-in-out;
}
.form input:focus,
.form textarea:focus {
  border-color: #8C8989;
}
.form label {
  margin: 5px 0;
  display: none;
}
.form div.succes,
.form div.fail {
  display: none;
}
.form div.succes span,
.form div.fail span {
  display: block;
  border: 1px solid #b5651d;
  color: #b5651d;
  padding: 15px;
  text-align: center;
}
.form span.error {
  display: none;
  color: #b5651d;
}

.form div label,
.form div span,
.form div textarea,
.form div input {
  width: 100%;
}
.form div.submit input {
  background-color: transparent;
  border: 1px solid #b5651d;
  color: #b5651d;
  margin: 10px 0;
  -webkit-transition: all .1s ease-in-out;
  -ms-transition: all .1s ease-in-out;
  transition: all .1s ease-in-out;
}
.form div.submit input:hover {
  color: #fff;
  background-color: #b5651d;
  border-color: #b5651d;
}
.form div.submit input:active {
  background-color: #b5651d;
  color: #fff;
  border-color: #b5651d;
}
.input-email,
.textarea {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}
.input-name,
.input-subject,
.input-submit {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

/* verzendknop */
.form .form-submit {
  color: #b5651d;
  background-color: transparent;
  border-color: #b5651d;
  padding: 10px;
}
.form .form-submit:hover {
  color: #fff;
  background-color: #b5651d;
  border-color: #b5651d;
}
.form .form-submit:not(:disabled):not(.disabled).active,
.form .form-submit:not(:disabled):not(.disabled):active,
.form .show > .form-submit.dropdown-toggle {
  color: #fff;
  background-color: #1E262D;
  border-color: #1E262D;
}

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





/* Large Devices, Wide Screens */

@media only screen and (min-width: 1366px) {
  #masthead .container {
    max-width: 1366px;
  }
}

@media only screen and (max-width: 1366px) {
  #masthead .nav-item.hide-logo {
    display: none;
  }
  #masthead .show-logo {
    display: block;
  }
  #masthead .nav-item .nav-link {
    padding-top: 15px;
  }
}

@media only screen and (min-width: 1200px) {
  #masthead .nav-item {
    align-items: center;
    display: flex;
  }
}

/* Medium Devices, Desktops */

@media only screen and (max-width: 992px) {
  .home .header.image {
    height: initial;
    max-height: initial;
  }
}

/* Small Devices, Tablets */

@media only screen and (max-width: 768px) {
  .nieuws_row .tekst {
    padding-top: 45px;
    padding-left: 0;
    padding-right: 0;
  }
  .afbeelding_links .inner,
  .afbeelding_rechts .inner {
    padding-bottom: 45px;
    padding-left: 0;
    padding-right: 0;
  }
  .galerij .grid-sizer,
  .galerij .grid-item {
    width: 50%;
  }
  .instagram .instaimg {
    width: calc(50% - 20px);
  }
  .afbeelding_row .achtergrond {
    max-height: 300px;
  }
  .home .header.image,
  .header.image {
    height: initial;
    max-height: initial;
  }
}

/* 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);
  }
  .afbeelding_row .achtergrond {
    max-height: 200px;
  }
  #backtotop {
    display: none !important;
  }
}

/* Custom, iPhone Retina */

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