/**
* Developer: Ahiduzzaman Shanto
*/
/* subscribe form css start here  */
.theme-subscribe-form.home-ten input[type="email"] {
    background: inherit;
    color: #6D757F;
    border: 1px solid #e5e5e5;
    width: 100%;
    text-indent: 0;
    padding: 10px 145px 10px 20px;
}

.theme-subscribe-form.home-ten input[type="submit"] {
    right: 3px;
    top: 3px;
    color: #fff;
    font-size: 16px;
    padding: 13px 30px 13px;
}

.theme-subscribe-form.home-ten-subscribe input[type="email"] {
    background: #FF3524;
    width: 100%;
    border: none;
    width: 100%;
    text-indent: 0;
    padding: 12px 40px 12px 20px;
    color: #fff;
    font-size: 14px;
}

.theme-subscribe-form.home-ten-subscribe input[type="email"]::placeholder {
    font-size: 14px;
    color:#fff;
}

.theme-subscribe-form.home-ten-subscribe input[type="submit"] {
    right: 20px;
    top: 16px;
    color: #fff;
    font-size: 14px;
    padding: 0;
    width: 17px;
    height: 17px;
    background: #FF3A3A;
    background-image: url(http://localhost/kiante/wp-content/uploads/2024/12/home10-subscribe-btn-icon.svg);
    background-repeat: no-repeat;
    background-position: center center;
}

.theme-subscribe-form.home-ten-subscribe input[type="submit"]:hover {
    background-image: url(http://localhost/kiante/wp-content/uploads/2024/12/home10-subscribe-btn-icon.svg);
    transform: rotate(45deg);
}

/* blog button css start here  */

.blog-post-button a {
    display: inline-block;
    color: #fff;
    background: #FF3A3B;
    border-radius: 4px;
    padding: 8px 30px 8px 30px;
    transition: 0.4s;
    position: relative;
    z-index: 1;
}

.grid-thumbnail-two-wrap .category-box.top {
    display: inline-block;
    position: absolute;
    top: 10px;
    left: 10px;
}

.grid-thumbnail-two-wrap .category-box.top a {
    display: inline-block;
    color: #fff;
    padding: 7px 12px;
    border-radius: 3px;
    font-size: 13px;
    line-height: 1;
    letter-spacing: 0.003em;
    margin-bottom: 15px;
}


/* post grid three css start here  */
.post-grid-wrapper-one-inner.three .post-grid-content-one.three {
    position: absolute;
    top: 0;
    width: 100%;
    left: 0;
    z-index: 1;
    padding: 55px 30px 0 30px;
}

.post-grid-wrapper-one-inner.three .post-grid-content-one.three .category-box a {
    background: inherit !important;
    font-family: Lora;
    font-size: 16px;
    font-weight: 500;
    padding: 0;
    margin: 0;
}

.post-grid-wrapper-one-inner.three .post-grid-content-one.three h2.post-title {
    letter-spacing: 0;
    margin-bottom: 8px!important;
}

.post-grid-wrapper-one-inner.three .post-grid-content-one.three h2.post-title a {
    color: #fff;
    font-family: Lora;
    font-size: 24px;
    font-weight: 600;
    line-height: 30px;
}

.post-grid-wrapper-one-inner.three .post-grid-content-one.three .post-excerpt-box p {
    font-family: Roboto;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #CDCCC9 !important;
    width: 80%;
    padding: 0 0 10px 0;
}

.post-grid-wrapper-one-inner .grid-thumbnail-one-wrap a {
    position: relative;
    transition: 0.4s;
    z-index: 1;
}

.post-grid-wrapper-one-inner .grid-thumbnail-one-wrap a::before {
    content: "";
    position: absolute;
    transition: 0.4s;
    z-index: 1;
    height: 100%;
    width: 100%;
    bottom: 0;
    left: 0;
    border-radius: 5px;
    background-image: linear-gradient(0deg, rgba(17, 17, 17, 0.99) 0%, rgba(33, 33, 33, 0) 100%);
}

.post-grid-wrapper-one-inner .grid-thumbnail-one-wrap .category-box a::before {
    display: none;
}


/* elementor advanced class css start here  */
.home10 .post-list-wrapper-one-inner .list-thumbnail-one-wrap {
    min-width: 100px;
}