/*=========== Blog Grid Page Start ==============*/

/* wd-blog-grid-section-start */
.wd-blog-grid-section h1 {
    font-size: var(--wd-font-size-28);
}
.wd-blog-main-wrapper {
  display: flex;
  gap: 0 20px;
  align-items: flex-start;
}
.wd-blog-item-wrapper {
  width: calc(100% - 360px);
}
.wd-blog-sub-item-wrapper {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}
.wd-blog-sidebar-area {
  width: 340px;
}
.wd-blog-main-sidebar {
  padding: 20px;
  background-color: var(--wd-color-white);
  border: 1px solid rgba(0, 0, 0, 0.10);
  border-radius: var(--wd-radius-4);
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.wd-search-filters-sidebar.wd-blog-main-sidebar {
    border: 0;
}
.wd-blog-search-box .wd-search-box {
  position: relative;
}
.wd-blog-search-box .wd-search-box input {
  height: 50px;
  font-size: var(--wd-font-size-14);
  font-weight: var(--wd-font-weight-400);
  line-height: 20px;
  padding: 15px 20px;
  background-color: var(--wd-color-light-gray);
  border-radius: var(--wd-radius-4);
  color: #555555;
  border: 0;
}
.wd-blog-search-box .wd-search-box input::placeholder {
  color: #555555;
  opacity: 1;
}
.wd-blog-search-box .wd-search-box input:focus-visible {
  outline: none;
}
.wd-blog-search-box .wd-search-box .material-symbols-outlined {
  position: absolute;
  top: 16px;
  right: 16px;
  color: var(--wd-color-black);
  font-size: var(--wd-font-size-18);
}
.wd-blog-main-sidebar .widget h4 {
  font-size: var(--wd-font-size-16);
  font-weight: var(--wd-font-weight-500);
  line-height: 24px;
  margin-bottom: 15px;
  margin-top: 0;
  color: var(--wd-color-black);
}
.wd-blog-main-sidebar .wd-sale-product-right-col {
  width: 100%;
  height: 100%;
}
.wd-blog-main-sidebar .wd-right-col-item .wd-pro-desc-heading {
  width: 100%;
  margin: 0;
  font-size: var(--wd-font-size-14);
}
.wd-blog-main-sidebar .wd-sale-product-right-col .wd-right-col-item {
  background-color: var(--wd-color-light-gray);
}
.wd-blog-main-sidebar .wd-sale-product-right-col .wd-right-col-item .wd-right-col-item-inner {
  padding: 10px;
}
.wd-blog-main-sidebar .wd-sale-product-right-col .wd-right-col-item .wd-blog-publish-date {
  display: flex;
  gap: 5px;
  justify-content: center;
  align-items: center;
  font-size: var(--wd-font-size-12);
  color: #6D6D6D;
  margin-top: 5px;
}
.wd-blog-main-sidebar .wd-sale-product-right-col .wd-right-col-item .wd-blog-publish-date span {
  font-size: var(--wd-font-size-16);
}
/* wd-blog-grid-section-end */

/*=========== Blog Detail Page Start ==============*/

/* wd-blog-detail-page-section-start */
.wd-blog-detail-main-wrapper {
  display: flex;
  gap: 20px;
  align-items: flex-start;
}
.wd-blog-detail-content-wrapper {
  width: calc(100% - 360px);
}
.wd-blog-detail-content-wrapper a {
    color: var(--wd-color-black);
}
.wd-blog-detail-img-box {
    height: 600px;
    margin-bottom: 20px;
}
.wd-blog-detail-img-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: var(--wd-radius-4);
}
.wd-blog-detail-content-wrapper .wd-off-tag {
    font-size: var(--wd-font-size-14);
    line-height: 20px;
    padding: 4px 10px;
}
.wd-blog-detail-content-wrapper .wd-off-tag a {
    color: var(--wd-color-white);
}
.wd-blog-grid-section .wd-blog-detail-content-wrapper h1 {
    font-size: var(--wd-font-size-24);
    font-weight: var(--wd-font-weight-600);
    line-height: 32px;
    margin: 10px 0 15px;
}
.wd-blog-detail-content-wrapper .written-list ul {
    padding-left: 0 !important;
    margin-bottom: 15px ;
    list-style-type: none;
    display: flex;
    gap: 10px 40px;
    flex-wrap: wrap;
}
.wd-blog-detail-content-wrapper .written-list ul li {
    position: relative;
    display: inline-flex;
    gap: 5px;
    align-items: center;
}
.wd-blog-detail-content-wrapper .written-list ul li::before {
    content: "";
    position: absolute;
    right: -20px;
    top: 0;
    width: 1px;
    height: 20px;
    background-color: #d9d9d9;
}
.wd-blog-detail-content-wrapper .written-list ul li:last-child::before {
    content: none;
}
.wd-blog-detail-content-wrapper .written-list ul li span,
.wd-blog-detail-content-wrapper .written-list ul li strong {
    font-size: var(--wd-font-size-14);
    font-weight: var(--wd-font-weight-400);
    line-height: 20px;
    color: #6D6D6D;
}
.wd-blog-detail-content-wrapper .written-list ul li span.material-symbols-outlined {
    font-size: var(--wd-font-size-18);
}
.wd-blog-detail-content-wrapper .written-list ul li strong {
    font-weight: var(--wd-font-weight-500);
    color: var(--wd-color-black);
}
.wd-blog-comment-wrapper {
    margin-top: 30px;
}
.wd-blog-comment-wrapper article b {
    font-weight: var(--wd-font-weight-500);
}
.wd-blog-comment-wrapper .comment-metadata {
    font-size: var(--wd-font-size-14);
}
.wd-blog-comment-wrapper .comment-content {
    position: relative;
}
.wd-blog-comment-wrapper .comment-content p {
    position: relative;
    background-color: var(--wd-color-light-gray);
    padding: 15px;
    border-radius: var(--wd-radius-4);
    margin-top: 10px;
    font-size: var(--wd-font-size-14);
    line-height: 24px;
}
.wd-blog-comment-wrapper .comment-content::before {
    position: absolute;
    top: 0;
    left: 10px;
    width: 10px;
    height: 10px;
    background-color: var(--wd-color-light-gray);
    transform: rotate(45deg);
}
/* wd-blog-detail-page-section-end */

/*=========== Blog Detail Page End ==============*/
.wd-blog-grid-section h1,
.wd-blog-grid-section h2,
.wd-blog-grid-section h3,
.wd-blog-grid-section h4,
.wd-blog-grid-section h5,
.wd-blog-grid-section h6 {
    margin: 10px 0 30px 0;
    color: var(--wd-color-black);
}
.wd-blog-grid-section {
    word-wrap: break-word;
}
.wd-blog-grid-section p {
    font-size: var(--wd-font-size-16);
    line-height: 30px;
    color: #6D6D6D;
    margin-bottom: 30px;
}
.wd-blog-grid-section .comment-form .form-submit {
    padding-bottom: 30px !important;
}
.wd-blog-grid-section .comment-form .form-submit input[type='submit'] {
    font-size: var(--wd-font-size-14);
    font-weight: 500;
    color: var(--wd-color-black);
    background-color: var(--wd-color-primary);
    border: 1px solid var(--wd-color-primary);
    padding: 8px 10px;
    border-radius: 4px;
    width: auto;
    height: 42px;
    line-height: 16px;
}
.wd-blog-grid-section .comment-form .submit-btn-box ~ p {
    margin-bottom: 0;
}
.wd-blog-grid-section blockquote p {
    margin-bottom: 0 !important;
}
.wd-blog-grid-section .social-tags-box {
    width: 100%;
}
.wd-blog-grid-section ul,
.wd-blog-grid-section ol {
    font-size: 16px;
    line-height: 30px;
    color: #6D6D6D;
    margin-bottom: 30px;
    padding-left: 2rem !important;
    list-style-type: disc;
    list-style-position: outside;
}
.wd-blog-grid-section .wp-block-separator.is-style-dots {
    border-style: dotted !important;
}
.wd-blog-grid-section ol {
    list-style-type: decimal;
}
.wd-blog-grid-section .social-tags-box ul,
.wd-blog-grid-section .social-tags-box ol,
.wd-blog-grid-section ul.detail-meta,
.wd-blog-sidebar-area .widget.widget-content ul,
.wd-blog-sidebar-area .widget.widget-content ol {
    margin-bottom: 0;
    list-style-type: none;
    padding-left: 0 !important;
}
.wd-blog-grid-section :is(ul, ol, menu, dir) ul {
    list-style-type: circle;
}
.wd-blog-grid-section :is(ul, ol, menu, dir) :is(ul, ol, menu, dir) ul {
    list-style-type: square;
}
.wd-blog-grid-section .wp-block-query,
.wd-blog-grid-section .wp-block-avatar {
    margin-bottom: 30px;
}
.wd-blog-grid-section .wp-block-post-template,
.wd-blog-grid-section .wp-block-comment-template,
.wd-blog-grid-section .wp-block-rss {
    list-style-type: none;
    padding-left: 0 !important;
}
.wd-blog-grid-section .wp-block-navigation__container,
.wd-blog-grid-section .wp-block-page-list:has(.wp-block-navigation-item),
.wd-blog-grid-section .wp-block-social-links,
.wd-blog-grid-section .blocks-gallery-grid:not(.has-nested-images), 
.wd-blog-grid-section .wp-block-gallery:not(.has-nested-images) {
    padding-left: 0 !important;
}
.wd-blog-grid-section .wp-block-navigation__container li a:hover {
    text-decoration: underline;
}
.wd-blog-grid-section .wp-block-page-list {
    margin-bottom: 0;
}
.wd-blog-grid-section .blog-detail-content a {
    font-size: 16px;
    color: #6d6d6d;
    transition: 0.3s ease-in-out;
}
.wd-blog-grid-section .blog-detail-content a:hover {
    color: #ff002e;
    text-decoration: underline;
}
.wd-blog-grid-section .addtoany_shortcode {
    display: inline-block;
    margin-left: 10px;
}
.wd-blog-grid-section .comment-box a:hover {
    color: #ff002e;
}
.wd-blog-sidebar-area .widget.widget-content ul {
    border: 1px solid #eee;
}
.wd-blog-sidebar-area .widget.widget-content ul li {
    padding: 15px 16px;
    border-bottom: 1px solid #eee;
}
.wd-blog-sidebar-area .widget.widget-content ul li:last-child {
    border: 0;
}
.wd-blog-sidebar-area .widget.widget-content ul li {
    padding: 15px 0px;
    border-bottom: 1px solid #eee;
}
.wd-blog-sidebar-area .widget.widget-content .adt-recent-ads-sidebar {
    margin-bottom: 0;
}
.wd-blog-sidebar-area .widget.widget-content .adt-recent-ads-sidebar ul li {
    padding-top: 0;
}
.wd-blog-sidebar-area .widget .widget-heading {
    background-color: #fff;
    border-color: #eeeeee;
    border-bottom-color: #eeeeee;
    border-bottom: 1px solid #eeeeee;
    border-radius: 0;
    color: #232323;
    padding: 0 0 5px 0;
    margin-bottom: 15px;
}
.wd-blog-sidebar-area .widget .widget-heading h4.panel-title {
    background: transparent !important;
    font-size: 20px;
    font-weight: 600;
    color: #000;
    padding: 0;
    width: 100%;
    margin-bottom: 0;
    margin-top: 0;
}
.wd-blog-sidebar-area .widget.widget-content ul {
    border: 0;
    margin-bottom: 0;
}
.wd-blog-sidebar-area .widget.widget-content ul li {
    border-bottom: 1px solid #f1f1f1;
    display: block;
    padding-bottom: 13px;
    padding-top: 13px;
    font-size: 14px;
}
.wd-blog-sidebar-area .widget.widget-content ul li:first-child {
    padding-top: 0;
}
.wd-blog-sidebar-area .widget.widget-content ul li:last-child {
    padding-bottom: 0;
}
.wd-blog-sidebar-area .widget.widget-content ul li a,
.wd-blog-sidebar-area .widget.widget-content ol li a {
    color: #000;
    text-transform: capitalize;
    font-weight: 400;
    display: block;
    line-height: 22px;
    font-size: 16px;
}
.wd-blog-sidebar-area .widget.widget-content ol li a {
    display: inline-block;
}
.wd-blog-sidebar-area .widget.widget-content ul li span {
    font-size: 12px;
    color: #6d6d6d;
}
.wd-blog-sidebar-area .widget {
    overflow: hidden;
    position: relative;
    border-color: #eeeeee;
    border-radius: 0;
    box-shadow: none;
    /*padding: 25px;*/
    /*margin-bottom: 30px;*/
    background-color: #fff;
    /*border: 1px solid #eeeeee;*/
    border-radius: 4px;
}
.wd-blog-sidebar-area .widget > ul {
    padding-left: 0 !important; 
    list-style-type: none;
    margin-bottom: 0;
}
.wd-blog-sidebar-area .widget > ul li.cat-item {
    font-size: var(--wd-font-size-14);
}
.wd-blog-sidebar-area .widget.widget-content {
    border-top-color: #eeeeee;
    background-color: #fff;
    overflow: hidden;
}
.wd-blog-sidebar-area .widget .wp-block-search__label,
.wd-blog-sidebar-area .widget .wp-block-heading {
    font-size: 20px;
    font-weight: 500;
    line-height: 26px;
    margin-bottom: 20px;
}
.wd-blog-sidebar-area .widget .wp-block-search__input {
    font-size: 14px;
    color: #6d6d6d;
    padding: 12px 20px;
    height: 45px;
    width: 100%;
    background-color: #f6f6f6;
    border: 1px solid #f0f0f0;
    border-radius: 4px;
}
.wd-blog-sidebar-area .widget .wp-block-search__button {
    border: 1px solid var(--wd-color-primary);
    background-color: var(--wd-color-primary);
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    color: var(--wd-color-black);
    padding: 11px 20px;
    height: 45px;
    border-radius: 4px;
}
.wd-blog-sidebar-area .widget ol {
    padding-left: 0;
    margin-bottom: 0;
}
.wd-blog-sidebar-area .widget ol li:last-child {
    margin-bottom: 0;
}
.wd-blog-sidebar-area .widget .adt-search-list-box,
.wd-blog-sidebar-area .widget .adt-recent-ads-sidebar {
    padding: 0;
}
.wd-blog-sidebar-area .widget .adt-search-list-box .search-btn-title {
    top: 33px;
}
.wd-blog-sidebar-area .widget.widget-content .searchform > div {
    display: flex;
    align-items: center;
    gap: 10px;
}
.wd-blog-sidebar-area .widget.widget-content .searchform input[type='text'] {
    width: calc(64% - 36% + 10px);
    height: 44px;
    border-radius: 4px;
}
.wd-blog-sidebar-area .widget.widget-content .searchform input[type='submit'] {
    width: 36%;
    height: 44px;
    border-radius: 4px !important;
}
.wd-blog-grid-section .wp-block-group {
    margin-bottom: 30px;
}
.wd-blog-grid-section .widget .wp-block-group {
    margin-bottom: 0px;
}
.wd-blog-grid-section .wp-block-group.is-layout-flex p {
    margin-bottom: 0;
} 
.wd-blog-grid-section .wp-block-group p:last-child,
.wd-blog-grid-section .wp-block-column p:last-child {
    margin-bottom: 0;
}
.wd-blog-grid-section .wp-block-search__label {
    font-size: 12px;
    color: #242424;
    margin-bottom: 10px;
} 
.wd-blog-grid-section .wp-block-search__button-inside {
    margin: 10px 0 20px 0;
}
.wd-blog-grid-section .wp-block-search__input {
    font-size: 14px;
    padding-left: 20px;
    background-color: #f6f6f6;
    border: 1px solid #f0f0f0;
    border-radius: 4px;
}
.wd-blog-grid-section .wp-block-search__button {
    font-size: 14px;
    font-weight: 600;
    color: #ffff;
    background-color: #ff002e;
    border: 1px solid #ff002e;
    padding: 8px 10px;
    border-radius: 4px;
    width: 120px;
    height: 36px;
    line-height: 16px;
}
.wd-blog-grid-section .wp-block-button {
    margin-bottom: 30px;
}
.wd-blog-grid-section .wp-block-button .wp-block-button__link,
.wd-blog-grid-section .wp-block-button .wp-block-button__link:hover,
.wd-blog-grid-section .wp-block-file__button,
.wd-blog-grid-section .wp-block-file__button:hover {
    font-size: 16px;
    color: #fff !important;
    background-color: #32373c !important;
    border-radius: 9999px;
}
.wd-blog-grid-section .wp-block-button.is-style-outline .wp-block-button__link,
.wd-blog-grid-section .wp-block-button.is-style-outline .wp-block-button__link:hover {
    background: transparent none !important;
    border-color: currentColor;
    border-width: 2px;
    border-style: solid;
    color: currentColor !important;
}
.wd-blog-grid-section .blog-detail-content .wp-block-button .wp-block-button__link:hover,
.wd-blog-grid-section .blog-detail-content .wp-element-button:hover,
.wd-blog-grid-section .blog-detail-content .wp-block-file__button:hover {
    text-decoration: none;
}
.wd-blog-grid-section .wp-block-button.is-style-squared .wp-block-button__link {
    border-radius: 0;
}
.wd-blog-grid-section p ~ figure {
    margin-bottom: 30px;
}
.wd-blog-grid-section p:has(+ figure),
.wd-blog-grid-section p:has(+ .wp-block-cover) {
    margin-bottom: 10px !important;
}
.wd-blog-grid-section .wp-block-cover,
.wd-blog-grid-section .wp-block-media-text {
    margin-bottom: 30px;
}
.wd-blog-grid-section .wp-block-cover p {
    color: #ffff !important;
}
.wd-blog-grid-section .wp-block-cover p a {
    color: #ffff;
}
.wd-blog-grid-section .wp-block-cover .wp-block-cover-text,
.wd-blog-grid-section .wp-block-cover .wp-block-cover-text a, 
.wd-blog-grid-section .wp-block-cover-image .wp-block-cover-image-text, 
.wd-blog-grid-section section.wp-block-cover-image > h2 {
    font-size: 2em;
    line-height: 1.25;
    margin-bottom: 0;
    max-width: 840px;
    padding: .44em;
    text-align: center;
    z-index: 1;
}
.wd-blog-grid-section .alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}
.wd-blog-grid-section .alignright {
    float: right;
    margin: 5px 0px 20px 20px;
}
.wd-blog-grid-section .aligncenter, .wd-blog-grid-section div.aligncenter {
    display: table;
    margin: 5px auto 5px auto;
}
.wd-blog-grid-section .wp-block-gallery.wp-block-gallery-2 {
    margin: 5px 20px 20px 0;
}
.wd-blog-grid-section blockquote p:has(~ *) {
    margin-bottom: 5px !important;
}
.wd-blog-grid-section .has-large-font-size {
    line-height: 46px !important;
}
.wd-blog-grid-section .has-x-large-font-size {
    line-height: 52px !important;
}
.wd-blog-grid-section .has-background {
    color: #ffff !important;
}
.wd-blog-grid-section .wp-caption-text {
    padding: 5px 10px;
    background-color: #f6f6f6;
    border: 1px solid #dcdcdc;
    border-radius: 2px;
    margin-top: 10px;
    font-size: 12px !important;
    line-height: 18px !important;
    display: table;
}
.wd-blog-grid-section .wp-caption-text.gallery-caption {
    display: block;
    margin-top: 5px;
    color: #6d6d6d;
    background-color: transparent;
    border: 0;
    font-size: 16px !important;
    line-height: 30px !important;
}
.wd-blog-grid-section select {
    font-size: 14px;
    padding-left: 20px;
    width: 100%;
    height: 39px;
    background-color: #f6f6f6;
    border: 1px solid #f0f0f0;
    border-radius: 4px;
    margin: 5px 0 20px 0;
}
.wd-blog-grid-section .wp-block-latest-posts.wp-block-latest-posts__list li {
    margin-bottom: 12px;
}
.wd-blog-grid-section table tbody,
.wd-blog-grid-section dl dd,
.wd-blog-grid-section address  {
    color: #6d6d6d;
}
.wd-blog-grid-section .wp-caption {
    width: 100% !important;
}
.wd-blog-grid-section h2:has(+ p),
.wd-blog-grid-section h3:has(+ p) {
    margin-bottom: 10px !important;
}
.wd-blog-grid-section .post-password-form input[type='password'] {
    padding-left: 20px;
    background-color: #f6f6f6;
    border: 1px solid #f0f0f0;
    border-radius: 4px;
    height: 36px;
}
.wd-blog-grid-section .post-password-form input[type='submit'] {
    font-size: 14px;
    font-weight: 600;
    color: #ffff;
    background-color: #ff002e;
    border: 1px solid #ff002e;
    padding: 8px 10px;
    border-radius: 4px;
    width: 120px;
    height: 36px;
    line-height: 16px;
}
.wd-blog-grid-section .comment-box {
    margin-top: 30px;
}
.wd-blog-grid-section .comment-box h3:has(+ hr) {
    margin-bottom: 10px;
}
.wd-blog-grid-section .comment-box h3 ~ hr {
    margin: 0 0 30px 0;
}
.wd-blog-grid-section .comment-list {
    padding-left: 0;
}
.wd-blog-grid-section .comment-list .comment-info img {
    width: 60px;
    height: 60px;
}
.wd-blog-grid-section .comment-list .comment .author-desc {
    width: calc(100% - 90px);
}
.wd-blog-grid-section .comment-list .comment .author-desc .author-title {
    display: flex;
    flex-wrap: wrap;
    gap: 0 10px;
    justify-content: space-between;
}
.wd-blog-grid-section .comment-list .comment .author-desc .author-title ul {
    margin-bottom: 12px;
}
.wd-blog-grid-section .comment-list .comment .author-desc .author-title ul li:first-child {
    padding-left: 0;
}
.wd-blog-grid-section .comment-list .comment .author-desc .author-title strong,
.wd-blog-grid-section .comment-list .comment .author-desc h1,
.wd-blog-grid-section .comment-list .comment .author-desc h2,
.wd-blog-grid-section .comment-list .comment .author-desc h3,
.wd-blog-grid-section .comment-list .comment .author-desc h4,
.wd-blog-grid-section .comment-list .comment .author-desc h5,
.wd-blog-grid-section .comment-list .comment .author-desc h6,
.wd-blog-grid-section .comment-list .comment .author-desc dl dt,
.wd-blog-grid-section .comment-list .comment .author-desc p strong {
    color: #000;
}
.wd-blog-grid-section .comment-list .comment .author-desc p:has(strong) {
    margin-bottom: 10px;
} 
.wd-blog-grid-section .comment-box .children {
    padding-left: 80px;
}
.adt-breadcrumb .breadcrumb li {
    word-break: break-all;
}

.wd-blog-grid-section .comment-form-comment label {
    font-size: 12px;
    color: #242424;
    margin-bottom: 10px;
}
.wd-blog-grid-section .comment-form-comment label .required {
    color: #a00;
}
.wd-blog-grid-section .comment-form-comment textarea {
    font-size: 14px;
    padding-left: 20px;
    width: 100%;
    height: 150px;
    background-color: #f6f6f6;
    border: 1px solid #f0f0f0;
    border-radius: 4px;
    resize: unset;
}
.wd-blog-grid-section .wp-audio-shortcode {
    margin-bottom: 20px;
}

/* wd-blog-sidebar-area-css-start */
/*.wd-blog-sidebar-area #sidebar {
    padding: 20px;
    border: 1px solid rgba(0, 0, 0, 0.10);
    border-radius: 4px;
}*/
.wd-blog-sidebar-area h6 {
    font-size: var(--wd-font-size-16);
    font-weight: var(--wd-font-weight-500);
    line-height: 24px;
    margin-bottom: 15px;
    margin-top: 0;
    color: var(--wd-color-black);
}
.wd-blog-sidebar-area a {
    color: var(--wd-color-black);
}
.wd-blog-grid-section .wd-blog-sidebar-area #sidebar > ul {
    padding-left: 0 !important;
    list-style-type: none;
    margin-bottom: 20px; 
}
.wd-blog-grid-section .wd-blog-sidebar-area #sidebar > ul:last-child {
    margin-bottom: 0;
}
.wd-blog-sidebar-area #sidebar .search-form {
    display: flex;
    gap: 10px;
}
.wd-blog-sidebar-area #sidebar .search-form > label {
    width: calc(100% - 90px);
}
.wd-blog-sidebar-area #sidebar .search-field {
    width: 100%;
    height: 50px;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    padding: 15px 20px;
    color: #555;
    background-color: #F6F6F6;
    border: 0;
    border-radius: 4px;
}
.wd-blog-sidebar-area #sidebar .search-field:focus-visible {
    outline: none;
}
.wd-blog-sidebar-area #sidebar .search-submit {
    color: #000;
    font-size: 14px;
    font-weight: 400;
    line-height: 29px;
    display: inline-block;
    text-align: center;
    width: 80px;
    border: 0;
    padding: 6px 10px;
    border-radius: 4px;
    background-color: var(--wd-color-primary);
}
.wd-blog-grid-section .wd-blog-sidebar-area #sidebar h2 {
    margin: 0 0 20px 0;
}
.wd-blog-grid-section .wd-blog-sidebar-area #sidebar ul ul li a {
    font-size: 16px;
    line-height: 30px;
    color: #6D6D6D;
}
/* wd-blog-sidebar-area-css-end */



/* responsive css */
@media (min-width: 1200px) and (max-width: 1399.98px) {
    .wd-blog-sidebar-area .widget.widget-content .searchform input[type="submit"] {
        padding: 5px 10px !important;
    }
    .wd-blog-sidebar-area .widget .wp-block-search__input {
        height: 38px;
        padding: 6px 12px;
    }
    .wd-blog-sidebar-area .widget .wp-block-search__button {
        font-size: 12px;
        padding: 5px 14px;
        height: 36px;
    }
    .wd-blog-item-wrapper {
        width: calc(100% - 300px);
    }
    .wd-blog-sidebar-area {
        width: 280px;
    }
    .wd-blog-detail-content-wrapper {
        width: calc(100% - 300px);
    }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
    .wd-blog-sidebar-area .widget.widget-content .searchform input[type="text"] {
        height: 36px !important;
    }
    .wd-blog-sidebar-area .widget.widget-content .searchform input[type="submit"] {
        height: 36px;
        padding: 5px 10px !important;
        font-size: 12px;
    }
    .wd-blog-sidebar-area .widget .wp-block-search__input {
        height: 38px;
        padding: 6px 12px;
    }
    .wd-blog-sidebar-area .widget .wp-block-search__button {
        font-size: 12px;
        padding: 5px 14px;
        height: 36px;
    }
    .wd-blog-item-wrapper {
        width: calc(100% - 300px);
        grid-template-columns: repeat(2, 1fr);
    }
    .wd-blog-sidebar-area {
        width: 280px;
    }
    .wd-blog-detail-content-wrapper {
        width: calc(100% - 300px);
    }
    .wd-blog-detail-img-box {
        height: 500px;
    }
}
@media (min-width: 320px) and (max-width: 991.98px) {
    .wd-blog-main-wrapper {
        flex-direction: column;
    }
    .wd-blog-item-wrapper {
        width: 100%;
        grid-template-columns: repeat(2, 1fr);
    }
    .wd-blog-sidebar-area {
        width: 100%;
    }
    .wd-blog-detail-main-wrapper {
        flex-direction: column;
    }
    .wd-blog-detail-content-wrapper {
        width: 100%;
    }
    .wd-blog-detail-img-box {
        height: 400px;
    }
}
@media (min-width: 576px) and (max-width: 767.98px) {
    .wd-blog-grid-section .comment-box .children {
        padding-left: 0px;
    }
    .wd-blog-grid-section #gallery-1 .gallery-item {
        width: 50% !important;
    }
}
@media (min-width: 320px) and (max-width: 575.98px) {
    .wd-blog-grid-section .post-password-form label {
        width: 70%;
    }
    .wd-blog-grid-section .post-password-form input[type="password"] {
        width: 100%;
    }
    .wd-blog-grid-section .post-password-form input[type="submit"] {
        width: auto;
    }
    .wd-blog-grid-section .comment-box .children {
        padding-left: 0px;
    }
    .wd-blog-grid-section #gallery-1 .gallery-item {
        width: 100% !important;
    }
    .wd-blog-detail-img-box {
        height: 300px;
    }
    .wd-social-tags-box .wd-tags-list li {
        line-height: 24px;
        margin-right: 10px;
    }
}
@media (max-width: 380px) {
    .wd-blog-item-wrapper {
        grid-template-columns: repeat(1, 1fr);
    }
}