/* =============== news css =============== */

h1, h2, h3, h4, h5, h6,
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
    font-family: 'Noto Sans', sans-serif;
    font-style: normal;
    line-height: 1.2;
    font-weight: 700;
    transition: .5s;
    font-size: 22px;
    margin-bottom: 0;
    color: #000;
}

/* =============== sidebar =============== */

.witr-blog-side-area {
    padding: 100px 0;
}

.witr-blog-side-area {
    padding: 30px 0;
}

@media (min-width: 420px) {
    .witr-blog-side-area {
        padding: 100px 0;
    }
}



.witr-blog-side-area.blog_sidebar {
    background: #f9f9f9;
}

.witr-blog-side-area.witr-blog-2side {
    padding: 100px 0 70px;
    background: #f9f9f9;
}

.blog-left-side > div {
    background-color: #fff;
    margin-bottom: 30px;
    padding: 15px;
    box-shadow: 0 0 5px 0 rgba(148, 146, 245, 0.2);
}

.blog-left-side > div:last-child,
.blog-left-side > aside:last-child {
    margin-bottom: 0;
}

.blog-left-side h2 {
    margin-bottom: 10px;
    text-transform: uppercase;
}

.blog-left-side .content {
    padding: 0;
}

.blog-left-side .push-bottom-large {
    margin-bottom: 0;
}

.blog-left-side .nav .children li a:hover,
.blog-left-side .sub-menu li a:hover {
    background: 0 0;
    color: #18c8ff;
}

/* search */
.defaultsearch {
    background: #f7f7f7;
    position: relative;
}

.defaultsearch input {
    background: #f7f7f7;
    border: 0;
    height: 54px;
    width: 100%;
    padding-left: 10px;
}

.defaultsearch button {
    background: transparent;
    border: 0;
    color: #858585;
    font-size: 18px;
    padding: 1px 15px;
    position: absolute;
    right: 0;
    top: 50%;
    cursor: pointer;
    transform: translateY(-50%);
}

/* widget */
.blog-left-side .widget h2 {
    border-bottom: 1px solid #e5e5e5;
    bottom: -1px;
    display: block;
    line-height: 17px;
    margin-bottom: 20px;
    padding-bottom: 14px;
    position: relative;
    text-transform: capitalize;
}

.blog-left-side .widget h2::before {
    content: "";
    background: #1789d9;
    position: absolute;
    width: 2px;
    height: 20px;
    left: -15px;
    top: -3px;
    bottom: 0;
}

.blog-left-side .widget ul {
    list-style: none;
}

.blog-left-side .widget ul li {
    margin: 0 0 5px;
    padding-left: 20px;
    position: relative;
}

.blog-left-side .widget ul li span {
    font-weight: 300;
}

.blog-left-side .widget ul li:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
}

.blog-left-side > .widget > ul > li {
    margin: 0 0 10px;
    padding-bottom: 10px;
}

.blog-left-side .widget > ul > li:not(:last-child) {
    border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}

.blog-left-side .widget ul li a,
.blog-left-side .widget ul li::before {
    color: #444;
}

.blog-left-side .widget ul li a:hover,
.blog-left-side .widget ul li:hover::before {
    color: #1789d9;
}

.blog-left-side .widget ul li::before {
    content: "\f105";
    font-family: FontAwesome;
    font-size: 18px;
    left: 0;
    position: absolute;
}

.blog-left-side .widget select {
    width: 100%;
    height: 40px;
    background: #fff;
    border: 1px solid #ddd;
    padding-left: 5px;
}

.widget .screen-reader-text {
    display: none;
}

.footer-middle .widget h5 {
    text-transform: capitalize;
}

.textwidget select {
    width: 100%;
}

.textwidget img {
    margin-bottom: 15px;
}

.textwidget p {
    margin-bottom: 0.5rem;
}

/* calendar */
#wp-calendar {
    width: 100%;
    font-size: 13px;
    border: 0 solid #e5e5e5;
    overflow: auto;
    vertical-align: top;
    margin: 0 0 20px;
}

#wp-calendar caption {
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 10px;
    text-align: left;
    text-transform: uppercase;
}

#wp-calendar td,
#wp-calendar th {
    padding: 8px;
}

table#wp-calendar td {
    border: 1px solid #e5e5e5;
    text-align: center;
    vertical-align: top;
    font-size: 14px;
}

table#wp-calendar th {
    border: 1px solid #e5e5e5;
    font-size: 13px;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    vertical-align: middle;
}

table#wp-calendar td#today {
    color: #fff;
    background-color: #1789d9;
}

table#wp-calendar td#today a {
    color: #fff;
}

/* tags */
.tagcloud a {
    display: inline-block;
    font-size: 14px !important;
    margin: 0 8px 10px 0;
    padding: 7px 15px;
    text-align: center;
    font-weight: 400;
    border: 1px solid #ddd;
    text-transform: capitalize;
}

.tagcloud a:hover {
    background: #1789d9;
    color: #fff;
}

.r-post-content h3 a:hover,
.r-post-content h3:hover,
.tagcloud a:hover,
.widget_archive ul li a:hover,
.widget_archive ul li:hover:before,
.widget_categories ul li a:hover,
.widget_categories ul li:hover:before {
    color: #1789d9;
}

/* =============== blog list =============== */

.dt-single-blog {
    margin-bottom: 30px;
    overflow: hidden;
    transition: all .3s ease-in-out;
}

.witr-blog-side-area.blog_sidebar .dt-single-blog {
    box-shadow: none;
    border-bottom: 1px solid #e7e7e7;
    background: transparent;
}

.dt-blog-thumb {
    overflow: hidden;
}

.dt-blog-thumb img {
    width: 100%;
    transition: .5s;
    display: block;
}

.dt-blog-thumb a {
    display: block;
    position: relative;
}

.dt-blog-thumb a::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, .7);
    opacity: 0;
    z-index: 999;
    transition: .5s;
}

.dt-single-blog:hover .dt-blog-thumb a::before {
    opacity: 1;
}

.em-blog-content-area {
    padding: 15px 0;
}

.em-blog-content-area .witr_btn {
    background: #1789d9;
    border-radius: 5px;
    color: #fff;
    display: inline-block;
    font-size: 20px;
    padding: 10px 30px;
    text-align: center;
    position: relative;
    margin-right: 20px;
    z-index: 2;
    transition: 1s;
    font-weight: 400;
    margin-bottom: 15px;
}

.em-blog-content-area .witr_btn:hover {
    background: #323232;
    color: #fff;
}

.blog-page-title h2 {
    display: block;
    font-size: 22px;
    margin-bottom: 7px;
    text-transform: capitalize;
    transition: all .5s ease;
}

.blog-page-title a {
    display: inline-block;
    word-break: break-all;
}

.blog-content {
    word-break: break-word;
}

.blog-content p {
    font-size: 17px;
    padding-top: 14px;
}

.dt-blog-meta.post_blog h2 {
    margin-bottom: 8px;
}

.dt-blog-meta.post_blog h2 a {
    font-size: 24px;
    font-weight: 700;
    transition: .5s;
}

.dt-blog-meta.post_blog h2 a:hover {
    color: #1789d9;
}

.dt-single-blog-title h2 {
    padding: 0;
    margin-top: 0;
    margin-bottom: 8px;
}

.dt-blog-meta-left a,
.dt-blog-meta-left span {
    color: #888;
    font-size: 16px;
    margin-right: 5px;
    margin-bottom: 10px;
    display: inline-block;
}

.dt-blog-meta-left i {
    color: #1789d9;
    margin-right: 5px;
}

.witr-blog-side-area .imagess_area .slick-slide img {
    display: inline-block;
    margin: auto;
    width: 100%;
}

/* recent posts */
.recent-post-item {
    margin-bottom: 10px;
    display: flex;
}

.recent-post-item .recent-post-text {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
}

.recent-post-image {
    min-width: 75px;
    margin-right: 10px;
}

.recent-post-image img {
    width: 75px;
    height: 75px;
    margin-top: 8px;
    object-fit: cover;
}

.recent-post-text h4 a {
    color: #17161a;
    font-size: 19px;
    transition: all .3s ease;
}

/* blog sidebar buttons */
.blog_sidebar .btn2.witr_bt2,
.dt_blog_area .btn2.witr_bt2 {
    font-size: 16px;
    font-weight: 500;
    padding: 9px 20px;
    border-radius: 5px;
    margin-bottom: 5px;
    transition: .5s;
    display: inline-block;
    border: 1px solid #f1f1f1;
    color: #1789d9;
}

.blog_sidebar .btn2.witr_bt2:hover,
.dt_blog_area .btn2.witr_bt2:hover {
    background: #1789d9;
    color: #fff;
}

.blog_sidebar .witr_blog_con {
    padding: 20px 15px 20px 25px;
    margin-bottom: 0;
}

.blog_sidebar .witr_blog_con p {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: calc(1.6em * 3);
}

.blog_sidebar .witr_blog_con h2 a {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: calc(1.2em * 2);
}

.witr_blog_con span,
.witr_blog_con span a {
    color: #1789d9;
    font-size: 15px;
}

/* =============== blockquote =============== */

blockquote {
    padding: 25px 32px;
    margin: 0 0 30px;
    font-size: 17px;
    font-weight: 400;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, .07);
}

blockquote p {
    font-size: 20px;
    position: relative;
    color: #999;
}

.witr-blog-side-area blockquote {
    background-color: #f7f7f7;
    border-left: 3px solid #1789d9;
    padding: 1em;
    margin-top: 15px;
}

.witr-blog-side-area.single_blog blockquote {
    background-color: #f7f7f7;
    border-left: none;
}

.block .wp-block-quote.is-large p,
.block .wp-block-quote.is-style-large p {
    font-size: 1.5em;
    font-style: italic;
    line-height: 1.6;
}

.wp-block-group.block {
    text-align: center;
}

/* =============== news detail =============== */

.comment-respond {
    border: 1px solid #ddd;
    margin-bottom: 30px;
    padding: 25px 10px 30px;
    background-color: #f1f1f1;
}

.single_blog_page {
    margin-bottom: 0;
}

.comment_field .input-field input,
.comment_field .textarea-field textarea {
    color: #555;
}

.comment_field .input-field input {
    width: 100%;
    border: 1px solid #e5e5e5;
    padding: 6px 20px;
    height: 54px;
    font-size: 17px;
}

.comment_field .input-field label,
.comment_field .textarea-field label {
    color: #606060;
    font-size: 14px;
    margin-top: 15px;
    margin-bottom: 0;
    font-weight: 500;
}

.comment_field .input-field {
    width: 33.33%;
    float: left;
    margin-bottom: 25px;
}

.comment_field .textarea-field label {
    margin-top: 20px;
    margin-bottom: 10px;
}

.comment_field .textarea-field textarea {
    width: 100%;
    border: 1px solid #e5e5e5;
    height: 150px;
    padding: 10px;
}

.dt_btn {
    background: transparent;
    border: 1px solid #ddd;
    display: inline-block;
    text-align: center;
    padding: 12px 20px;
    margin-top: 15px;
    border-radius: 5px;
    transition: .5s;
    color: #444;
}

.dt_btn:hover {
    background: #1789d9;
    border-color: #1789d9;
    color: #fff;
}

.single_blog_thumb img {
    width: 100%;
}

.dt-single-blog-details-inner {
    padding: 38px 45px 45px;
    box-shadow: 0 3px 19px rgba(0, 0, 0, .08);
    border-radius: 0 0 10px 10px;
}

.dt-single-icon-inner {
    text-align: center;
}

.dt-single-icon-inner a {
    border: 1px solid #e6e6e6;
    color: #17161a;
    display: inline-block;
    font-size: 15px;
    height: 40px;
    line-height: 41px;
    margin: 0 9px 0 0;
    text-align: center;
    width: 40px;
    border-radius: 5px;
    transition: .5s;
}

.dt-single-icon-inner a:hover {
    background: #1789d9;
    border-color: #1789d9;
    color: #fff;
}

/* video */
.video-open-inline iframe {
    width: 100%;
    height: 400px;
    border: none;
}

/* =============== accordion =============== */

.blog-left-side .widget ul li.accordion-item::before {
    transition: transform 0.3s ease;
    transform-origin: center;
}

.blog-left-side .widget ul li.accordion-item.open::before {
    transform: rotate(90deg);
}

.accordion-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
}

.accordion-title:hover {
    color: #0a7aff;
}

.acc-icon {
    transition: transform 0.3s ease;
}

.accordion-item.open .acc-icon {
    transform: rotate(180deg);
}

.accordion-posts {
    display: none;
    padding-top: 8px;
}

.accordion-item.open .accordion-posts {
    display: block;
}

.accordion-posts li {
    padding: 0 !important;
}

.accordion-posts li::before {
    content: "" !important;
}

.accordion-posts li a {
    display: flex;
    gap: 8px;
    font-size: 14px;
    color: #555;
    padding: 8px 0 !important;
}

.accordion-posts li a:hover {
    color: #333;
    background: #f0f0f0;
}

.post-date {
    color: #333;
    flex-shrink: 0;
    font-weight: 400 !important;
}