/*
Theme Name: Test Okul
Author: IRM Digital
Author URI: https://irm.com.tr/
Description: Another cool theme by IRM Digital.
Version: 1.0.0
Template: dt-the7
*/

body .scroll-top {
    bottom: 100px;
}

body .scroll-top.on {
    right: 33px;
}

/**
 * is-loading
 */

.is-loading {
    position: relative !important;
    opacity: 0.4 !important;
    -webkit-user-select: none !important;
    -moz-user-select: none !important;
    -ms-user-select: none !important;
    user-select: none !important;
    overflow: hidden !important;
}

.is-loading:before,
.is-loading:after {
    position: absolute;
    z-index: 100;
    top: 0;
    right: 0;
    bottom: 0;
    left: -50px !important;

    content: "";
    display: block;

    background: -o-repeating-linear-gradient(
            145deg,
            #000 1px,
            #fff 2px,
            #fff 11px,
            #000 12px,
            #000 20px
    );

    background: repeating-linear-gradient(
            -55deg,
            #000 1px,
            #fff 2px,
            #fff 11px,
            #000 12px,
            #000 20px
    );

    -webkit-animation-name: move-bg;

    animation-name: move-bg;
    -webkit-animation-duration: .6s;
    animation-duration: .6s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;

    opacity: 0.1;
}

.is-loading:before {
    z-index: 99;
    display: none;
}

@-webkit-keyframes move-bg {
    from {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    to {
        -webkit-transform: translateX(46px);
        transform: translateX(46px);
    }
}

@keyframes move-bg {
    from {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    to {
        -webkit-transform: translateX(46px);
        transform: translateX(46px);
    }
}


/**
 * c-blog-sub-page
 */

.c-blog-sub-page h3 {
    margin-bottom: 0;
}

.c-blog-sub-page .vc-gitem-zone-height-mode-auto.vc-gitem-zone-height-mode-auto-4-3:before {
    background-color: rgba(227, 6, 19, 0.7);

    -webkit-transition: all .3s ease-in-out;

    -o-transition: all .3s ease-in-out;

    transition: all .3s ease-in-out;
}


.c-blog-sub-page:hover .vc-gitem-zone-height-mode-auto.vc-gitem-zone-height-mode-auto-4-3:before {
    background-color: rgba(227, 6, 19, 0.9);
}
