/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 4 version
*/

#archive-articles-template-1 img {
    -webkit-transition: var(--g-img-transition-timing);
    -o-transition: var(--g-img-transition-timing);
    transition: var(--g-img-transition-timing);
    aspect-ratio: 16/9;
}

#archive-articles-template-1 .date_container {
    bottom: 10px;
    right: 12px;
    background: var(--g-color-1);
    border-radius: var(--g-btn-radius);
}

#archive-articles-template-1 .custom-btn {
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    background: transparent;
    outline: none !important;
    cursor: pointer;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    position: relative;
    display: inline-block;
}

#archive-articles-template-1 .btn-5 {
    width: 130px;
    height: 40px;
    line-height: 42px;
    padding: 0;
    border: none;
}
#archive-articles-template-1 .btn-5 span {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
}
#archive-articles-template-1 .btn-5:before,
#archive-articles-template-1 .btn-5:after {
    position: absolute;
    content: "";
    right: 0;
    bottom: 0;
    background: var(--g-color-1);
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#archive-articles-template-1 .btn-5:before {
    height: 50%;
    width: 2px;
}
#archive-articles-template-1 .btn-5:after {
    width: 20%;
    height: 2px;
}
#archive-articles-template-1 .btn-5:hover:before {
    height: 100%;
}
#archive-articles-template-1 .btn-5:hover:after {
    width: 100%;
}
#archive-articles-template-1 .btn-5 span:before,
#archive-articles-template-1 .btn-5 span:after {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    background: var(--g-color-1);
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#archive-articles-template-1 .btn-5 span:before {
    width: 2px;
    height: 50%;
}
#archive-articles-template-1 .btn-5 span:after {
    width: 20%;
    height: 2px;
}
#archive-articles-template-1 .btn-5 span:hover:before {
    height: 100%;
}
#archive-articles-template-1 .btn-5 span:hover:after {
    width: 100%;
}

#archive-articles-template-1 .article_date {
    line-height: 24px;
}

@media (min-width: 992px) {
    #archive-articles-template-1 .effect-caliper {
        margin-right: -14px;
    }
}

@media (min-width: 768px) {
    #archive-articles-template-1 .effect-caliper:before {
        content: "";
        width: 100%;
        position: absolute;
        right: 0;
        background: url(/_data/styly/bilavcik/caliper-dir-down-grey.png) repeat-x;
        height: 100%;
        z-index: 9;
        opacity: 1;
        top: 100%;
        -webkit-transform: scaleY(0.7);
        -ms-transform: scaleY(0.7);
        transform: scaleY(0.7);
        pointer-events: none;
    }

    #archive-articles-template-1 .effect-caliper:after {
        content: "";
        width: 100%;
        position: absolute;
        right: 0;
        background: url(/_data/styly/bilavcik/caliper-dir-down-grey.png) repeat-x;
        height: 100%;
        z-index: 9;
        opacity: 1;
        top: 30%;
        -webkit-transform: scaleY(-0.7);
        -ms-transform: scaleY(-0.7);
        transform: scaleY(-0.7);
        pointer-events: none;
    }
}
