.footer a{
  color: #FFF;
}

div[data-widget_type="theme-page-title.default"]{
    display: none !important;
}

.footermenu2 li:last-child{
    padding-top: 20px
}

.nieuwsoverzicht .jet-listing-grid__item:nth-child(2) .nieuwsitem{
  background-color: #BCB8B9 !important;
}
.nieuwsoverzicht .jet-listing-grid__item:nth-child(2) .nieuwsitem:hover{
  background-color: #A8A2A4 !important;
}
.nieuwsoverzicht .jet-listing-grid__item:nth-child(3) .nieuwsitem{
  background-color: #FFF4DD !important;
}
.nieuwsoverzicht .jet-listing-grid__item:nth-child(3) .nieuwsitem:hover{
  background-color: #FFE8BA !important;
}
.nieuwsoverzicht .jet-listing-grid__item:nth-child(4) .nieuwsitem{
  background-color: #FFF4DD !important;
}
.nieuwsoverzicht .jet-listing-grid__item:nth-child(4) .nieuwsitem:hover{
  background-color: #FFE8BA !important;
}
.nieuwsoverzicht .jet-listing-grid__item:nth-child(5) .nieuwsitem{
  background-color: #FDC52C !important;
}
.nieuwsoverzicht .jet-listing-grid__item:nth-child(5) .nieuwsitem:hover{
  background-color: #FDBF13 !important;
}
.nieuwsoverzicht .jet-listing-grid__item:nth-child(6) .nieuwsitem{
  background-color: #424142!important;
  color: #BDBDBD !important;
}
.nieuwsoverzicht .jet-listing-grid__item:nth-child(6) .nieuwsitem:hover{
  background-color: #292929 !important;
  color: #BDBDBD !important;
}
.nieuwsoverzicht .jet-listing-grid__item:nth-child(7) .nieuwsitem{
  background-color: #424142 !important;
  color: #BDBDBD !important;
}
.nieuwsoverzicht .jet-listing-grid__item:nth-child(7) .nieuwsitem:hover{
  background-color: #292929  !important;
  color: #BDBDBD !important;
}
.nieuwsoverzicht .jet-listing-grid__item:nth-child(8) .nieuwsitem{
  background-color: #FFF4DD !important;
}
.nieuwsoverzicht .jet-listing-grid__item:nth-child(8) .nieuwsitem:hover{
  background-color: #FFE8BA !important;
}
.nieuwsoverzicht .jet-listing-grid__item:nth-child(9) .nieuwsitem{
  background-color: #BCB8B9 !important;
}
.nieuwsoverzicht .jet-listing-grid__item:nth-child(9) .nieuwsitem:hover{
  background-color: #A8A2A4 !important;
}
.nieuwsoverzicht .title{
    height: 50px;
}
.nieuwsoverzicht .content{
    height: 70px;
}


/** contact form **/
#Contact_Form button{
    background-color: #ffffff !important;
    color: #FCC52B;
    text-decoration: underline;
    flex-basis: auto;
}
#Contact_Form button:hover{
    color: rgb(51, 51, 51) !important;
}
#Contact_Form label{
    text-transform: uppercase;
}
.grecaptcha-badge { 
    visibility: hidden;
}

/** Google maps grayscale **/
.feature.map iframe{
    width:100%;
    border:0;
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 10+ */
    filter: gray; /* IE6-9 */
	  -webkit-filter: grayscale(99%); /* Chrome 19+ & Safari 6+ */
	  -webkit-backface-visibility: hidden;  /* Fix for transition flickering */
  }
}







/** Main menu **/
.mainmenu li a:hover, .mainmenu li.current_page_item a, .mainmenu li.current-menu-item > a{
    color: var( --e-global-color-accent );
}
/** Menu **/
.elementor-nav-menu--main .current-menu-item-single-page > a {
    color: var( --e-global-color-accent ) !important;
}


/** Advocaten expertises **/
.relatedexpertise ul{
    margin: 0px;
    padding: 0px;
}
.relatedexpertise li{
    margin: 0px;
    list-style: none;
    float: left;
    width: 145px;
    height: 145px;
    background-color: #FDC52C;
    color: #FFF;
    text-align: center;
    -moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	-khtml-border-radius: 50%;
	border-radius: 50%; 
	box-sizing: border-box;
	padding: 15px;
	display: table;
	margin-right: 10px;
	margin-bottom: 10px;
}
.relatedexpertise li a{
    display: table-cell;
    vertical-align: middle;
    text-decoration: none;
    color: #FFF;
    font-family: "Lexend-Bold", Sans-serif;
    font-size: 14px;
    line-height: 14px;
    
    overflow-wrap: break-word;
    word-wrap: break-word;
    -ms-word-break: break-all;
    word-break: break-all;
    word-break: break-word;
    -ms-hyphens: auto;
    -moz-hyphens: auto;
    -webkit-hyphens: auto;
    hyphens: auto;
    
    -moz-transition: all 0.3s ease-out;  /* FF4+ */
    -o-transition: all 0.3s ease-out;  /* Opera 10.5+ */
    -webkit-transition: all 0.3s ease-out;  /* Saf3.2+, Chrome */
    -ms-transition: all 0.3s ease-out;  /* IE10 */
    transition: all 0.3s ease-out;  	
}
.relatedexpertise li a:hover{
    color: rgb(51, 51, 51);
}

/** Post navigation arrows **/
.articlenavigation a{
    text-decoration: none;
    -moz-transition: all 0.3s ease-out;  /* FF4+ */
    -o-transition: all 0.3s ease-out;  /* Opera 10.5+ */
    -webkit-transition: all 0.3s ease-out;  /* Saf3.2+, Chrome */
    -ms-transition: all 0.3s ease-out;  /* IE10 */
    transition: all 0.3s ease-out;  
}
.articlenavigation a span{
    display: inline-block;
    background-size: 80px;
    background-repeat: no-repeat;
    padding-top: 40px;
    padding-bottom: 40px;
}
.articlenavigation a .post-navigation__prev--label{
    background-image: url('https://www.ojvadvocaten.nl/wp-content/uploads/2022/01/slider_icon.svg');
    background-position: left center;
    padding-left: 100px;
}
.articlenavigation a .post-navigation__next--label{
    background-image: url('https://www.ojvadvocaten.nl/wp-content/uploads/2022/01/Pijl-rechts-1.svg');
    background-position: right center;
    padding-right: 100px;
}
@media(min-width: 768px) and (max-width: 1024px){
    .relatedexpertise li{
        width: 110px;
        height: 110px;
        padding: 14px;
    }
    .relatedexpertise li a{
        font-size: 11px;
        line-height: 11px;
    }
}
@media(max-width: 768px){
    .articlenavigation a span{
        background-size: 40px;
    }
    .articlenavigation a .post-navigation__prev--label{
        padding-left: 60px;   
    }
    .articlenavigation a .post-navigation__next--label{
        padding-right: 60px; 
    }
}

/** Advocaten linkedin **/
.linkedinbtn{
    background: url('https://www.ojvadvocaten.nl/wp-content/uploads/2022/01/icon_mail.svg');
    background-repeat: no-repeat;
    background-size: 22px;
    padding-left: 30px;
    padding-top: 3px;
    padding-bottom: 3px;
    text-decoration: none !important;
}

/** Other **/
.nounderline a{
    text-decoration: none !important;
}
.clickarea{
    cursor: pointer;
}

.socialshare .elementor-share-btn__title{
    color: #424142 !important;
    font-weight: 100 !important;
}

/** Mobile menu **/
@media(max-width: 768px){
    .elementor-nav-menu--dropdown .elementor-sub-item{
        font-size: 12px !important;
    }
    .elementor-nav-menu li li a{
        padding-top: 0px !important;
        padding-bottom: 0px !important;
    }
    .elementor-nav-menu--dropdown li li a{
        padding-top: 6px !important;
        padding-bottom: 6px !important;
    }
}





/** Expertise archive **/
.expertiseoverzicht .jet-listing-grid__item:nth-child(2) .item, .expertiseoverzicht .jet-listing-grid__item:nth-child(9) .item, .expertiseoverzicht .jet-listing-grid__item:nth-child(13) .item{
  background-color: #E7E6E7 !important;
}
.expertiseoverzicht .jet-listing-grid__item:nth-child(2) .item:hover, .expertiseoverzicht .jet-listing-grid__item:nth-child(9) .item:hover, .expertiseoverzicht .jet-listing-grid__item:nth-child(13) .item:hover{
  background-color: #E7E6E7 !important;
}

.expertiseoverzicht .jet-listing-grid__item:nth-child(3) .item, .expertiseoverzicht .jet-listing-grid__item:nth-child(4) .item, .expertiseoverzicht .jet-listing-grid__item:nth-child(10) .item{
  background-color: #BCB8B9 !important;
}
.expertiseoverzicht .jet-listing-grid__item:nth-child(3) .item:hover, .expertiseoverzicht .jet-listing-grid__item:nth-child(4) .item:hover, .expertiseoverzicht .jet-listing-grid__item:nth-child(10) .item:hover{
  background-color: #BCB8B9 !important;
}

.expertiseoverzicht .jet-listing-grid__item:nth-child(5) .item, .expertiseoverzicht .jet-listing-grid__item:nth-child(8) .item{
  background-color: #414142 !important;
  color: #FFF !important;
}
.expertiseoverzicht .jet-listing-grid__item:nth-child(5) .item a, .expertiseoverzicht .jet-listing-grid__item:nth-child(8) .item a{
  color: #FFF !important;
}
.expertiseoverzicht .jet-listing-grid__item:nth-child(5) .item:hover, .expertiseoverzicht .jet-listing-grid__item:nth-child(8) .item:hover{
  background-color: #414142 !important;
  color: #FFF !important;
}

.expertiseoverzicht .jet-listing-grid__item:nth-child(6) .item, .expertiseoverzicht .jet-listing-grid__item:nth-child(11) .item{
  background-color: #FFF3DA !important;
}
.expertiseoverzicht .jet-listing-grid__item:nth-child(6) .item:hover, .expertiseoverzicht .jet-listing-grid__item:nth-child(11) .item:hover{
  background-color: #FFF3DA !important;
}

.expertiseoverzicht .jet-listing-grid__item:nth-child(1) .expertiseimg .elementor-widget-container, .expertiseoverzicht .jet-listing-grid__item:nth-child(7) .expertiseimg .elementor-widget-container, .expertiseoverzicht .jet-listing-grid__item:nth-child(11) .expertiseimg .elementor-widget-container{
    background-color: #FFFFFF !important;
}

.expertiseoverzicht .expertiseadvocaten a{
    text-decoration: none !important;
    color: rgb(51, 51, 51);
    font-size: 16px !important;
}
.expertiseoverzicht .expertiseadvocaten a:hover{
    text-decoration: none !important;
}

.pijlcontainer{
    background-image: url('https://www.ojvadvocaten.nl/wp-content/uploads/2022/01/Pijl-rechts.svg') !important;
    background-repeat: no-repeat;
    background-position: right 20px bottom 20px;
    background-size: 60px;
}

.expertiseoverzicht .jet-listing-grid__item:nth-child(5) .pijlcontainer, .expertiseoverzicht .jet-listing-grid__item:nth-child(8) .pijlcontainer{
    background-image: url('https://www.ojvadvocaten.nl/wp-content/uploads/2022/01/arrow_white.svg') !important;
}


@media(min-width: 768px){
    .expertiseoverzicht .jet-listing-grid__item:nth-child(7), .expertiseoverzicht .jet-listing-grid__item:nth-child(10){
        max-width: calc(200%/var(--columns));
        flex: 0 0 calc(200%/var(--columns));
    }
}

/** Cookie **/
.footer .cli_settings_button{
    background-color: #424142 !important;
}



/** Slider **/
@media(min-width: 768px){
  .jet-listing-grid__slider-icon.prev-arrow{
    margin-left: -20px;
  }
  .jet-listing-grid__slider-icon.next-arrow{
    margin-right: -20px;
  }
}

.wp-block-buttons{
    display: block !important;
    text-align: center !important;
}
.wp-block-button__link{
    text-decoration: none !important;
    font-size: 16px !important;
    display: inline-block !important;
    background-color: var(--e-global-color-073b3f3) !important;
    color: #000 !important;
    padding-left: 20px !important;
    padding-right: 20px !important;
    margin-top: 30px !important;
    margin-bottom: 30px !important;
    -moz-transition: all 0.3s ease-out;  /* FF4+ */
    -o-transition: all 0.3s ease-out;  /* Opera 10.5+ */
    -webkit-transition: all 0.3s ease-out;  /* Saf3.2+, Chrome */
    -ms-transition: all 0.3s ease-out;  /* IE10 */
    transition: all 0.3s ease-out;  
}
.wp-block-button__link:hover{
    background-color: var(--e-global-color-text) !important;
    color: #FFF !important;
}