/*
Theme Name: Pinzz
Theme URI: https://www.pinzz.com
Version: 1.0
Description: Speciaal ontworpen thema voor Pinzz
Author: Bas van Disseldorp Multimedia Producties
Author URI: https://www.basvandisseldorp.nl
template: bb-theme
*/

/* Add your custom styles here... */

.current-menu-item > a{
    background-color: transparent!important;
    color: #f05d26!important;
    border-color: #f05d26!important;
}
.menu-item a{
    border: 2px solid #fff;
    border-top-width: 2px;
    border-left-width: 2px;
}
.menu-item a:hover{
    border-color:#f05d26;
}

.contactbtn a{
    border: 2px solid #000;
    border-top-width: 2px;
    border-left-width: 2px;
    color: #fff!important;
    position: relative;
    padding-left: calc(1rem + 40px)!important;
    background-color: #000;
}
.contactbtn a:before{
    content: "C";
    display: inline-block;
    border-right: 2px solid #000;
    position: absolute;
    left:0;
    top:0;
    width: calc(1rem + 25px);
    height: 100%;
    line-height: calc(1rem + 25px);
    background-color: #fff;
    color: #000;
}
.contactbtn a:hover{
    color: #fff!important;
}
.contactbtn.current-menu-item a{
    background-color: #f05d26!important;
    color: #fff;
    border-color: #f05d26!important;
}
.contactbtn a:hover::before, .contactbtn.current-menu-item a:before{
    border-color: #f05d26;
    color: #f05d26;
}

.grandtitle{
  transform: rotate(-2deg);
}
.highlighted{
  background-color: #f05d26;
  padding: 0 1rem;
  position: relative;
  z-index:-1;
}
.colored .highlighted{
  background-color: #fff;
  color: #000!important;
}