/*
Theme Name:         Watertoren
Theme URI:          http://salescare.nl
Version:            1.0

*/

.res-page{
    padding-left: 10px;
    padding-right: 10px;
}

.res-content{
    padding-bottom: 30px;
}

.res-box {
    border: 1px solid #212121;
    margin-bottom: 30px;
    padding: 30px 15px 30px;

}

.res-box .image-box button {
    position: absolute;
    bottom: -25px;
    left: calc(50% - 79px);
    text-transform: uppercase;
    font-size: 14px;
    padding: 15px 30px;
    outline: 0;
    border: none;
    color: #fff;
    z-index: 1;
}

button.btn-res_menu:hover {
    background: #1a1a1a;
}

.page .res-box h2 {
    padding-top: 35px;
    padding-bottom: 10px;
}

@media screen and (min-width: 768px) {

    .res-box {
        padding: 30px 15px 50px;
    }

    .page .res-box h2 {
        padding-top: 15px;
    }

    .res-box .image-box button {

    }
}

@media screen and (min-width: 992px) {
    .res-page{
        padding-left: 0;
        padding-right: 0;
    }
}




