.sidebar td#today {
  color: #fff;
  border-color: #222 !important;
}
.sidebar .widget_search .wp-block-search__button-outside label {
  position: relative;
  display: block;
  margin-bottom: 30px;
  padding-left: 20px;
  border-bottom: 1px solid #e3e3e3;
  padding-bottom: 20px;
  color: #000;
  font-size: 20px;
  line-height: 26px;
  text-transform: capitalize;
}
.sidebar .widget_search .wp-block-search__button-outside label::before {
  position: absolute;
  content: "//";
  left: 0;
  top: -1px;
  font-weight: 300;
  width: 18px;
  font-size: 20px;
}
.sidebar .wp-block-group .wp-block-group__inner-container {
  padding: 0px;
  margin-bottom: 0px;
}
.sidebar .wp-block-group .wp-block-group__inner-container h2 {
  position: relative;
  display: block;
  margin-bottom: 30px;
  padding-left: 20px;
  border-bottom: 1px solid #e3e3e3;
  padding-bottom: 20px;
  color: #000;
  font-size: 20px;
  line-height: 26px;
  text-transform: capitalize;
}
.sidebar .wp-block-group .wp-block-group__inner-container h2::before {
  position: absolute;
  content: "//";
  left: 0;
  top: -1px;
  font-weight: 300;
  width: 18px;
  font-size: 20px;
}

.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 #f3f3f3;
  background: #f3f3f3;
  padding: 10px 15px;
  transition: all 500ms ease;
  max-width: 300px;
  margin-bottom: 10px;
  margin-right: 10px;
  margin-top: 0px;
}
.wp-block-search .wp-block-search__button {
  position: relative;
  display: block;
  width: 100%;
  height: 50px;
  border: 1px solid #f3f3f3;
  background: #f3f3f3;
  padding: 10px 15px;
  transition: all 500ms ease;
  color: #222;
  max-width: 90px;
  margin-bottom: 10px;
  cursor: pointer;
  margin-left: 0;
}

.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-group__inner-container {
  padding: 20px;
  margin-bottom: 15px;
}
.wp-block-media-text {
  margin-bottom: 10px;
}

.post-password-form input {
  position: relative;
  display: block;
  width: 100%;
  height: 50px;
  border: 1px solid #f3f3f3;
  border-radius: 0px;
  background: #f3f3f3;
  padding: 10px 15px;
  transition: all 500ms ease;
  max-width: 300px;
  margin-bottom: 0px;
  margin-right: 10px;
  margin-top: 10px;
}
.post-password-form input[type=submit] {
  position: relative;
  display: block;
  width: 100%;
  height: 50px;
  border: 1px solid #f3f3f3;
  border-radius: 0px;
  background: #000;
  padding: 10px 15px;
  transition: all 500ms ease;
  color: #fff;
  max-width: 90px;
  margin-bottom: 10px;
  cursor: pointer;
  margin-left: 0;
  font-weight: 600;
}
.post-password-form input[type=password] {
  max-width: 350px;
  min-width: 350px;
}
.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: #222;
  background: #f3f3f3;
  border: 1px solid #f3f3f3;
  border-radius: 0px;
  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: 50px;
  width: 50px;
  line-height: 50px;
  text-align: center;
  color: #222;
  background: transparent;
  z-index: 1;
  border: 1px solid currentColor;
  transition: all 500ms ease;
}
.page-links a:hover,
.page-links .post-page-numbers:hover {
  background: #222;
  color: #fff;
}
.page-links .post-page-numbers.current {
  background: #222;
  border-color: #222;
  color: #fff;
}

.post-single-link.page-links {
  text-align: center;
  margin-top: 10px;
  margin-bottom: 10px;
}
.page-pagination .pagination .nav-links {
  position: relative;
  display: block;
}
.page-pagination .pagination .nav-links .page-numbers {
  display: inline-block;
  margin: 0 4px 10px;
  width: 60px;
  height: 60px;
  line-height: 58px;
  border: 1px solid #ebebeb;
  text-align: center;
  color: #222;
  font-size: 16px;
  font-weight: 600;
  transition: 0.5s ease;
  border-radius: 0;
  background-color: #ffffff;
}
.page-pagination .pagination .nav-links .page-numbers:hover {
  color: #ffffff;
  border-color: #222;
  background-color: #222;
}
.page-pagination .pagination .nav-links .current {
  color: #ffffff;
  border-color: #222;
  background-color: #222;
}

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

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

.page-title {
  background-color: #000;
  word-wrap: break-word;
}
.page-title .auto-container {
  overflow: hidden;
}

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

.wp-block-latest-posts li {
  margin-bottom: 8px;
}
.wp-block-latest-posts li a {
  color: #706767;
  position: relative;
  display: block;
  font-size: 16px;
  font-weight: 600;
  padding: 12px 30px;
  background: #f3f3f3;
  position: relative;
  display: block;
}
.wp-block-latest-posts li:hover a {
  color: #fff;
  background: #222;
}
.wp-block-latest-posts li:last-child {
  margin-bottom: 0;
}

.widget_categories ul li,
.widget_archive ul li {
  display: flex;
  justify-items: flex-start;
  align-items: center;
  width: 100%;
  flex-wrap: wrap;
}
.widget_categories ul li ul,
.widget_archive ul li ul {
  width: 100%;
}

.widget_nav_menu ul,
.widget_categories ul,
.widget_archive ul,
.widget_meta ul,
.widget_pages ul {
  padding-left: 20px;
}
.widget_nav_menu ul li a,
.widget_categories ul li a,
.widget_archive ul li a,
.widget_meta ul li a,
.widget_pages ul li a {
  position: relative;
  display: block;
  color: #222;
  padding: 9px 0px;
  font-weight: 500;
  font-size: 16px;
}
.widget_nav_menu ul li a::after,
.widget_categories ul li a::after,
.widget_archive ul li a::after,
.widget_meta ul li a::after,
.widget_pages ul li a::after {
  content: "";
  position: absolute;
  left: -20px;
  top: 19px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #d7d7d7;
}
.widget_nav_menu ul li a:hover,
.widget_categories ul li a:hover,
.widget_archive ul li a:hover,
.widget_meta ul li a:hover,
.widget_pages ul li a:hover {
  color: #222;
}
.widget_nav_menu ul li a:hover::after,
.widget_categories ul li a:hover::after,
.widget_archive ul li a:hover::after,
.widget_meta ul li a:hover::after,
.widget_pages ul li a:hover::after {
  background: #222;
}
.widget_nav_menu ul li ul,
.widget_categories ul li ul,
.widget_archive ul li ul,
.widget_meta ul li ul,
.widget_pages ul li ul {
  padding-left: 17px;
}

.wp-block-archives {
  padding-left: 20px;
}
.wp-block-archives li a {
  position: relative;
  display: block;
  color: #222;
  padding: 9px 0px;
  font-weight: 500;
  font-size: 16px;
}
.wp-block-archives li a::after {
  content: "";
  position: absolute;
  left: -20px;
  top: 19px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #d7d7d7;
}
.wp-block-archives li a:hover {
  color: #222;
}
.wp-block-archives li a:hover::after {
  background: #222;
}
.wp-block-archives li ul {
  padding-left: 12px;
}

.single_team_caption {
  margin-top: 20px;
}

.wp-block-categories {
  padding-left: 20px;
}
.wp-block-categories li a {
  position: relative;
  display: block;
  color: #222;
  padding: 9px 0px;
  font-weight: 500;
  font-size: 16px;
}
.wp-block-categories li a::after {
  content: "";
  position: absolute;
  left: -20px;
  top: 19px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #d7d7d7;
}
.wp-block-categories li a:hover {
  color: #222;
}
.wp-block-categories li a:hover::after {
  background: #222;
}
.wp-block-categories li ul {
  padding-left: 12px;
}

td#today {
  background: #222;
}
td#today a {
  color: #fff;
}

.side-widget.widget_archive ul,
.side-widget.widget_categories ul {
  padding-left: 20px;
}
.side-widget.widget_archive ul li,
.side-widget.widget_categories ul li {
  width: 100%;
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: flex-start;
  font-size: 15px;
  color: #222;
}
.side-widget.widget_archive ul li a,
.side-widget.widget_categories ul li a {
  display: block;
  font-size: 16px;
  line-height: 34px;
  color: #222;
  font-weight: 500;
  padding: 5px 0px;
}
.side-widget.widget_archive ul li a:before,
.side-widget.widget_categories ul li a:before {
  position: absolute;
  content: "";
  border: 2px solid #d5d5d5;
  width: 8px;
  height: 8px;
  left: -20px;
  top: 19px;
  border-radius: 50%;
  transition: all 500ms ease;
}
.side-widget.widget_archive ul li a:hover,
.side-widget.widget_categories ul li a:hover {
  color: #222;
}
.side-widget.widget_archive ul li a:hover:before,
.side-widget.widget_categories ul li a:hover:before {
  border-color: #222;
  background: #222;
}
.side-widget.widget_archive ul li:last-child,
.side-widget.widget_categories ul li:last-child {
  margin-bottom: 0;
}
.side-widget.widget_archive ul li ul,
.side-widget.widget_categories ul li ul {
  width: 100%;
  padding-left: 15px;
}
.side-widget.widget_archive ul li ul li,
.side-widget.widget_categories ul li ul li {
  padding: 0;
  position: relative;
}
.side-widget.widget_archive ul li ul li a,
.side-widget.widget_categories ul li ul li a {
  padding: 5px 0px;
}
.side-widget.widget_archive ul li ul li ul,
.side-widget.widget_categories 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: #222;
  margin-left: 5px !important;
}

.wp-block-latest-comments li {
  display: flex !important;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 15px;
  font-size: 16px;
}
.wp-block-latest-comments li article {
  padding: 0px;
  line-height: 20px;
  padding-bottom: 10px;
  margin: 0;
  margin-left: 2px;
}
.wp-block-latest-comments li:last-child article {
  padding-bottom: 0px;
}
.wp-block-latest-comments li .comment-author-link {
  font-weight: 600;
  margin-right: 5px;
}
.wp-block-latest-comments li .comment-author-link a {
  color: #706767;
}
.wp-block-latest-comments li a {
  color: #222;
  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: 0px;
  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;
}

table,
th,
td {
  border: 1px solid #f0f0f0;
  border: 1px solid rgba(51, 51, 51, 0.1) !important;
  font-size: 15px;
}

th,
td {
  padding: 9px;
  font-size: 15px;
}

table {
  border-collapse: separate;
  margin-bottom: 10px;
  margin-top: 10px;
  border-spacing: 0;
}
table caption {
  padding-bottom: 0;
}

select {
  position: relative;
  width: 100%;
  border: none;
  line-height: 56px;
  padding: 0px 20px;
  font-size: 15px;
  font-weight: 600;
  color: #2d2727;
  border: 1px solid #bfbfbf;
  background: transparent;
  z-index: 9;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url("data:image/svg+xml;utf8,<svg fill='2d2727' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/><path d='M0 0h24v24H0z' fill='none'/></svg>");
  background-repeat: no-repeat;
  background-position-x: 97%;
  background-position-y: 15px;
}

.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;
}

.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 {
  padding: 0;
  margin: 0;
}
ol.wp-block-latest-comments .wp-block-latest-comments__comment {
  display: flex !important;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
}
ol.wp-block-latest-comments li article footer {
  padding: 0 !important;
  margin: 0 !important;
}
ol.wp-block-latest-comments li .wp-block-latest-comments__comment-excerpt {
  padding: 0 !important;
  margin: 0 !important;
}

ul.wp-block-latest-posts li {
  margin-bottom: 20px;
}

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%;
}

@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%;
  }
}
.wp-block-button.is-style-squared a {
  border-radius: 0;
}

.ri-fat-not-found {
  padding: 30px;
  background: #fff;
}
.ri-fat-not-found .no-found-text {
  font-size: 16px;
  color: #222;
  margin-bottom: 15px;
}
.ri-fat-not-found .nothing-found-search {
  max-width: 280px;
}
.ri-fat-not-found .nothing-found-search .search-form .form-group {
  position: relative;
  margin: 0px;
}
.ri-fat-not-found .nothing-found-search .search-form .form-group input {
  position: relative;
  display: block;
  width: 100%;
  height: 50px;
  border: 1px solid #d0d0d0;
  font-size: 15px;
  color: #222222;
  padding: 10px 50px 10px 20px;
  transition: all 500ms ease;
  border-radius: 5px;
}
.ri-fat-not-found .nothing-found-search .search-form .form-group::-webkit-input-placeholder {
  color: #222222;
}
.ri-fat-not-found .nothing-found-search .search-form .form-group button {
  top: 0px;
  right: 0px;
  font-size: 17px !important;
  color: #f4f5f7;
  background: #222;
  transition: all 500ms ease;
  border: 0;
  width: auto;
  cursor: pointer;
  border-radius: 3px;
  padding: 10px 19px;
  margin-top: 13px;
  font-weight: 300;
}

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

.blog-single-post .text .wp-block-archives-dropdown {
  max-width: 240px;
}
.blog-single-post .text .wp-block-calendar table {
  max-width: 300px;
}
.blog-single-post .text .wp-block-calendar table td#today {
  color: #fff;
}
.blog-single-post .text .wp-block-archives-list li {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0 !important;
}
.blog-single-post .text .wp-block-categories-dropdown {
  padding-left: 0;
}
.blog-single-post .text .wp-block-categories-dropdown select {
  max-width: 280px;
  margin-top: 20px;
  margin-bottom: 20px;
}
.blog-single-post .text .wp-block-latest-comments {
  padding-left: 0;
}
.blog-single-post .text .wp-block-latest-posts__list {
  list-style: outside none;
  padding-left: 0;
}
.blog-single-post .text .wp-block-latest-posts__list li {
  background: #f3f3f3;
  margin-bottom: 20px;
  padding: 20px;
}
.blog-single-post .text .wp-block-latest-posts__list li a {
  background: transparent;
  padding: 0;
}
.blog-single-post .text .wp-block-latest-posts__list li:hover a {
  color: #222;
}
.base-theme .blog-single-post .text blockquote {
  padding: 41px 40px;
  background-color: #f7f7fa;
  border-left: 5px solid #000;
  text-align: left;
}
.base-theme .blog-single-post .text blockquote p {
  margin-bottom: 0px !important;
  font-size: 28px;
}
.base-theme .blog-single-post .text blockquote cite {
  font-weight: 500;
}
.base-theme .blog-single-post blockquote * {
  color: #000;
  z-index: 1;
  position: relative;
}
.blog-single-post .text h1,
.blog-single-post .text h2,
.base-theme .blog-single-post .text h3,
.blog-single-post .text h4,
.blog-single-post .text h5,
.blog-single-post .text h6 {
  margin-bottom: 15px !important;
}
.base-theme .blog-single-post .text h2,
.base-theme .blog-single-post .text h3 {
  margin-bottom: 0;
  font-weight: 500;
}
.base-theme .blog-single-post ul,
.base-theme .blog-single-post li {
  list-style: unset;
}
.base-theme .blog-single-post ul {
  padding-left: 25px;
}
.blog-single-post .text ol {
  padding-left: 25px;
}
.blog-single-post .text p {
  margin: 0 0 15px;
}
.blog-single-post .text p:last-child {
  margin-bottom: 0;
}
.blog-single-post .text a {
  color: #000;
}
.blog-single-post .text .wp-block-button .wp-block-button__link {
  color: #ffffff;
}
.blog-single-post .text p + ul {
  margin-bottom: 20px;
}
.blog-single-post .text p + ul + h3 + ol + h3 + ol + h3 + ul + h3 {
  margin-top: 20px;
}
.blog-single-post .text h6 + h2 {
  margin-top: 20px;
}
.blog-single-post .text p + h3 {
  margin-bottom: 10px;
}
.blog-single-post .text p + h3 + p + ul {
  margin-bottom: 10px;
}
.blog-single-post .text p + h3 + p + ul + h3 {
  margin-bottom: 10px;
}
.blog-single-post .text p.wp-block-cover-text,
.blog-single-post .text p.wp-block-cover-text a {
  color: #fff !important;
}
.blog-single-post .text .wp-block-cover-text {
  font-size: 24px;
}
.blog-single-post .text .wp-block-cover,
.blog-single-post .text .wp-block-cover-image {
  margin-bottom: 10px;
  margin-top: 10px;
}
.blog-single-post .text .blocks-gallery-grid {
  padding-left: 0;
  margin-top: 10px;
}
.blog-single-post .text .wp-block-file a.wp-block-file__button {
  color: #ffffff;
}
.blog-single-post .text .wp-block-archives li {
  margin-bottom: 10px;
}
.blog-single-post .text .wp-block-calendar .wp-calendar-table {
  margin-bottom: 0;
}
.blog-single-post .text .wp-block-calendar .wp-calendar-table caption {
  padding-bottom: 0;
}
.blog-single-post .text .wp-block-calendar .wp-calendar-nav {
  text-align: left;
  margin-bottom: 10px;
}

p.no-comments {
  text-align: center;
  background: #f4f4f4;
  display: inline-block;
  margin: 0 auto;
  float: none;
  margin-top: 30px;
  padding: 10px 30px;
}

body {
  overflow-x: hidden;
}

.base-header.main-header .header-upper .inner-container {
  justify-content: flex-end;
}
.base-header.main-header .header-upper .inner-container .logo-box {
  padding: 21px 65px;
}

.main-menu .navigation li:last-child {
  margin-right: 0;
}
.main-menu .navigation .menu-item-has-children ul {
  display: none;
}
.main-menu .navigation .menu-item-has-children ul ul {
  left: -100%;
}
.news-block-two.blog-single-post .lower-content {
  padding: 35px;
}

.comment-respond {
  position: relative;
  padding: 35px;
  background: #f8f8f8;
  overflow: hidden;
  clear: both;
  margin-top: 40px;
}

.blog-page-single .blog-single-post .lower-content .blog-title {
  font-size: 36px;
  font-weight: 900;
  letter-spacing: 0.5px;
  line-height: 46px;
}
.blog-page-single .blog-single-post.comment-close .lower-content .post-share {
  border: 0;
  margin: 0;
  padding: 0;
}
.sidebar-page-container.blog-page .content-side .news-block-two .inner-box {
  margin-bottom: 50px;
}
.sidebar-page-container.blog-page .content-side .news-block-two .inner-box .lower-content .sticky_post_icon {
  position: absolute;
  top: -1px;
  right: -1px;
  background: black;
  color: #fff;
  width: 100px;
  height: 50px;
  text-align: center;
  line-height: 50px;
}
.sidebar-page-container.blog-page .content-side .news-block-two .inner-box .lower-content .category a::after {
  content: ",";
}
.sidebar-page-container.blog-page .content-side .news-block-two .inner-box .lower-content .category a:last-child::after {
  content: "";
}
.sidebar-page-container.blog-page .content-side .news-block-two .inner-box .lower-content .title-me-rif {
  display: block;
  font-weight: 900;
  word-wrap: break-word;
}
.sidebar-page-container.blog-page .content-side .news-block-two .inner-box .lower-content .title-me-rif a {
  font-weight: 900;
}

.comments-area .group-title h3 small {
  font-size: 14px;
}
.comments-area .comments-list-area {
  overflow: hidden;
}
.comments-area .comments-list-area .comment-box {
  border-top: 1px solid #e9e6e6;
  overflow: hidden;
  padding-top: 35px;
  margin-top: 35px;
}
.comments-area .comments-list-area .comment-box:first-child {
  border-top: 0px solid #e9e6e6;
  padding-top: 0px;
  margin-top: 0px;
}
.comments-area .comments-list-area .comment-box .comment {
  min-height: 100px;
}
.comments-area .comments-list-area .comment-box .comment .comment-inner .text {
  margin-bottom: 0;
}
.comments-area .comments-list-area .comment-box .comment .comment-inner .text p:last-child {
  margin-bottom: 0;
}

.blog-single-post .comment-form .contact-form {
  background: transparent;
  padding: 0;
}
.blog-single-post .comment-respond {
  margin-top: 40px;
}
.blog-single-post .comment-respond .set-fo-run .email-not-publish {
  font-weight: 400;
  font-size: 15px;
}
.blog-single-post .comment-respond .set-fo-run .message-btn:hover .btn-title i {
  color: #000;
}

.nothing-found-search .search-box {
  max-width: 400px;
}

.logged-in-as {
  margin-bottom: 10px;
  font-weight: 400;
  font-size: 15px;
  color: #777;
}

.archive .main-header.base-header,
.search .main-header.base-header,
.error404 .main-header.base-header,
.page .main-header.base-header {
  border: 0;
}

.footer-bottom .text p {
  margin-bottom: 0;
  color: #fff;
}

.elementor-widget-arcix_contact .contact-info-section .contact-form {
  margin-bottom: 0;
}

.mapouter iframe {
  display: grid;
}

@media only screen and (min-width: 320px) and (max-width: 1139px) {
  .base-header.main-header .header-upper .inner-container .logo-box {
    padding: 16px 65px;
  }

  .nav-outer .mobile-nav-toggler {
    display: block;
  }
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .sidebar-page-container.blog-page .content-side .news-block-two .inner-box .lower-content .sticky_post_icon {
    background: transparent;
    color: #000;
    right: -26px;
    top: 0;
  }
  .error-page h1 {
    font-size: 90px;
  }
  .error-page h2 {
    font-size: 30px;
  }

  .error-page .text {
    margin-bottom: 30px;
  }

  .sidebar-page-container {
    padding: 100px 0;
  }

  .wp-block-search__inside-wrapper {
    flex-wrap: wrap !important;
  }

  .wp-block-search .wp-block-search__input {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
  }

  .base-theme .blog-single-post .text blockquote {
    padding: 20px;
  }
  .base-theme .blog-single-post .text blockquote p {
    font-size: 20px;
  }

  .set-fo-run .form-group i {
    display: none;
  }
  .set-fo-run .theme-btn {
    padding: 15px;
  }

  .blog-single-post .comment-respond {
    padding: 20px;
  }

  .comments-area .comment-box .comment-box {
    margin-left: 10px;
  }

  .comments-area .comments-list-area .comment-box .comment .comment-inner .text {
    margin-bottom: 10px !important;
  }

  .news-block-two.blog-single-post .lower-content {
    padding: 20px;
  }

  .blog-single-post .comment-wrap .comment-detail .comment-detail-list .single-comment + .children {
    padding-left: 10px;
  }
  .blog-single-post .comment-wrap .comment-detail .comment-detail-list .single-comment .comment__text {
    width: 100%;
    display: block;
  }
  .blog-single-post .comment-wrap .comment-detail .comment-detail-list .single-comment .comment__image {
    display: block;
    margin-bottom: 20px;
  }
}
.base-theme .blog-single-post h1+h2 {
  font-size: 2rem;
  margin-bottom: 0;
}
.base-theme .blog-single-post h2+h3 {
  margin-bottom: 0;
  font-size: 1.75rem;
}
.base-theme .blog-single-post h2 {
  margin-top: 15px;
  margin-bottom: 15px;
}
.base-theme .blog-single-post blockquote:before {
  position: absolute;
  content: "\f10d";
  font-family: 'Font Awesome 5 Pro';
  font-weight: 900;
  right: 10px;
  top: 20px;
  font-size: 155px;
  line-height: 140px;
  color: #ffffff;
}
@media only screen and (max-width: 767px){
  .base-theme .blog-single-post blockquote:before {
    top: 20px;
    font-size: 50px;
    line-height: 50px;
  }
}
.base-theme .footer-bottom .outer-box {
  padding: 36px 0 26px;
}
p.email-not-publish {
  color: #777;
}
.base-theme .news-block-two {
  overflow: hidden;
}
a#cancel-comment-reply-link {
  color: #777;
}