/*Slider (Hoempage)*/

#frontpage-slider .slides {
    height: 70vh;
}

#frontpage-slider .flex-caption {
    position: absolute;
    top: 40%;
    left: 12vw;
    width: calc(76vw - 2em);
    padding: 1.7em;
}

#frontpage-slider .post-title {
    position: absolute;
    bottom: 100%;
}

#frontpage-slider .link_image > img {
    height: 70vh;
    overflow: hidden;
}

/*
.wpb_posts_slider, .wpb_flexslider {
    box-shadow: none !important;
}

.wpb_posts_slider .flex-prev, .wpb_posts_gallery .flex-prev{
    background-color:rgba(255, 255, 255, 0.9) !important;
    left: 0 !important;
    width: inherit;
    height: inherit;
    font-size: 0;
    padding: 28px 22px 28px 22px;
    border-radius: 2px;
}

.wpb_posts_slider .flex-prev::before, .wpb_posts_gallery .flex-prev::before{
    color: #63666A;
}

.wpb_posts_slider .flex-next, .wpb_posts_gallery .flex-next{
    background-color:rgba(255, 255, 255, 0.9) !important;
    right: 0 !important;
    width: inherit;
    height: inherit;
    font-size: 0;
    padding: 28px 22px 28px 22px;
    border-radius: 2px;
}

.wpb_posts_slider .flex-next::before, .wpb_posts_gallery .flex-next::before{
    color: #63666A;
}

.wpb_posts_slider .flex-caption, .wpb_posts_gallery .flex-caption{
    background-color:rgba(255, 255, 255, 0.9) !important;
    position: absolute !important;
    bottom: 0;
    top: 50%;
    height: fit-content;
    max-width: 547px;
    margin-left: 143px;
    padding: 33px 24px 26px 30px !important;
    /*margin-left: 7.55%;*//*
}

.wpb_posts_slider .post-title, .wpb_posts_gallery .post-title{
    position: absolute !important;
    bottom: 0;
    top: -64px;
    margin: 0;
    color: white;
}

.wpb_posts_slider p, .wpb_posts_gallery p{
    font-size: 22px;
    line-height: 32px;
    color: #3F3F3F;
}

.wpb_posts_slider .flex-control-nav, .wpb_posts_gallery .flex-control-nav{
    position: absolute;
    bottom: 0 !important;
    top: inherit !important;
    margin: 0 0 34px 0;
    line-height: 13px;
}

.wpb_posts_slider .flex-control-nav a, .wpb_posts_gallery .flex-control-nav a{
    height: 13px;
    width: 13px;
    background-color: white !important;
    box-shadow: inherit;
}

.wpb_posts_slider .flex-control-nav a.flex-active, .wpb_posts_gallery .flex-control-nav a.flex-active{
    background-color: #917102 !important;
}

.wpb_posts_slider .flex-control-nav a:hover, .wpb_posts_gallery .flex-control-nav a:hover{
    background-color: #917102 !important;
}

.wpb_posts_slider .post-title a{
    color: white !important;
}

.wpb_posts_slider .link_image img, .wpb_posts_gallery .link_image img{
    /*position: absolute !important;
    top: 50% !important;
    left: 50% !important;
    width: 100% !important;
    transform: translate(-50%, -50%) !important;*/
    /*position: absolute !important;
    left: 0 !important;
    right: 0 !important;
    width: 100% !important;
    height: auto !important;
    z-index: 1 !important;
    top: 50% !important;
    transform: translateY(-50%) !important;*/


    /*position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;*//*
}

.wpb_posts_slider .link_image img, .wpb_posts_gallery .link_image img{
    /*position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    height: auto;
    z-index: 1;
    top: 50%;
    transform: translateY(-50%);*/
    /*width:100%;
    height:100%;
    object-fit: cover;
    overflow: hidden;*//*
}

.wpb_flexslider {
    min-height: 678px !important;
    max-height: 678px !important;
    margin: 0 !important;
}

.wpb_posts_slider .link_image img, .wpb_posts_gallery .link_image img{
    height: auto;
    object-fit: cover;
    overflow: hidden;
    min-height: 678px !important;
    max-height: 678px !important;
    margin: 0 !important;
}

*/

