.wpcf7-form p br{
    display: none !important;
}
.cp-header-area .mobail-logo {
    display: none;
}
.project-widget .zoom-instagram-widget__item .zoom-instagram-icon-wrap{
    display: flex;
    align-items: center;
    justify-content: center;
}
.mean-container .mean-nav ul li a{
    padding: 15px 5% !important;
}
.ch-blog-area.style-2 {
    padding-bottom: 0 !important;
}

.sidebar.widget_media_gallery .gallery {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}
.elementor-widget-progress {
    position: relative;
}
.elementor-widget-progress .elementor-progress-percentage {
    position: absolute;
    right: -10px;
    top: -34px;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    color: var(--heading-color);
}
.elementor-widget-progress .elementor-title {
    padding-bottom: 10px;
}

.blog-page-area .blog-item.blog__page .blog-img img {
    max-height: 450px;
    min-height: 400px;
    object-fit: cover;
}
.blog-page-area .blog-item .blog-content .read-more {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.blog-content .read-more .social-share .social-share-title {
    font-size: 18px;
    color: var(--heading-color);
    font-family: "Kanit";
    font-style: normal;
    font-weight: 600;
}

.blog-content .read-more .social-share {
    display: flex;
    align-items: center;
    gap: 10px;
}

.blog-content .read-more .social-share a {
    color: var(--theme-color);
    font-size: 16px;
}
.blog-header-title{
    font-weight: 700;
    font-size: 46px;
    padding-bottom: 11px;
}
.posts-navigation .nav-links a {
    background: var(--theme-color);
    color: #fff;
    display: inline-block;
    font-weight: 500;
    padding: 16px 35px 16px;
    border: 0;
    z-index: 11;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    border: 0;
    position: relative;
    overflow: hidden;
    transition: all 0.3s;
}
.blog-sidebar .recent-post .post .post-img img {
    height: 90px;
}

.blog-sidebar .widget:first-child {
    margin-top: 0;
}
.blog-single-page-area .blog-content {
    padding-top: 30px;
}

.blog-single-page-area .blog-content ul {
    display: flex;
    align-items: center;
    position: relative;
    margin-bottom: 10px;
    gap: 15px;
}

.blog-single-page-area .blog-content ul li a,
.blog-single-page-area .blog-content ul li {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    color: #5C5C5C;
    display: flex;
    align-items: center;
    text-transform: capitalize;
    gap: 10px;
}

.blog-single-page-area .blog-content ul li i {
    color: var(--theme-color);
    font-size: 20px;
}
.blog-single-wrap .single-post-meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-top: 40px;
    gap: 20px;
}

.blog-single-wrap .single-post-meta .blog-post-tag {
    display: flex;
    align-items: center;
    gap: 15px;
}

.blog-single-wrap .single-post-meta .blog-post-tag span {
    color: var(--heading-color);
    font-size: 20px;
    font-weight: 700;
}

.blog-single-wrap .single-post-meta .post-tag-list a {
    color: var(--heading-color);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    padding: 10px 18px;
    position: relative;
    border: 1px solid var(--theme-color);
    border-radius: 40px;
}

.blog-single-wrap .single-post-meta .post-tag-list a:hover {
    color: #fff;
    background: var(--theme-color);
}

.blog-single-wrap .single-post-meta .post-tag-list {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
}

.blog-single-wrap .single-post-meta .social-share-title {
    font-size: 20px;
    color: var(--heading-color);
    font-weight: 700;
}

.blog-single-wrap .single-post-meta .social-share {
    display: flex;
    align-items: center;
    gap: 11px;
}

.blog-single-wrap .single-post-meta .social-share a {
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    border: 1px solid var(--theme-color);
    border-radius: 5px;
    font-size: 14px;
    color: var(--theme-color);
    display: flex;
    align-items: center;
    justify-content: center;
}

.blog-single-wrap .single-post-meta .social-share a:hover {
    color: #fff;
    background: var(--theme-color);
}
.blog-single-page-area .blog-single-wrap .comment-respond .comment-form-cookies-consent{
    display: none;
}

.pageontent.blog-search-content input {
    background: none;
    border: 1px solid rgba(31, 33, 45, 0.15);
    height: 55px;
    width: 100% !important;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 29px;
    padding: 6px 50px 6px 20px;
    border-radius: 0;
    box-shadow: none;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
}

.pageontent.blog-search-content .search-form {
    position: relative;
}

.pageontent.blog-search-content .search-form button {
    width: 55px;
    height: 55px;
    line-height: 50px;
    font-size: 20px;
    color: var(--white-color);
    border: 0;
    outline: 0;
    position: absolute;
    right: 0;
    top: 0;
    border-radius: 0;
    background: var(--theme-color);
    border-radius: 0px 5px 5px 0px;
}

.no-results.not-found .page__title.blog-search-title {
    font-weight: 600;
}