/* blog css */
.grecaptcha-badge {display: none;}
main .entry-content-wrapper .term-description img {
    width: 100% !important;
}
.image-overlay {visibility: hidden;}

#alleberichtenknop a{
    width: 100%;
}

/* Blog CSS */
.avia-gallery{
    margin-top: 25px
}

/* css voor blog/posts */

/* CSS Door Sander Sekreve */
/* Alle commentaar aangepast 11-03-2021 */

/* haalt de postie fotos weg(ik heb zelf een galerij functie) */
.postie-attachments{
    display: none !important;
}


/* bijgevoegde foto breedte */
.alignnone{
    width: 200px !important;
}

/* Zorgt ervoor dat de afbeeldingen op een post naast elkaar komen. */
.postie-attachments br{
    display: none;
}

/* Categorie weg gehaald */
.tabcontainer,.blog-categories{
    display: none !important;
}

/*  */
.big-preview img {
    border-radius: 0px;
}

/* Roze pijl hover weg gehaald */
.image-overlay-inside:before{
    display: none;
}

/* Zorgt voor de "Deel dit artikel" tekst */
.av-share-box h5{
    visibility: hidden;
    position: relative;
}

/* Deel tekst veranderd */
.av-share-link-description:after {
    visibility: visible;
    position: absolute;
    top: 0;
    left: 0;
    content: "Deel dit artikel";
}

/* class die de deelknoppen blockte */
.hr  {
    visibility: hidden;
}

/* Deel Icons vergroot */
.av-share-box-list li a:before{
    font-size: 30px;
    vertical-align: middle;
}

/* edit knop bij posts zonder featured image */
.fallback-post-type-icon{
    display: none;
}

/* vierkante thumbnails */
.avia-content-slider .slide-image, .avia-content-slider .slide-image img { border-radius: 0!important; }



/* Voor Desktop */
@media only screen and (min-width:1209px){

    .page-id-4 .slide-image{
        min-height: 181px;
        max-height: 182px;
    }

    .page-id-75513 .slide-image{
        min-height: 181px;
        max-height: 182px;
    }

    /*  */
    .slide-meta-time{
        /* Datum */
        /* display: none !important; */
        position: absolute;
        margin-top: -85px;
        width: 256px;
        height: 22px;
        text-align: center;
        border-top: 2px solid;
    }

    /* De breedte van de blog pagina aangegeven */
    .avia-content-slider{
        width: 1080px;
    }

    /* Post titel in het midden op home pagina */
    .page-id-4 .entry-content-header a {
        height: 88px !important;
        display: flex;
        justify-content: center;
        align-items: center;
        line-height: 1.2;
    }

    /* Post titel in het midden op Alle-Berichten pagina */
    .page-id-75513 .entry-content-header a {
        height: 88px !important;
        display: flex;
        justify-content: center;
        align-items: center;
        line-height: 1.2;
    }

    /* CSS Door Sander Sekreve */
    /*
.avia_textblock  {
        width: 800px
} */



    /*  */
    .slide-entry{
        /* Blog Post Border en box shadow hover */
        position: relative;
        z-index: 999;
        border-style: solid;
        border-width: 2px;
        border-color: #dedede !important;
        margin-right: -50px;
    }

    /* blog post hover */
    .slide-entry:hover{
        /* Blog hover */
        /* border-style: none !important; */
        z-index: 999;
        box-shadow: 0 0px 5px rgba(77, 77, 77, 1);  transition: box-shadow 0.3s ease-in-out;
    }


    /* post title text */
    .slide-entry-title a{
        font-size: 20px;
        text-transform: none;
        vertical-align: middle;
        vertical-align: center !important;
    }

    /* post tekst horizontaal in het midden */
    .entry-content-header a{
        text-align: center;
    }

    /* Blog blok breedte en hoogte */
    .slide-entry {
        height: 295px !important;
        width: 259px !important;
    }

    /* Read More tekst weg (Ook in instelling veranderd) */
    .read-more-link a{
        display: none !important;
    }

    /* titel en datum altijd op de goede plek */
    .slide-content .entry-content-header h3.slide-entry-title {
        margin-top: -10px;
        height: 160px;
        min-height: 160px;
    }

    /* Terugknop
.avia-button{
        width: 100% !important;
}*/

    /* ruimte tussen title regels */
    .slide-entry-title {
        line-height: 80% !important;
    }

    /* readmore */
    .slide-entry-title a{
        padding: 2px
    }

    /* de datum hoogte */
    .slide-content{
        height: 120px;
    }

    /* single post css */
    .big-preview a{

    }

    /* blog datum vertical allignment */
    .slide-meta{
        margin-top: 10px !important;
    }
}


/* voor mobiel */
@media only screen and (max-width:1209px){

    .page-id-4 .slide-image{
        min-height: 160px;
        max-height: 160px;
    }

    .page-id-75513 .slide-image{
        min-height: 160px;
        max-height: 160px;
    }

    /* minder ruimte tussen posts op mobiel */
    div .av_one_fourth {
        margin-left: 2%;
        width: 23.5%;
    }

    /*  */
    .slide-meta-time{
        /* Datum */
        /* display: none !important; */


        position: absolute;
        margin-top: -50px;
        width: 260px;
        height: 22px;
        text-align: center;
        border-top: 2px solid;
        display: none !important;
    }

    /* Post titel in het midden op home pagina */
    .page-id-4 .entry-content-header a {
        height: 66px !important;
        display: flex;
        justify-content: center;
        align-items: center;
        line-height: 1.5;
    }

    /* Post titel in het midden op alle berichten pagina */
    .page-id-75513 .entry-content-header a {
        height: 66px !important;
        display: flex;
        justify-content: center;
        align-items: center;
        line-height: 1.5;
    }


    .slide-entry{
        /* Blog Post Border en box shadow hover */
        border-style: solid;
        border-width: 2px;
        border-color: #dedede !important;
    }

    /* blog post hover met box shadow */
    .slide-entry:hover{
        /* Blog hover */
        box-shadow: 0 0px 5px rgba(77, 77, 77, 1);  transition: box-shadow 0.3s ease-in-out;
    }

    /* title center */
    .entry-content-header h3{
        text-align: center !important;
    }

    /* post title text */
    .slide-entry-title a{
        font-size: 19px;
        text-transform: none;
    }

    /* post tekst horizontaal in het midden */
    .entry-content-header a{
        text-align: center;
    }

    /* Read More tekst weg (Ook in instelling veranderd) */
    .read-more-link a{
        display: none !important;
    }

    /* titel en datum altijd op de goede plek */
    .slide-content .entry-content-header h3.slide-entry-title {
        margin-top: -10px;
        height: 160px;
        min-height: 160px;
    }


    /* ruimte tussen title regels */
    .slide-entry-title {
        line-height: 80% !important;
    }

    /* readmore */
    .slide-entry-title a{
        padding: 2px
    }

    /* datum hoogte */
    .slide-content{
        height: 65px;
    }

    /* blog datum vertical allignment */
    .slide-meta{
        margin-top: 10px !important;
    }
}


/* post titel grootte voor kleiner scherm */
@media only screen and (max-width:1081px){




    /* post title text */
    .slide-entry-title a{
        font-size: 14px;
        text-transform: none;
        line-height: 10px;
    }
}

/* post titel grootte voor kleiner scherm */
@media only screen and (max-width:1024px){

    .page-id-4 .slide-image{
        min-height: 100px;
        max-height: 100px;
    }

    .page-id-75513 .slide-image{
        min-height: 100px;
        max-height: 100px;
    }
    /* post title text */
    .slide-entry-title a{

        font-size: 14px;
        text-transform: none;
        line-height: 10px;
    }
}

/* post titel grootte voor kleiner scherm */
@media only screen and (max-width:1209px) and (orientation:portrait) {
    .slide-entry-title a{

        font-size: 15px;
        text-transform: none;
        line-height: 10px;
    }
}

/* post titel grootte voor kleiner scherm */
@media only screen and (max-width: 767px) {

    .page-id-4 .slide-image{
        min-height: 180px;
        max-height: 180px;
    }

    .page-id-75513 .slide-image{
        min-height: 180px;
        max-height: 180px;
    }

    .responsive #top #wrap_all .avia-content-slider-even .slide-entry.slide-parity-odd, .responsive #top #wrap_all .avia-content-slider-odd .slide-entry.slide-parity-even {
        margin: 0;
        clear: both;
        margin-bottom: 20px;
    }

    .slide-entry-title a{

        font-size: 20px;
        text-transform: none;
        line-height: 10px;
    }

    /* minder ruimte tussen blog posts en onderste knoppen */
    .avia-content-slider .slide-entry-wrap {
        margin-bottom: 0;
    }
}

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

    .page-id-4 .slide-image{
        min-height: 110px;
        max-height: 110px;
    }

    .page-id-75513 .slide-image{
        min-height: 110px;
        max-height: 110px;
    }

    .slide-entry-title a{
        font-size: 15px;
        text-transform: none;
        line-height: 10px;
    }
}

@media only screen and (max-width: 400px) {
    .page-id-4 .slide-image{
        min-height: 100px;
        max-height: 100px;
    }

    .page-id-75513 .slide-image{
        min-height: 100px;
        max-height: 100px;
    }
}

@media only screen and (max-width: 350px) {
    .slide-entry-title a{
        font-size: 13px;
        text-transform: none;
        line-height: 10px;
    }

    .page-id-4 .slide-image{
        min-height: 80px;
        max-height: 80px;
    }

    .page-id-75513 .slide-image{
        min-height: 80px;
        max-height: 80px;
    }
}
