.sidebar-widget .sidebar-widget-header {
  padding-left: 0;
}
.sidebar-widget .sidebar-widget-body {
  padding: 20px;
}
.sidebar-widget .title {
  font-size: 23px;
  margin-bottom: 15px;
}
.sidebar-widget:last-child {
  margin-bottom: 0;
}

.footer-bottom.base-footer {
  padding: 15px 0;
}
.footer-bottom.base-footer .auto-container .content .logo-copy p {
  margin-bottom: 0;
  color: #ffffff;
}

.main-header.base-header {
  border-bottom: 1px solid #f5f5f5;
}

.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}

.wp-block-button {
  margin-top: 10px;
  margin-bottom: 10px;
}
.wp-block-button .wp-block-button__link {
  color: #ffffff !important;
}

.is-style-outline .wp-block-button__link {
  color: #32373c !important;
}

.wp-block-button__link.is-style-outline {
  color: #32373c !important;
}

.wp-block-search .wp-block-search__input {
  position: relative;
  display: block;
  width: 100%;
  height: 50px;
  border: 1px solid var(--color-high-dark);
  border-radius: 5px;
  background: #fff;
  padding: 10px 15px;
  transition: all 500ms ease;
  max-width: 300px;
  margin-right: 10px;
  margin-top: 0px;
}
.wp-block-search .wp-block-search__button {
  position: relative;
  display: block;
  width: 100%;
  height: 50px;
  border: 1px solid var(--color-high-dark);
  border-radius: 5px;
  background: var(--color-high-dark);
  padding: 10px 15px;
  transition: all 500ms ease;
  color: #fff;
  max-width: 90px;
  cursor: pointer;
  margin-left: 0;
}
.wp-block-search .wp-block-search__button:hover{
  color: #fff;
}
.widget_search .search-form {
  position: relative;
  margin: 0px;
}
.widget_search .search-form .form-group {
  margin-bottom: 0;
}

figure.alignright figcaption {
  text-align: right;
}

figure.aligncenter figcaption {
  text-align: center;
}

figcaption {
  font-weight: 600;
}

.wp-block-media-text {
  margin-bottom: 10px;
}
.post-password-form label {
  font-weight: 600;
  color: #333;
}
.post-password-form input {
  display: block;
}
.post-password-form input[type=submit] {
  border: 1px solid var(--color-high-dark);
  background: var(--color-high-dark);
  color: #fff;
}

.wp-block-rss__item-title a {
  color: #222;
}

.wp-block-latest-posts__list li a {
  color: #222;
}

.wp-block-tag-cloud a {
  position: relative;
  display: inline-block;
  font-size: 15px !important;
  line-height: 26px;
  color: #25283a;
  border: 1px solid #7b7b7b4f;
  border-radius: 4px;
  padding: 7px 21.5px;
  margin-bottom: 5px;
}

.yes-ping .comment {
  padding-left: 0 !important;
}

.wp-block-quote.is-large,
.wp-block-quote.is-style-large {
  padding: 41px 40px !important;
}

.page-links a,
.page-links .post-page-numbers {
  position: relative;
  display: inline-block;
  font-size: 16px;
  font-weight: 400;
  height: 36px;
  width: 35px;
  line-height: 35px;
  text-align: center;
  color: #061a3a;
  background: transparent;
  z-index: 1;
  border: 1px solid #e6e7ec;
  transition: all 500ms ease;
  border-radius: 3px;
}
.page-links a:hover,
.page-links .post-page-numbers.current,
.page-links .post-page-numbers:hover {
  background: var(--color-high-dark);
  color: #fff;
}
.post-single-link.page-links {
  margin-top: 10px;
  margin-bottom: 10px;
}
.page-wrapper .pagination .nav-links {
  position: relative;
  display: block;
}


.text-center.page-pagination .nav-links {
  margin: 0 auto;
}

.entry-title,
.blog-title {
  word-wrap: break-word;
}

.page-title {
  word-wrap: break-word;
}

.sidebar-side .calendar_wrap table {
  text-align: center;
  margin-bottom: 0;
  width: 100%;
}
.sidebar-side .calendar_wrap table caption {
  padding: 0;
  padding-top: 5px;
}
.sidebar-side .calendar_wrap table a {
  color: var(--color-high-dark);
}
.sidebar-side .calendar_wrap .wp-calendar-nav a {
  color: var(--color-high-dark);
}
.sidebar-side .sidebar-widget {
  margin-bottom: 30px;
}
.sidebar-side .sidebar-widget:last-child {
  margin-bottom: 0px;
}

.widget_recent_entries ul li {
  margin-bottom: 8px;
}
.widget_recent_entries ul li a {
  color: #706767;
  position: relative;
  display: block;
  font-size: 16px;
  font-weight: 600;
  padding: 12px 30px;
  background: #f3f3f3;
  position: relative;
  display: block;
}
.widget_recent_entries ul li:hover a {
  color: #fff;
  background: var(--color-high-dark);
}
.widget_recent_entries ul li:last-child {
  margin-bottom: 0;
}

.widget_nav_menu ul,
.widget_meta ul,
.widget_pages ul {
  padding-left: 0px !important;
}
.widget_nav_menu ul li,
.widget_meta ul li,
.widget_pages ul li {
    align-content: center;
    justify-content: space-between;
    border-bottom: 1px solid #e5e5e5;
    font-size: 16px;
    padding: 10px 0px;
    color: #666666;
    text-transform: capitalize;
}
.widget_nav_menu ul > li:last-child,
.widget_meta ul > li:last-child,
.widget_pages ul > li:last-child {
  border-bottom: none;
}
.widget_nav_menu ul li a,
.widget_meta ul li a,
.widget_pages ul li a {
  position: relative;
  display: block;
  color: #666666;
  padding: 0px 0px;
  font-size: 16px;
}
.widget_nav_menu ul li a:hover,
.widget_meta ul li a:hover,
.widget_pages ul li a:hover {
  color: var(--color-high-dark);
}
.widget_nav_menu ul li ul li,
.widget_meta ul li ul li,
.widget_pages ul li ul li{
  border-top: 1px solid #e5e5e5;
  border-bottom: none;
  margin-top: 10px;
  padding-bottom: 0;
  padding-left: 20px;
}
td#today {
  background: var(--color-high-dark);
  font-weight: 600;
  color: #fff;
}
td#today a{
  color: #fff;
}
.sidebar-widget ul.wp-block-archives li,
.sidebar-widget ul.wp-block-categories li,
.sidebar-widget.widget_archive ul li{
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  justify-content: space-between;
  border-bottom: 1px solid #e5e5e5;
  font-size: 16px;
  padding: 10px 0px;
  color: #666666;
  text-transform: capitalize;
}
.sidebar-widget ul.wp-block-archives li:last-child,
.sidebar-widget ul.wp-block-categories li:last-child,
.sidebar-widget.widget_archive ul li:last-child{
  border-bottom: none;
  padding-bottom: 0;
}
.sidebar-widget ul.wp-block-archives li a,
.sidebar-widget.widget_archive ul li a{
  position: relative;
  display: block;
  color: #666666;
  padding: 0px 0px;
  font-size: 16px;
}
.sidebar-widget ul.wp-block-archives li a:hover,
.sidebar-widget ul.wp-block-categories li a:hover,
.sidebar-widget.widget_archive ul li a:hover {
  color: var(--color-high-dark);
}
.sidebar-widget.widget_archive ul li:last-child{
  margin-bottom: 0;
}
.sidebar-widget.widget_archive ul li ul {
  width: 100%;
  padding-left: 15px;
}
.sidebar-widget.widget_archive ul li ul li{
  padding: 0;
  position: relative;
}
.widget_categories li ul.children {
  display: block;
  width: 100%;
}
.widget_categories li ul.children li {
  border-top: 1px solid #e5e5e5;
  margin-top: 10px;
  border-bottom: 0;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-left: 15px;
}
.sidebar-widget.widget_archive ul li ul li a {
  padding: 5px 0px;
}
.sidebar-widget.widget_archive ul li ul li ul{
  padding-left: 25px;
}

.widget_recent_comments ul li {
  display: flex !important;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 15px;
  font-size: 16px;
}
.widget_recent_comments ul li .comment-author-link {
  font-weight: 600;
  margin-right: 5px;
}
.widget_recent_comments ul li .comment-author-link a {
  color: #706767;
}
.widget_recent_comments ul li a {
  color: var(--color-high-dark);
  margin-left: 5px !important;
}
.widget_text {
  color: #222222;
}
.widget_text .textwidget p {
  font-size: 16px;
  line-height: 33px;
  margin-bottom: 5px;
}
.widget_text .textwidget form {
  margin-top: 10px;
}

.widget_rss .widget-title h3 img {
  top: -3px;
  position: relative;
}
.widget_rss .widget-title h3 a {
  color: #222;
}
.widget_rss ul li {
  font-size: 16px;
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #e5e5e5;
  color: #222222;
}
.widget_rss ul li:last-child {
  padding-bottom: 0px;
  margin-bottom: 0px;
  border-bottom: 0px solid #e5e5e5;
}
.widget_rss ul li .rsswidget {
  margin-bottom: 10px;
  display: block;
  font-weight: 600;
}
.widget_rss ul li .rss-date {
  margin-bottom: 5px;
}
.widget_rss ul li .rssSummary {
  line-height: 28px;
}
.widget_rss ul li cite {
  margin-top: 10px;
  display: block;
  font-weight: 600;
  font-style: normal;
}
.widget_rss ul li a {
  color: #4c4c4c;
}

figcaption {
  margin-top: 10px;
  padding-bottom: 15px;
  font-size: 14px;
}

abbr[title] {
  border-bottom: 1px dotted;
}

acronym {
  border-bottom: 1px dotted;
}

.wp-caption-text,
.gallery-caption,
.bypostauthor {
  opacity: 1;
}

.wp-block-image .aligncenter > figcaption,
.wp-block-image .alignleft > figcaption,
.wp-block-image .alignright > figcaption,
.wp-block-image.is-resized > figcaption {
  text-align: center;
}

.wp-block-image {
  max-width: 100%;
}
.wp-block-image figcaption {
  display: block;
}

.wp-caption img {
  margin-top: 10px;
}

img.aligncenter {
  display: block;
}

pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.42857143;
  color: #333;
  white-space: pre-wrap;
  word-wrap: break-word;
  background-color: #fff;
  border-radius: 4px;
  overflow: auto;
  margin-top: 10px;
  border: 1px solid #2b3c6b;
}

.wp-block-cover-text {
  font-size: 24px;
  color: #ffffff !important;
}
.wp-block-cover-text a {
  color: #ffffff;
}

.alignleft {
  float: left;
  margin-right: 1.5em;
  margin-bottom: 1.5em;
}

.wp-block-button.alignright {
  text-align: right;
}

.wp-block-quote.is-large, .wp-block-quote.is-style-large {
  padding: 41px 40px !important;
}

article .text {
  overflow: hidden;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
  clear: both;
}

.blocks-gallery-item {
  list-style: outside none;
  padding-left: 0 !important;
}

iframe {
  width: 100%;
}

.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}

.wp-block-cover-text {
  color: #ffffff;
  margin-bottom: 0 !important;
}

.aligncenter {
  clear: both;
  margin-left: auto;
  margin-right: auto;
}

.blocks-gallery-item:before {
  content: none !important;
}

.blog-single-post-area .comment-detail-form {
  margin-bottom: 20px;
}
.blog-single-post-area .comment-reply-title {
  font-size: 20px;
}
.blog-single-post-area .comment-reply-title small {
  margin-left: 10px;
}
.wp-block-calendar table th {
  text-align: center;
}

.yes-ping .comment-details {
  padding-left: 0px !important;
}

.has-text-color.has-background.has-very-light-gray-color {
  color: #fff;
}

ol.wp-block-latest-comments li article footer {
  padding: 0 !important;
  margin: 0 !important;
}

ul.wp-block-latest-posts li {
  margin-bottom: 10px;
}
ul.wp-block-latest-posts li:last-child {
  margin-bottom: 0;
}
ul.wp-block-rss li {
  margin-bottom: 10px;
}
.wp-block-group__inner-container a {
  color: var(--color-high-dark);
  line-height: 26px;
}
.gallery-item {
  display: inline-block;
  padding: 1.79104477%;
  text-align: center;
  vertical-align: top;
}
.gallery-item img {
  display: inline-block !important;
}

.gallery-columns-1 .gallery-item {
  max-width: 100%;
  width: 100%;
}

@media screen and (min-width: 30em) {
  .gallery-columns-1 .gallery-item {
    max-width: 100%;
  }
}
.gallery-columns-2 .gallery-item {
  max-width: 100%;
  width: 50%;
}

@media screen and (min-width: 30em) {
  .gallery-columns-2 .gallery-item {
    max-width: 50%;
  }
}
.gallery-columns-3 .gallery-item {
  max-width: 100%;
  width: 33.33%;
}

@media screen and (min-width: 30em) {
  .gallery-columns-3 .gallery-item {
    max-width: 33.33%;
  }
}
.gallery-columns-4 > .gallery-item {
  max-width: 100%;
  width: 25%;
}

@media screen and (min-width: 30em) {
  .gallery-columns-4 .gallery-item {
    max-width: 25%;
  }
}
.gallery-columns-5 .gallery-item {
  max-width: 100%;
  width: 20%;
}

@media screen and (min-width: 48em) {
  .gallery-columns-5 .gallery-item {
    max-width: 20%;
  }
}
.gallery-columns-6 .gallery-item {
  max-width: 100%;
  width: 16.66%;
}

@media screen and (min-width: 48em) {
  .gallery-columns-6 .gallery-item {
    max-width: 16.66%;
  }
}
.gallery-columns-7 .gallery-item {
  max-width: 100%;
  width: 14.28%;
}

@media screen and (min-width: 48em) {
  .gallery-columns-7 .gallery-item {
    max-width: 14.28%;
  }
}
.gallery-columns-8 .gallery-item {
  max-width: 100%;
  width: 12.5%;
}

@media screen and (min-width: 48em) {
  .gallery-columns-8 .gallery-item {
    max-width: 12.5%;
  }
}
.gallery-columns-9 .gallery-item {
  max-width: 100%;
  width: 11.11%;
}

@media screen and (min-width: 48em) {
  .gallery-columns-9 .gallery-item {
    max-width: 11.11%;
  }
}
.main-header .header-upper .logo-box .logo img {
  width: 100%;
}

.wp-block-button.is-style-squared a {
  border-radius: 0;
}

.ri-fat-not-found {
  padding: 34px 40px 40px;
  box-shadow: 0px 20px 60px 0px rgba(0, 0, 0, 0.1);
  background: #fff;
  border-radius: 10px;
}
.ri-fat-not-found .no-found-text {
  font-size: 16px;
  color: #222;
  margin-bottom: 15px;
}
.ri-fat-not-found .nothing-found-search {
  max-width: 400px;
}
.ri-fat-not-found .nothing-found-search .search-form .form-group {
  position: relative;
  margin: 0px;
}


.wp-block-button {
  margin-bottom: 10px;
}

.sticky_post_icon {
  color: var(--color-high-dark);
  font-size: 30px;
}

ol.wp-block-latest-comments li article footer {
  padding: 0 !important;
  margin: 0 !important;
}

ul.wp-block-rss li {
  margin-bottom: 10px;
}

.gallery-item {
  display: inline-block;
  padding: 1.79104477%;
  text-align: center;
  vertical-align: top;
}
.gallery-item img {
  display: inline-block !important;
}

.gallery-columns-1 .gallery-item {
  max-width: 100%;
  width: 100%;
}

.wp-block-gallery.is-cropped .blocks-gallery-item img {
  height: auto;
}

@media screen and (min-width: 30em) {
  .gallery-columns-1 .gallery-item {
    max-width: 100%;
  }
}
.gallery-columns-2 .gallery-item {
  max-width: 100%;
  width: 50%;
}

@media screen and (min-width: 30em) {
  .gallery-columns-2 .gallery-item {
    max-width: 50%;
  }
}
.gallery-columns-3 .gallery-item {
  max-width: 100%;
  width: 33.33%;
}

@media screen and (min-width: 30em) {
  .gallery-columns-3 .gallery-item {
    max-width: 33.33%;
  }
}
.gallery-columns-4 > .gallery-item {
  max-width: 100%;
  width: 25%;
}

@media screen and (min-width: 30em) {
  .gallery-columns-4 .gallery-item {
    max-width: 25%;
  }
}
.gallery-columns-5 .gallery-item {
  max-width: 100%;
  width: 20%;
}

@media screen and (min-width: 48em) {
  .gallery-columns-5 .gallery-item {
    max-width: 20%;
  }
}
.gallery-columns-6 .gallery-item {
  max-width: 100%;
  width: 16.66%;
}

@media screen and (min-width: 48em) {
  .gallery-columns-6 .gallery-item {
    max-width: 16.66%;
  }
}
.gallery-columns-7 .gallery-item {
  max-width: 100%;
  width: 14.28%;
}

@media screen and (min-width: 48em) {
  .gallery-columns-7 .gallery-item {
    max-width: 14.28%;
  }
}
.gallery-columns-8 .gallery-item {
  max-width: 100%;
  width: 12.5%;
}

@media screen and (min-width: 48em) {
  .gallery-columns-8 .gallery-item {
    max-width: 12.5%;
  }
}
.gallery-columns-9 .gallery-item {
  max-width: 100%;
  width: 11.11%;
}

@media screen and (min-width: 48em) {
  .gallery-columns-9 .gallery-item {
    max-width: 11.11%;
  }
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .blog-single-post-area .comment-wrap .comment-detail .comment-detail-list .single-comment + .children {
    padding-left: 10px;
  }
  .blog-single-post-area .comment-wrap .comment-detail .comment-detail-list .single-comment .comment__text {
    width: 100%;
    display: block;
  }
  .blog-single-post-area .comment-wrap .comment-detail .comment-detail-list .single-comment .comment__image {
    display: block;
    margin-bottom: 20px;
  }
}
.comment.single-comment.yes-ping {
  padding: 0;
}
.sticky_post_icon {
  position: absolute;
  top: 11px;
  right: 15px;
}

.blog-details-content .comment-box {
  padding: 35px 40px;
}
.comment-box .group-title {
  margin-bottom: 20px;
}
.comment-box .group-title small {
  margin-left: 10px;
}
.comment-box .group-title small a {
  color: #222222;
}
.comment-box .comment-list-area {
  margin-bottom: 0;
  padding-left: 0 !important;
}
.comment-box .comment-list-area li {
  list-style: none !important;
}
.comment-box .comment-list-area li:last-child .comment {
  border-bottom: 0px solid #8082881c;
  padding-bottom: 0;
}
.comment-box .comment-list-area li:last-child .comment + .comments-form-area {
  margin-top: 29px;
}
.comment-box .comment-list-area li ol li:last-child .comment {
  border-bottom: 1px solid #8082881c !important;
  padding-bottom: 32px !important;
}
.comment-box .comment-list-area .comment {
  margin-bottom: 0 !important;
  margin-top: 32px !important;
  border-bottom: 1px solid #8082881c;
  padding-bottom: 32px;
}
.comment-box .comment-list-area .comment .comment-inner {
  padding-bottom: 0 !important;
  border: 0 !important;
}
.comment-box .comment-list-area .comment .comment-inner .comment-info h5 a {
  color: #222222;
}
.comment-box .comment-list-area .comment .comment-inner .main-text-content-single p a {
  color: var(--color-high-dark);
  font-weight: 600;
}
.base-theme .main-text-content-single a {
  color: #222222;
}
.base-theme .main-text-content-single h1,
.base-theme .main-text-content-single h2,
.base-theme .main-text-content-single h3,
.base-theme .main-text-content-single h4,
.base-theme .main-text-content-single h5,
.base-theme .main-text-content-single h6 {
  font-weight: 700;
  line-height: 1.7em !important;
  margin-bottom: 0 !important;
}
.base-theme .main-text-content-single .news-block-one .inner-box .lower-content img {
  max-width: 100%;
  height: auto;
}
.base-theme .main-text-content-single figcaption a {
  color: var(--color-high-dark);
}
blockquote {
  font-style: normal;
  padding: 41px 40px;
  background: #fff5f6;
  border-left: 2px solid var(--color-high-dark);
  margin-bottom: 10px;
}
blockquote p,
blockquote cite {
  font-weight: 700;

}
.base-theme blockquote p{
  margin-bottom: 0 !important;
}
blockquote cite {
  color: var(--color-high-dark) !important;
}
blockquote a {
  color: var(--color-high-dark);
}
blockquote p,
blockquote cite {
  font-size: 20px;
  color: #222;
}

.base-theme .main-text-content-single .wp-block-button .wp-block-button__link {
  color: #ffffff;
}

a#cancel-comment-reply-link {
  color: var(--color-high-dark);
  font-size: 18px;
  font-weight: 500;
  margin-left: 10px;
}
.base-theme .blog-details-content ul li {
  list-style: disc !important;
}
.base-theme .blog-details-content ol li {
  list-style: decimal;
}
.base-theme .blog-details-content .main-text-content-single ol li {
  list-style: decimal !important;
}
.base-theme .blog-details-content ol, 
.base-theme .blog-details-content ul {
  padding-left: 25px;
}
tbody tr th, thead th {
  color: black;
}
table a {
  color: #555555;
  font-weight: 600;
}
.base-theme .blog-details-content .news-block-one .lower-content .text p {
  margin-bottom: 15px;
}
.base-theme .blog-details-content p{
  margin-bottom: 18px;
  line-height: 28px;
}
.post-password-form input[type=password] {
  max-width: 350px;
  min-width: 350px;
}
.blog-details-content .comment-list-area .comments-form-area {
  padding: 40px 40px 20px 40px;
  margin-top: 0;
}
p.no-comments {
  margin-top: 20px;
}
.base-theme .page-content {
  clear: both;
  overflow: hidden;
  margin-bottom: 30px;
}
.page-links {
  clear: both;
}
.base-theme .page-content h2{
  margin-top: 15px;
  margin-bottom: 10px;
}
.base-theme .page-content h1+h2{
  margin-top: 0;
  margin-bottom: 0;
}
.base-theme .brator-blog-single-post-content h2+h3{
  margin-bottom: 0;
  font-weight: 700;
}
ul.blocks-gallery-grid {
  padding: 0 !important;
}
.display-flex {
  display: flex;
  align-items: center;
}
.display-flex .brator-header-menu-with-info {
  margin-left: auto;
}
.brator-blog-post-sidebar ul,
.brator-blog-post-sidebar ol {
  list-style: none;
  padding-left: 0;
  margin: 0;
}
.base-theme .brator-footer-area {
  border-top: 1px solid #e5e5e5;
}
.logged-in-as {
  margin-bottom: 10px;
}
.base-theme .brator-blog-single-post-content ul{
  margin: 0;
}
.base-theme .brator-blog-single-post-content p{
  margin-bottom: 10px;
}
.base-theme .brator-blog-single-post-content {
  overflow: hidden;
}
.single-comment .single-comment {
  margin-left: 30px;
}
.single-comment .single-comment .blog-comment-single-item{
  margin-top: 35px;
}
.blog-comment-list-items .comments-form-area {
  margin-bottom: 50px;
  margin-top: 50px;
}
@media only screen and (min-width: 300px) and (max-width: 1299px){
.base-theme .brator-header-menu-area {
    display: block;
}
}
.base-theme .brator-logo-area .brator-logo button {
  display: none;
}
.admin-bar .brator-slide-menu-content {
  top: 32px;
}
.base-theme .brator-footer-area .col-lg-4.col-md-6.col-12 {
  width: 100%;
}
.base-theme .brator-copyright-area p{
 text-align: center;
}
@media only screen and (max-width: 1200px){
  .base-theme .brator-logo-area {
    width: 100%;
  }
  .base-theme .brator-logo-area .brator-logo button {
    display: block;
    margin-left: auto;
  }
  .base-theme .display-flex .brator-header-menu-with-info {
    display: none;
  }
  .base-theme .brator-footer-area {
    padding-top: 40px;
    padding-bottom: 0;
  }
  .base-theme .brator-copyright-area p {
    margin-bottom: 22px;
  }

}
@media only screen and (max-width: 767px){
  .sticky_post_icon {
    top: 15px;
    right: 0;
  }
}
@media only screen and (max-width: 782px){
  .admin-bar .brator-slide-menu-content {
    top: 46px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991.98px){
  .base-theme .brator-inline-product-filter-area {
    flex-wrap: unset;
  }
  .base-theme .brator-inline-product-filter-area .brator-inline-product-filter-right .brator-filter-short-by {
    justify-content: flex-end;
  }
  .brator-inline-product-filter-area .brator-inline-product-filter-right{
    margin-top: 0;
  }
}
.base-theme  a.post-view-count {
  display: none;
}