/*
 Theme Name:  Divi Child Theme
 Theme URI:    https://divilife.com
 Description:  Child Theme for Divi
 Author:       Tim Strifler
 Author URI:   https://divilife.com
 Template:     Divi
 Version:      1.0.0
*/

/*****Add any custom CSS below this line*****/


.custom_home_uitje.short_info .price {
    font-weight: normal;
    float: right;
}

.custom_home_uitje.short_info {
    position: absolute;
    text-align: left;
    left: 0;
    bottom: 0;
    background: url('./img/shadow_uitje.png') repeat-x left bottom;
    width: 100%;
    padding: 10px 10px 8px 5px;
    color: #fff;
}

.custom_home_uitje.short_info span.price_inner{
    font-weight: normal;
    font-size: 25px;
    float: right;
}

.custom_home_uitje.short_info span sup{
    font-weight: normal;
    top: -7px;
    padding-right: 3px;
    font-size: 14px;
}

.custom_home_uitje.short_info span.vanaf{
    font-weight: normal;
    font-size: 10px;
    float: right;
    padding-right: 5px;
    padding-bottom: 0px;
}
.custom_home_uitje.short_info span.BTW{
    font-weight: normal;
    font-size: 10px;
    float: right;
    padding-right: 5px;
    padding-bottom: 5px;    
}


.categorie_thema{
    font-size: 12px;
    color: #bbbdbe;
    padding-bottom: 10px;
    text-align: center;
    border-bottom: #bbbdbe;
    border-bottom-style: groove;
    border-bottom-width: thin;
    margin-bottom: 10px;
    margin-top: -15px;
}


div#search_results_custom {
    border-radius: 3px;
    margin-bottom: 20px;
    color: #fff;
    padding: 12px 20px;
    font-size: 14px;
    background-color: #f29400;
}

ul.single_theme_list {
    list-style-type: none;
    padding: 0px;
}

.modify_search {
    background-color: rgba(255,255,255,0.5);
    padding: 15px 10px 0px 15px;
    border: 1px solid #ddd;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    margin-bottom: 25px;
}

@media only screen and (min-width: 768px) {
    .home_search_section .searchandfilter ul{
        display: flex;
        gap: 15px;
      }

      /*Archive Page*/ 

    .dt-blog article.et_pb_post{
        display: flex;
    }
    
    .dt-blog img {
        max-width: 218px !important;
    }

    .custom_archive_uitjes.price_list{
        border-left: 1px solid #ededed;
    }
    /*Archive Page*/ 
}


/*Archive Page*/ 
.custom_archive_uitjes.price_list{
    padding: 15px;
    text-align: center;
}

.custom_archive_uitjes.price_list span{
    color: #004489;
    font-size: 35px;
    line-height: 38px;
    font-weight: 400;
}

.custom_archive_uitjes .vanaf {
    font-size: 22px !important;
    color: #999 !important;
    margin-bottom: 5px;
}

.custom_archive_uitjes.price_list sup {
    font-size: 22px;
    position: relative;
    top: -10px;
}

.custom_archive_uitjes small {
    font-size: 11px;
    color: #999 !important;
    display: block !important;
}
/*Archive Page*/ 

/*Single uitje page*/
.uitje_banner_section{
    min-height: 195px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}