/*
Theme Name: Nestedbyte Elementor
Version: V.1.0
Author: Nestedbyte
Author URI: https://nestedbyte.com/
Text Domain: nestedbyteelementor
*/


html,
body {
    margin: 0px;
    font-family: "Open Sans", Sans-serif;
}

.row {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(-1* var(--bs-gutter-y));
    margin-right: calc(-.5* var(--bs-gutter-x));
    margin-left: calc(-.5* var(--bs-gutter-x));
    box-sizing: border-box;
}

.row>* {
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: calc(var(--bs-gutter-x)* .5);
    padding-left: calc(var(--bs-gutter-x)* .5);
    margin-top: var(--bs-gutter-y);
    box-sizing: border-box;
}

.d-none {
    display: none !important;
}

.d-flex {
    display: flex;
}

.flex-column {
    flex-direction: column;
}

.d-block {
    display: block;
}

.w-100 {
    width: 100%;
    min-width: 100%;
}

.px-0 {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.mb-3 {
    margin-bottom: 1rem !important;
}

.mb-4 {
    margin-bottom: 20px !important;
}

.wpcf7-textarea {
    font-family: var(--e-global-typography-text-font-family), Sans-serif;
    font-size: var(--e-global-typography-text-font-size);
    font-weight: var(--e-global-typography-text-font-weight);
    line-height: var(--e-global-typography-text-line-height);
}

.pdct_blk {}

.pdct_blk .lakit-posts__thumbnail-img {
    object-fit: contain;
    object-position: center;
}

.lst_of_itmz {}

.lst_of_itmz li {
    display: flex;
}

.lst_of_itmz .bdt-fancy-list-wrap {
    width: 100%;
}

.lst_of_itmz .bdt-fancy-list .flex-wrap {
    height: 100%;
}

.lst_of_itmz .bdt-fancy-list-content {
    margin-bottom: auto;
}


@media (min-width: 881px) {
    .srvz_blk .lakit-posts__inner-content {
        position: absolute;
        bottom: 0px;
        left: 0px;
        right: 0px;
        top: 0px;
        border-radius: 13px;
        background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0%, #000 100%);
        -webkit-border-radius: 13px;
        -moz-border-radius: 13px;
        -ms-border-radius: 13px;
        -o-border-radius: 13px;
        transition: all 0.3s ease-in-out;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        z-index: 3;
        display: flex;
    }

    .srvz_blk .lakit-posts__inner-content-inner {
        margin-top: auto;
        margin-bottom: 0px;
        width: 100%;
    }

    .srvz_blk .lakit-posts__inner-content .lakit-posts__excerpt {
        opacity: 0;
        height: 0px;
        transition: all 0.3s ease-in-out;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
    }

    .srvz_blk .lakit-posts__inner-box:hover .lakit-posts__inner-content * {
        /* color: #000 !important; */
    }

    .srvz_blk .lakit-posts__inner-box:hover .lakit-posts__inner-content {
        background: transparent;
    }

    .srvz_blk .lakit-posts__inner-box:hover .lakit-posts__inner-content .lakit-posts__excerpt,
    .srvz_blk.srvz_blk_full .lakit-posts__inner-box .lakit-posts__inner-content .lakit-posts__excerpt {
        height: auto;
        opacity: 1;
        padding-top: 16px !important;
    }

    .srvz_blk.srvz_blk_full .lakit-posts__inner-box .lakit-posts__inner-content .lakit-posts__excerpt {
        padding-top: 0px !important;
    }

    .srvz_blk .lakit-posts__inner-box::before {
        position: absolute;
        content: '';
        left: 0px;
        right: 0px;
        top: 0px;
        bottom: 0px;
        border-radius: 14px;
        background: rgba(252, 225, 105, 0.74);
        background: rgba(10, 123, 199, 0.7);
        opacity: 0;
        z-index: 2;
    }

    .srvz_blk .lakit-posts__inner-box:hover::before {
        opacity: 1;
    }
}

@media (min-width: 768px) {
    .col-md-4 {
        flex: 0 0 auto;
        width: 33.3333%;
    }

    .col-md-5 {
        flex: 0 0 auto;
        width: 41.66666667%;
    }

    .col-md-6 {
        flex: 0 0 auto;
        width: 50%;
    }

    .col-md-7 {
        flex: 0 0 auto;
        width: 58.33333333%;
    }

    .col-md-8 {
        flex: 0 0 auto;
        width: 66.66666667%;
    }
}

@media (max-width: 1200px) {}

@media (max-width: 1024px) {}

@media (max-width:991px) {}

@media (max-width: 880px) {
    .menu_fl .menu-item {
        width: 100%;
    }


}

@media (max-width: 767px) {
    .pdct_blk_list {}

    .pdct_blk_list .lakit-posts__item {
        display: flex;
    }

    .pdct_blk_list .lakit-posts__outer-box {
        width: 100%;
        display: flex;
    }

    .pdct_blk_list .lakit-posts__inner-box {
        display: flex;
        width: 100%;
        flex-direction: column;
    }

    .pdct_blk_list .lakit-posts__thumbnail-link {
        padding: 0px;
        height: 150px;
    }

    .pdct_blk_list .lakit-posts__inner-content {
        flex: 1;
    }
}

@media (max-width: 500px) {}