:root {
    --color-primary-orange: #ff602f;
    --color-black: #19191a;
    --color-white: #ffffff;
}
.wp-block-search {
    position: relative;
}

.wp-block-search input, 
.single-sidebar .search-form input {
    border: 1px solid #dfdfdf;
    padding: 16px 53px 16px 20px;
}
.single-sidebar .search-form {
    position: relative;
}
.single-sidebar .search-form button {
    position: absolute;
    top: 15px;
    right: 8px;
    background: transparent;
    border: none;
    font-size: 22px;
    color: var(--color-primary-orange);
}
.wp-block-search .wp-block-search__button {
    background: transparent;
    border: 0;
    padding: 0;
    color: #32373c;
    margin-left: 0;
    word-break: normal;
    font-size: inherit;
    font-family: inherit;
    line-height: inherit;
    position: absolute;
    right: 20px;
    top: 72%;
    transform: translateY(-50%);
    width: 24px;
    height: 24px;
    color: transparent;
}
.wp-block-search .wp-block-search__button svg {
    display: none;
}
.wp-block-search .wp-block-search__button:after {
    content: '';
    width: 24px;
    height: 24px;
    position: absolute;
    display: inline-block;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M11 2C15.968 2 20 6.032 20 11C20 15.968 15.968 20 11 20C6.032 20 2 15.968 2 11C2 6.032 6.032 2 11 2ZM11 18C14.8675 18 18 14.8675 18 11C18 7.1325 14.8675 4 11 4C7.1325 4 4 7.1325 4 11C4 14.8675 7.1325 18 11 18ZM19.4853 18.0711L22.3137 20.8995L20.8995 22.3137L18.0711 19.4853L19.4853 18.0711Z' fill='%23FF602F'/%3E%3C/svg%3E");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    left: 0;
    top: 0;
}

.wp-block-archives-dropdown {
    margin-bottom: 40px;
}
.sidebar-area ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.widget h2,
.wp-block-search__label {
    font-weight: 600;
    font-size: 20px;
    line-height: 30px;
    letter-spacing: -0.02em;
    margin-bottom: 20px;
}
/* add-mehedi */
.widget ul.wp-block-categories-list {
    gap: 8px;
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-direction: column;
}
.widget ul ul {
    padding-left: 20px;
    border-left: 1px solid rgba(2, 2, 30, 0.1);
    margin-top: 10px;
}
.widget ul.wp-block-categories-list li {
    transition: all 0.2s;
    text-transform: capitalize;
}
.widget ul.wp-block-categories-list li:hover {
    color: var(--color-primary-orange);
}
.widget ul.wp-block-categories-list li span {
    font-weight: 700;
}
.widget ul li:first-child {
    padding-top: 0;
}
.widget ul li:last-child {
    border: none;
    padding-bottom: 0;
}
.gallery-caption {
    display: block;
}
.bypostauthor {
    display: block;
}
.alignleft {
    display: inline;
    float: left;
    margin-right: 20px !important;
}
.aligncenter {
    clear: both;
    display: block;
    text-align: center;
}
.wp-caption .wp-caption-text {
    margin: 0.8075em 0;
    font-size: 14px;
    font-style: italic;
}
.wp-block-image figure.alignright.is-resized {
    float: none;
    margin-left: 0;
}
/* endun */

.widget_rss .rssSummary {
    margin: 12px 0;
    line-height: 30px;
    color: var(--heading-color);
}

/* .widget p,
.widget strong {
    color: var(--heading-color);
} */

.wp-caption img {
    width: 100%;
    height: 100%;
}

.nice-select .current {
    color: var(--heading-color);
    word-break: break-all;
    overflow: hidden;
    width: 100%;
    display: block;
    font-weight: 400;
    font-size: 16px;
}

.widget select,
.wp-block-categories select {
    appearance: none;
    -webkit-appearance: none;
    max-width: 100%;
    width: 100%;
    cursor: pointer;
    padding: 15px 24px !important;
    padding-right: 35px !important;
    color: var(--heading-color);
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='24px' viewBox='0 0 24 24' width='24px' fill='%23212121'%3E%3Cpath d='M24 24H0V0h24v24z' fill='none' opacity='1'/%3E%3Cpath d='M16.59 8.59L12 13.17 7.41 8.59 6 10l6 6 6-6-1.41-1.41z'/%3E%3C/svg%3E");
    background-position-x: 97%;
    background-position-y: 55%;
    background-repeat: no-repeat;
}
select:focus-visible {
    outline: none;
}
.widget-area .nice-select {
    line-height: 35px;
    padding: 8px 15px !important;
}
.nice-select:active,
.nice-select.open,
.nice-select:focus {
    border-color: #999;
}
/* calendar */
div#calendar_wrap {
    display: flex;
    flex-direction: column-reverse;
}
table {
    width: 100%;
    margin: 0 0 1.5em;
}

#wp-calendar #today a {
    color: var(--accent-color);
}

#wp-calendar #today {
    background-color: #f6f6f6;
}

#wp-calendar th {
    background-color: #f6f6f6;
}

#wp-calendar caption {
    caption-side: top;
    text-align: center;
    color: var(--color-black);
    font-weight: 700;
    padding: 14px 0 0 0;
}

table thead tr:first-child,
table tbody tr:first-child {
    border-top: 1px solid #dcdcdc;
}

table thead tr,
table tbody tr {
    border-bottom: 1px solid #dcdcdc;
}

table thead tr th,
table thead tr td,
table tbody tr th,
table tbody tr td {
    border-right: 1px solid #dcdcdc;
    padding: 10px;
    background: #fff;
    font-size: 16px;
    color: var(--color-primary-orange);
}

.widget table td.has-calendar-link a {
    color: #fff;
}

table thead tr th:first-child,
table thead tr td:first-child,
table tbody tr th:first-child,
table tbody tr td:first-child {
    border-left: 1px solid #dcdcdc;
}

table tfoot tr td#prev,
table tfoot tr td#next {
    content: var(--accent-color);
    padding: 15px;
}

table tfoot tr td#prev a,
table tfoot tr td#next a {
    color: var(--accent-color);
}

table tfoot tr td#prev a:hover,
table tfoot tr td#next a:hover {
    color: var(--accent-color);
}

.wp-calendar-table td,
.wp-calendar-table th {
    text-align: center;
    font-size: 14px;
}

#wp-calendar caption {
    caption-side: top;
    text-align: center;
    color: var(--color-black);
    font-weight: 700;
    padding: 0 0 15px;
    font-size: 14px;
}
.wp-calendar-nav-prev a {
    font-size: 14px;
    position: relative;
    z-index: 7;
}
/* end calendar */
#commentform .logged-in-as,
#commentform .logged-in-as a {
    color: var(--heading-color);
    font-weight: 450;
    font-size: 16px;
    line-height: 28px;
}

h2.nof-title,
.page--content h1,
.page--content h2,
.page--content h3,
.page--content h4,
.page--content h5,
.page--content h6,
h1.wp-block-heading,
h2.wp-block-heading,
h3.wp-block-heading,
h4.wp-block-heading,
h5.wp-block-heading,
h6.wp-block-heading,
.blog-content h1,
.blog-content h2,
.blog-content h3,
.blog-content h5,
.blog-content h6,
.comment-content h1,
.comment-content h2,
.comment-content h3,
.comment-content h4,
.comment-content h5,
.comment-content h6 {
    margin-bottom: 24px;
}
.blog-content p {
    margin-bottom: 20px;
}
.page--content h1,
.wp-block-site-title,
h1.wp-block-heading,
.blog-content h1,
.comment-content h1 {
    font-size: 40px;
    line-height: 48px;
    color: var(--heading-color);
}
.page--content h2,
h2.wp-block-post-title,
.wp-block-comments-title,
h2.wp-block-heading,
.comment-content h2 {
    font-size: 28px;
    line-height: 110%;
    letter-spacing: -0.6px;
}
.page--content h3,
h3.inner-title,
h3.wp-block-heading,
.blog-content h3,
.comment-content h3 {
    font-size: 24px;
    line-height: 36px;
}
.page--content h4,
h4.wp-block-heading,
.comment-content h4 {
    font-size: 24px;
}
.page--content h5,
.blog-content h5,
.comment-content h5 {
    font-size: 18px;
}
.page--content h6 {
    font-size: 16px;
}

.page--content ul,
.page--content ul {
    margin-bottom: 30px;
    margin-top: 30px;
    padding-left: 20px;
}
.page--content ul ul,
.page--content ol ol,
.page--content ol ul,
.page--content ul ol {
    margin-top: 15px;
}
.page--content ol,
.page--content ol {
    margin-bottom: 30px;
}
.page--content ul > li,
.page--content ul > li,
.comment-content ul > li {
    padding-left: 18px;
    color: var(--heading-color);
    font-size: 18px;
    line-height: 40px;
    font-weight: 400;
    letter-spacing: 0px;
    position: relative;
    margin-bottom: 15px;
}

.page--content ol {
    margin-left: 0;
    padding-left: 37px;
}
.page--content ol li,
.page--content ol li,
.comment-content ol > li,
.blog-content ol > li {
    padding-left: 0;
    color: var(--heading-color);
    font-size: 18px;
    font-weight: 400;
    letter-spacing: -0.2px;
    position: relative;
    margin-bottom: 15px;
}

blockquote p {
    margin: 0 !important;
}
.blog-content blockquote {
    position: relative;
    padding: 32px 0 32px 110px !important;
    margin: 48px 0 48px !important;
    border-left: 0;
    border-top: 1px solid #dfdfdf !important;
    border-bottom: 1px solid #dfdfdf !important;
    font-family: var(--ff-grotesk);
    font-size: 32px;
    line-height: 131.25%;
    letter-spacing: -0.36px;
}
.blog-content blockquote::before {
    content: '';
    cursor: pointer;
    width: 80px !important;
    height: 54px;
    top: 40px;
    left: 0;
    position: absolute;
    background-size: cover;
    background-color: transparent;
    background-image: url(../img/quote.svg);
}

.has-pale-pink-background-color {
    background-color: transparent !important;
    padding: 0;
    margin: 0 !important;
}

.has-black-border-color {
    border-color: transparent !important;
    padding: 0 !important;
}

.wp-block-group {
    padding: 0 !important;
    background-color: transparent !important;
}

.wp-block-post-author {
    margin-bottom: 10px;
}

:where(.wp-block-search__button-inside .wp-block-search__inside-wrapper) {
    border: none;
}

.widget form.wpcf7-form {
    display: block;
}
.wp-block-post-date {
    box-sizing: border-box;
    margin-bottom: 10px;
} 

/* Tag-cloud */
.wp-block-tag-cloud {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}
.wp-block-tag-cloud a {
    font-family: var(--ff-grotesk);
    background: #f6f6f6;
    font-weight: 500;
    padding: 12px 20px;
    font-size: 16px;
    transition: all 0.4s;
    margin: 0;
}
.wp-block-tag-cloud a:hover {
    color: var(--color-primary-orange);
}

/* Blog single page css by mehedi */
.wp-block-columns {
    margin: 48px 0;
}
.wp-block-columns.is-layout-flex {
    gap: 1.5rem;
}
.wp-block-column .wp-block-image {
    margin: 0;
}
.comments-wrap ul.comment-list li.comment-item:not(:last-child) .post-comment {
    margin-bottom: 42px;
}
.comments-wrap ul.comment-list li.comment-item ul.children {
    padding-left: 128px;
    margin-bottom: 42px;
}
.comments-wrap ul.comment-list li.comment-item:last-child ul.children {
    margin-bottom: 0;
}
.comments-wrap .post-comment {
  position: relative;
  padding-left: 124px;
}
.comments-wrap .comment-avater {
    position: absolute;
    left: 0;
    width: 100px;
    height: 100px;
    flex-shrink: 0;
    overflow: hidden;
}
.comments-wrap .comment-content .name {
    margin-top: 0.25rem !important;
    margin-bottom: 14px !important;
    font-size: 28px;
    line-height: 114.286%;
    letter-spacing: -0.28px;
}
.comments-wrap .comment-content p {
    margin-bottom: 20px;
}

.comments-wrap .comment-content .reply_and_edit a.comment-reply-link span.btn-wt-border {
    border-bottom: 1.5px solid var(--color-primary-orange);
}
.form-wrapper input,
.form-wrapper textarea,
.form-wrapper select {
    margin-bottom: 24px !important;
}
@media (max-width: 991px) {
    .breadcrumb-area .breadcrumbs ul {
        justify-content: center !important;
    }
}