body {
  overflow-x: hidden;
}

.page-pagination .pagination .nav-links {
  position: relative;
  display: block;
}

.page-pagination .pagination .nav-links .page-numbers {
  display: inline-block;
  margin: 0 4px 10px;
  width: 50px;
  height: 50px;
  border: 1px solid #edeef2;
  text-align: center;
  color: #a7a8bc;
  font-size: 16px;
  font-weight: 600;
  transition: 0.5s ease;
  border-radius: 0;
  background-color: #ffffff;
  line-height: 49px;
}

.page-pagination .pagination .nav-links .page-numbers.current {

  color: #efa286;
  border-color: #efa286;
  background-color: #ffffff;
}
.page-pagination .pagination .nav-links .page-numbers:hover {
  color: #ffffff;
  border-color: #efa286;
  background-color: #efa286;
}
.testimonial-block-one .inner-box .review-box span {
  display: none;
}
.testimonial-block-one .inner-box .icon-box {
  color: #efa286;
  border: 1px solid #efa286;
}
.blog-details-content .blog-text-main ul.wp-block-archives-list li {
  display: flex;
  align-items: center;
}
ol.has-avatars.has-dates.has-excerpts.wp-block-latest-comments {
  padding: 0;
}
.sidebar-side .side-widget table {
  width: 100%;
}

.side-widget {
  margin-bottom: 30px;
}
.side-widget:last-child {
  margin-bottom: 0;
}
.side-widget .wp-block-group .wp-block-group__inner-container {
  padding: 0px;
  margin-bottom: 0px;
}
.side-widget .wp-block-group .wp-block-group__inner-container h2 {
  font-weight: 600;
  font-size: 18px;
  line-height: 28px;
  padding-left: 20px;
  margin: 0px;
  margin-bottom: 25px;
}
.side-widget .wp-block-group .wp-block-group__inner-container h2::before {
  position: absolute;
  content: "";
  width: 10px;
  height: 14px;
  left: 0px;
  top: 8px;
  background: #efa286;
}
.side-widget .side-widget-header {
  padding-left: 0;
}
.side-widget .side-widget-header h4 {
  font-weight: 600;
  font-size: 18px;
  line-height: 28px;
  padding-left: 20px;
  margin: 0px;
  margin-bottom: 25px;
}
.side-widget .side-widget-header h4 a {
  color: #52547c;
}
.side-widget .side-widget-header h4::before {
  position: absolute;
  content: "";
  width: 10px;
  height: 14px;
  left: 0px;
  top: 8px;
  background: #efa286;
}
.side-widget .side-widget-body {
  padding: 0px;
}
.side-widget .side-widget-body .wp-block-search__label {
  position: relative;
  font-size: 21px;
  line-height: 28px;
  padding-left: 20px;
  margin: 0px;
  margin-bottom: 25px;
  font-family: "Playfair Display", serif;
  font-weight: 400;
  color: #52547c;
  transition: all 500ms ease;
}
.side-widget .side-widget-body .wp-block-search__label::before {
  position: absolute;
  content: "";
  width: 10px;
  height: 14px;
  left: 0px;
  top: 8px;
  background: #efa286;
}

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

.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 #52547c;
  border-radius: 0px;
  background: #fff;
  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 #52547c;
  border-radius: 0px;
  background: #52547c;
  padding: 10px 15px;
  transition: all 500ms ease;
  color: #fff;
  max-width: 140px;
  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;
}
.widget_search .search-form .form-group input[type=search] {
  position: relative;
  display: block;
  width: 100%;
  height: 55px;
  border: 1px solid #e5e5e5;
  font-size: 15px;
  color: #848484;
  padding: 10px 50px 10px 20px;
  transition: all 500ms ease;
}
.widget_search .search-form .form-group button {
  position: absolute;
  top: 0px;
  right: 0px;
  font-size: 16px;
  color: #222;
  font-weight: 700;
  height: 100%;
  width: 50px;
  background: transparent;
  cursor: pointer;
  transition: all 500ms ease;
  border: 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 #52547c;
  border-radius: 0px;
  background: #fff;
  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 #52547c;
  border-radius: 0px;
  background: #52547c;
  padding: 10px 15px;
  transition: all 500ms ease;
  color: #fff;
  max-width: 90px;
  margin-bottom: 10px;
  cursor: pointer;
  margin-left: 0;
}

.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: 14px !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: 50px;
  width: 50px;
  line-height: 50px;
  text-align: center;
  color: #52547c;
  background: transparent;
  z-index: 1;
  border: 1px solid #52547c;
  transition: all 500ms ease;
}
.page-links a:hover,
.page-links .post-page-numbers:hover {
  background: #52547c;
  color: #fff;
}
.page-links .post-page-numbers.current {
  background: #52547c;
  color: #fff;
}

.post-single-link.page-links {
  text-align: left;
  margin-top: 0;
  margin-bottom: 30px;
  overflow: hidden;
}
.text-center.page-pagination .nav-links {
  margin: 0 auto;
}

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

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

.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: #52547c;
}
.sidebar .calendar_wrap .wp-calendar-nav a {
  color: #52547c;
}
.sidebar .sidebar-widget {
  margin-bottom: 30px;
}
.sidebar .sidebar-widget:last-child {
  margin-bottom: 0px;
}

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

.widget_nav_menu ul,
.widget_meta ul,
.widget_pages ul {
  padding-left: 20px;
}
.widget_nav_menu 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_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_meta ul li a:hover,
.widget_pages ul li a:hover {
  color: #52547c;
}
.widget_nav_menu ul li a:hover::after,
.widget_meta ul li a:hover::after,
.widget_pages ul li a:hover::after {
  background: #52547c;
}
.widget_nav_menu ul li ul,
.widget_meta ul li ul,
.widget_pages ul li ul {
  padding-left: 12px;
}

.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: #efa286;
}
.wp-block-archives li a:hover {
  color: #52547c;
}
.wp-block-archives li a:hover::after {
  background: #52547c;
}
.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: #efa286;
}
.wp-block-categories li a:hover {
  color: #52547c;
}
.wp-block-categories li a:hover::after {
  background: #52547c;
}
.wp-block-categories li ul {
  padding-left: 12px;
}

td#today {
  background: #52547c;
  color: #fff;
}
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: #93959e;
  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 #efa286;
  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: #52547c;
}
.side-widget.widget_archive ul li a:hover:before,
.side-widget.widget_categories ul li a:hover:before {
  border-color: #52547c;
  background: #52547c;
}
.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: #52547c;
  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 {
  margin-bottom: 0px;
}
.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;
  line-height: 22px;
}
.wp-block-latest-comments li a {
  color: #52547c;
  margin-left: 5px !important;
  line-height: 22px;
  font-weight: 600;
}
.blog-details-content .post-tags .tags-list a,
.widget_tag_cloud a {
  position: relative;
  display: inline-block;
  font-size: 14px !important;
  line-height: 20px;
  color: #93959e;
  font-weight: 500;
  margin-right: 5px;
  margin-bottom: 10px;
  border-radius: 0;
  border: 1px solid #e5e5e5;
  padding: 8px 14px;
}
.blog-details-content .post-tags .tags-list a:hover,
.widget_tag_cloud a:hover {
  color: #efa286;
  border-color: #efa286;
}

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

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 {
  margin-bottom: 0;
}
.wp-block-calendar table th {
  text-align: center;
  background: #fff7f4;
}
.wp-block-calendar table .wp-calendar-nav {
  text-align: left;
}
.wp-block-calendar .wp-calendar-nav {
  display: flex;
}

.wp-calendar-table {
  text-align: center;
}
.wp-calendar-table tbody a {
  color: #52547c;
}

.wp-calendar-nav-next a {
  font-family: "Playfair Display", serif;
  font-weight: 400;
  color: #52547c;
}

.wp-calendar-nav-prev a {
  font-family: "Playfair Display", serif;
  font-weight: 400;
  color: #52547c;
}

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

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

.post-grid-layout .post-article .post-grid-caption-header .post-article-cat a {
  display: none;
}
.post-grid-layout .post-article .post-grid-caption-header .post-article-cat a:first-child {
  display: block !important;
}

.base-theme .base-header.main-header-style-two {
  border-bottom: 1px solid #f7f7f7;
}
.base-theme .page-title.style-two {
  padding: 105px 0;
}
.base-theme .blog-single-post-area .big-detail-wrap .blog-content {
  padding-top: 0;
}
.logged-in-as {
  margin-bottom: 10px;
}

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 {
  display: block;
}
ol.wp-block-latest-comments li article footer {
  padding: 0 !important;
  margin: 0 !important;
  width: 100%;
  display: block !important;
}
ol.wp-block-latest-comments li .wp-block-latest-comments__comment-excerpt {
  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%;
}

@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: 30px;
  background: #fff;
}
.ri-fat-not-found .no-found-text {
  font-size: 16px;
  margin-bottom: 15px;
}

.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 #52547c;
  font-size: 15px;
  color: #222222;
  padding: 10px 50px 10px 20px;
  transition: all 500ms ease;
}
.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 {
  position: absolute !important;
  top: 0px;
  right: 0px;
  font-size: 17px !important;
  font-weight: 700 !important;
  color: #52547c;
  background: transparent;
  transition: all 500ms ease;
  border: 0;
  width: 50px;
  height: 100%;
  cursor: pointer;
}

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

.blog-details-content .post-tags {
  padding-top: 0px;
  margin-bottom: 20px;
  padding-bottom: 0px;
}
.blog-details-content .cat-me-single a::after {
  content: ", ";
}
.blog-details-content .single-comment.yes-ping {
  padding-left: 0;
}
.blog-details-content .blog-text-main ul + h3,
.blog-details-content .single-comment ul + h3 {
  margin-top: 15px;
}
.blog-details-content .blog-text-main h1,
.blog-details-content .blog-text-main h2,
.blog-details-content .blog-text-main h3,
.blog-details-content .blog-text-main h4,
.blog-details-content .blog-text-main h5,
.blog-details-content .blog-text-main h6,
.blog-details-content .single-comment h1,
.blog-details-content .single-comment h2,
.blog-details-content .single-comment h3,
.blog-details-content .single-comment h4,
.blog-details-content .single-comment h5,
.blog-details-content .single-comment h6 {
  margin-bottom: 15px !important;
}
.blog-details-content .blog-text-main a,
.blog-details-content .single-comment a {
  color: #efa286;
}
.blog-details-content .blog-text-main p,
.blog-details-content .single-comment p {
  margin: 0 0 18px;
  line-height: 1.7em;
}
.blog-details-content .blog-text-main p:last-child,
.blog-details-content .single-comment p:last-child {
  margin: 0;
}
.blog-details-content .blog-text-main blockquote,
.blog-details-content .single-comment blockquote {
  font-style: normal;
  padding: 41px 40px;
  border-left: 2px solid #52547c;
  margin-bottom: 10px;
}
.blog-details-content .blog-text-main blockquote p,
.blog-details-content .single-comment blockquote p {
  border-bottom: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
  margin-bottom: 10px !important;
}
.blog-details-content .blog-text-main blockquote a,
.blog-details-content .single-comment blockquote a {
  color: #222 !important;
  text-decoration: underline;
  font-size: 20px;
  font-weight: 700;
}
.blog-details-content .blog-text-main blockquote p,
.blog-details-content .blog-text-main blockquote cite,
.blog-details-content .single-comment blockquote p,
.blog-details-content .single-comment blockquote cite {
  font-size: 20px;
  color: #222;
}
.blog-details-content .blog-text-main table,
.blog-details-content .single-comment table {
  max-width: 100%;
}
.blog-details-content .blog-text-main select,
.blog-details-content .single-comment select {
  max-width: 300px;
  margin-bottom: 20px;
}
.blog-details-content .blog-text-main ul,
.blog-details-content .blog-text-main li,
.blog-details-content .single-comment ul,
.blog-details-content .single-comment li {
  list-style: disc;
}
.blog-details-content .blog-text-main ul,
.blog-details-content .single-comment ul {
  padding-left: 25px;
}
.blog-details-content .blog-text-main ol,
.blog-details-content .single-comment ol {
  padding-left: 25px;
}
.blog-details-content .blog-text-main ol li,
.blog-details-content .single-comment ol li {
  list-style: unset;
}
.blog-details-content .blog-text-main ul li a,
.blog-details-content .single-comment ul li a {
  color: #222222;
}
.blog-details-content .blog-text-main .wp-block-button .wp-block-button__link,
.blog-details-content .single-comment .wp-block-button .wp-block-button__link {
  color: #ffffff;
}
.blog-details-content .blog-text-main p.wp-block-cover-text,
.blog-details-content .blog-text-main p.wp-block-cover-text a,
.blog-details-content .single-comment p.wp-block-cover-text,
.blog-details-content .single-comment p.wp-block-cover-text a {
  color: #fff !important;
}
.blog-details-content .blog-text-main .wp-block-cover-text,
.blog-details-content .single-comment .wp-block-cover-text {
  font-size: 24px;
  color: #ffffff !important;
}
.blog-details-content .blog-text-main .wp-block-cover,
.blog-details-content .blog-text-main .wp-block-cover-image,
.blog-details-content .single-comment .wp-block-cover,
.blog-details-content .single-comment .wp-block-cover-image {
  margin-bottom: 10px;
  margin-top: 10px;
}
.blog-details-content .blog-text-main .blocks-gallery-grid,
.blog-details-content .single-comment .blocks-gallery-grid {
  padding-left: 0;
  margin-top: 10px;
}
.blog-details-content .blog-text-main .wp-block-file a.wp-block-file__button,
.blog-details-content .single-comment .wp-block-file a.wp-block-file__button {
  color: #ffffff;
}
.blog-details-content .blog-text-main .wp-block-archives li,
.blog-details-content .single-comment .wp-block-archives li {
  margin-bottom: 10px;
}
.blog-details-content .blog-text-main .wp-block-calendar .wp-calendar-table,
.blog-details-content .single-comment .wp-block-calendar .wp-calendar-table {
  margin-bottom: 0;
}
.blog-details-content .blog-text-main .wp-block-calendar .wp-calendar-table caption,
.blog-details-content .single-comment .wp-block-calendar .wp-calendar-table caption {
  padding-bottom: 0;
}
.blog-details-content .blog-text-main .wp-block-calendar .wp-calendar-nav,
.blog-details-content .single-comment .wp-block-calendar .wp-calendar-nav {
  text-align: left;
  margin-bottom: 10px;
}
.news-block-one .inner-box .lower-content .info a,
.blog-details-content .content-one .info a {
  color: #52547c;
  font-weight: 600;
  text-transform: capitalize;
}
.blog-details-content .content-one .text .blog-title-big {
  font-weight: 700;
}
.blog-details-content .content-one {
  margin-bottom: 0;
  overflow: hidden;
}
.blog-details-content .blog-text-main {
  display: block;
  overflow: hidden;
  clear: both;
  margin-bottom: 30px;
  margin-top: 10px;
}
.nothing-found-search.wp-block-search input {
  color: #5c5d6f;
}
.blog-details-content .comments-form-area {
  overflow: hidden;
  clear: both;
  margin-top: 25px;
}
.blog-details-content .comments-form-area .email-not-publish {
  font-size: 14px;
  margin-bottom: 20px;
}
.blog-details-content .comments-form-area .group-title {
  margin-bottom: 0;
}
.blog-details-content .comments-form-area .group-title .comment-reply-title small a {
  color: #efa286;
  margin-left: 10px;
  margin-bottom: 0;
}
.blog-details-content .comments-form-area .comment-form .logged-in-as a {
  color: #efa286;
  margin-left: 5px;
}
.blog-details-content .comments-form-area .comment-form .form-group input[type=text],
.blog-details-content .comments-form-area .comment-form .form-group input[type=email],
.blog-details-content .comments-form-area .comment-form .form-group textarea {
  border-radius: 0;
}
.blog-details-content .comments-form-area .comment-form .form-group input[type=text]:focus,
.blog-details-content .comments-form-area .comment-form .form-group input[type=email]:focus,
.blog-details-content .comments-form-area .comment-form .form-group textarea:focus {
  box-shadow: none;
}
.blog-details-content .comments-form-area .comment-form .message-btn {
  margin-top: 20px;
}
.blog-details-content .comments-area {
  margin-bottom: 0;
}
.blog-details-content .comments-area .group-title {
  margin-bottom: 0;
}
.blog-details-content .comments-area > .group-title h3 {
  margin-bottom: 20px;
}
.blog-details-content .comments-area .group-title h3 small {
  font-size: 14px;
}

.blog-details-content .comments-area .comment-box .single-comment .comment-inner p {
  border-bottom: 0;
  padding: 0;
}
.blog-details-content .comments-area .comment-box .single-comment .comment-inner .comment-authore-title a {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 5px;
  color: #52547c;
}
.blog-details-content .comments-area .comment-box .single-comment .comment-inner .comment-info {
  padding-left: 0px;
}
.blog-details-content .comments-area .comment-box .single-comment .comment-inner .comment__text_d p a {
  color: #efa286;
}

.blog-list-custom .news-block-one .inner-box .image-box {
  background: transparent;
}
.blog-list-custom .news-block-one .inner-box .image-box img {
  width: auto;
}
.blog-list-custom .news-block-one .inner-box .lower-content h5 a {
  font-size: 30px;
  font-weight: 600;
  word-wrap: break-word;
  display: block;
  line-height: 40px;
}
.blog-list-custom .news-block-one .inner-box .lower-content .btn-box {
  margin-top: 20px;
}
.blog-list-custom .page-pagination {
  margin-top: 50px;
}

.news-block-one .inner-box .lower-content .info a:after {
  content: ",";
}

.news-block-one.sticky-post-class .sticky_post_icon {
  position: absolute;
  top: 30px;
  right: 30px;
  color: #52547c;
  font-size: 30px;
}
.news-block-one.sticky-post-class .lower-content {
  padding-top: 0;
  border: 1px solid #edeef2;
  padding: 30px;
  padding-top: 30px !important;
  background: #52547c0d;
}
.news-block-one.sticky-post-class .lower-content .btn-box a {
  border: 1px solid #52547c;
  color: #52547c !important;
}
.news-block-one.sticky-post-class .lower-content .btn-box a:hover {
  color: #fff !important;
  border: 1px solid #efa286;
}

.news-block-one.news-block-one.no-post-thumb .lower-content {
  padding-top: 0;
}

.footer-bottom .copyright p {
  color: #fff;
}

.cases-single-breadcrumb h1 {
  text-transform: capitalize;
}

.banner-style-two .place-box .text p {
  color: #ffffff;
}

figure.image.image-1 {
  margin-bottom: 20px !important;
}

.content_block_1 .content-box .inner-box .image-box {
  margin-bottom: 20px !important;
}
.video-section .inner-box .video-btn a i {
  position: relative;
  top: 6px;
  left: 2px;
}

.service-block-one .inner-box h3 {
  margin-bottom: 0;
}

.case-block-one .inner-box .content-box h2 a:hover {
  color: #ffffff;
}
.case-block-one:hover  .inner-box .content-box {
  background: #00000070;
}
.nothing-found-search.wp-block-search .form-group {
  display: flex;
}
.blog-details-content .comments-area .comment + ol {
  margin-left: 20px !important;
}
.header-upper .info-list li a.theme-btn.btn-one {
  text-transform: uppercase;
}
.image_block_1 .image-box .video-btn {
  display: none;
}
.blog-details-content .blog-text-main ol.wp-block-latest-comments {
  padding: 0;
  margin-bottom: 20px;
}

.blog-details-content .blog-text-main ul.wp-block-latest-posts__list li {
  list-style: outside none;
}

.blog-details-content .blog-text-main ul.wp-block-latest-posts__list {
  padding: 0;
}

.blog-details-content .blog-text-main ul.wp-block-latest-posts__list li a {
  color: #fff !important;
}
body {
  overflow-x: hidden;
} 
.news-block-one .inner-box .lower-content .info a:last-child:after {
  display: none;
}
.main-menu .navigation > li.menu-item-has-children {
    position: relative;
}

.main-menu .navigation > li.menu-item-has-children:after {
  content: "";
  display: block;
  background: transparent;
  position: absolute;
  left: 0;
  top: 40px;
  width: 100%;
  height: 100%;
}
.page-wrapper {
  overflow-x: hidden;
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
  .page-pagination .pagination .nav-links .page-numbers {
    margin: 0 0px 10px;
    width: 45px;
    height: 45px;
    line-height: 44px;

  }
  .blog-details-content .comments-area .comment + ol {
      margin-left: 0px !important;
  }
  .blog-details-content .comments-form-area .form-group:last-child {
    margin-bottom: 30px;
  }
  .col-lg-12.col-md-12.col-sm-12.form-group.message-btn {
    margin-top: 0px;
  }
}


@media only screen and (min-width: 320px) and (max-width: 600px) {
  .fancybox-slide--iframe .fancybox-content {
    height: auto;
  }
}



@media only screen and (min-width: 320px) and (max-width: 458px) {
  .wp-block-search .wp-block-search__inside-wrapper {
    flex-wrap: wrap;
  }
  .nothing-found-search.wp-block-search .form-group {
    flex-wrap: wrap;
  }
  .nothing-found-search.wp-block-search input {
    width: 100%;
  }
}

