/*----------------------------------------*/
/*  12. WIDGETS CSS START
/*----------------------------------------*/
.default-sidebar__widget .wp-block-heading,
.default-sidebar__widget .wp-block-search__label,
.default-sidebar__wrapper .wp-block-heading,
.default-sidebar__wrapper .wp-block-search__label {
  position: relative;
  margin: 0;
  font-size: 25px;
  margin-bottom: 21px;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.default-sidebar__widget .wp-block-heading::before,
.default-sidebar__widget .wp-block-search__label::before,
.default-sidebar__wrapper .wp-block-heading::before,
.default-sidebar__wrapper .wp-block-search__label::before {
  content: "";
  height: 2px;
  width: 38px;
  background-color: var(--fxotary-base);
  margin-right: 10px;
}
.default-sidebar__widget .wp-block-search__input,
.default-sidebar__wrapper .wp-block-search__input {
  color: var(--fxotary-gray);
  font-size: 15px;
  font-weight: 400;
  padding-left: 20px;
  height: 50px;
}
.default-sidebar__widget .wp-block-search__button.wp-element-button,
.default-sidebar__wrapper .wp-block-search__button.wp-element-button {
  padding: 8px 15px;
}
.default-sidebar__widget .wp-block-search__button.wp-element-button:hover,
.default-sidebar__wrapper .wp-block-search__button.wp-element-button:hover {
  background-color: var(--fxotary-dark);
}
.default-sidebar__widget select,
.default-sidebar__wrapper select {
  width: 100%;
  padding: 10px 12px;
  color: var(--fxotary-black);
  border: 1px solid #ddd;
  text-transform: capitalize;
  border-radius: 5px;
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='24px' viewBox='0 0 24 24' width='24px' fill='%23212121'%3E%3Cpath d='M24 24H0V0h24v24z' fill='none' opacity='1'/%3E%3Cpath d='M16.59 8.59L12 13.17 7.41 8.59 6 10l6 6 6-6-1.41-1.41z'/%3E%3C/svg%3E");
  background-position-x: calc(100% - 7px);
  background-position-y: 50%;
  background-repeat: no-repeat;
}
.default-sidebar__widget.widget_calendar table,
.default-sidebar__wrapper.widget_calendar table {
  width: 100%;
  display: table;
}
.default-sidebar__widget.widget_calendar table #today,
.default-sidebar__wrapper.widget_calendar table #today {
  color: var(--fxotary-base);
  font-weight: 500;
}
.default-sidebar__widget.widget_calendar caption,
.default-sidebar__wrapper.widget_calendar caption {
  font-weight: 500;
  margin-top: 15px;
}
.default-sidebar__widget.widget_pages li, .default-sidebar__widget.widget_meta li, .default-sidebar__widget.widget_nav_menu li, .default-sidebar__widget.widget_recent_entries li,
.default-sidebar__wrapper.widget_pages li,
.default-sidebar__wrapper.widget_meta li,
.default-sidebar__wrapper.widget_nav_menu li,
.default-sidebar__wrapper.widget_recent_entries li {
  display: grid;
}
.default-sidebar__widget.widget_pages li a, .default-sidebar__widget.widget_meta li a, .default-sidebar__widget.widget_nav_menu li a, .default-sidebar__widget.widget_recent_entries li a,
.default-sidebar__wrapper.widget_pages li a,
.default-sidebar__wrapper.widget_meta li a,
.default-sidebar__wrapper.widget_nav_menu li a,
.default-sidebar__wrapper.widget_recent_entries li a {
  color: var(--fxotary-white);
  padding: 5px 0;
  text-transform: capitalize;
}
.default-sidebar__widget.widget_pages li a:hover, .default-sidebar__widget.widget_meta li a:hover, .default-sidebar__widget.widget_nav_menu li a:hover, .default-sidebar__widget.widget_recent_entries li a:hover,
.default-sidebar__wrapper.widget_pages li a:hover,
.default-sidebar__wrapper.widget_meta li a:hover,
.default-sidebar__wrapper.widget_nav_menu li a:hover,
.default-sidebar__wrapper.widget_recent_entries li a:hover {
  color: var(--fxotary-base);
}
.default-sidebar__widget.widget_pages .sub-menu,
.default-sidebar__widget.widget_pages .children, .default-sidebar__widget.widget_meta .sub-menu,
.default-sidebar__widget.widget_meta .children, .default-sidebar__widget.widget_nav_menu .sub-menu,
.default-sidebar__widget.widget_nav_menu .children, .default-sidebar__widget.widget_recent_entries .sub-menu,
.default-sidebar__widget.widget_recent_entries .children,
.default-sidebar__wrapper.widget_pages .sub-menu,
.default-sidebar__wrapper.widget_pages .children,
.default-sidebar__wrapper.widget_meta .sub-menu,
.default-sidebar__wrapper.widget_meta .children,
.default-sidebar__wrapper.widget_nav_menu .sub-menu,
.default-sidebar__wrapper.widget_nav_menu .children,
.default-sidebar__wrapper.widget_recent_entries .sub-menu,
.default-sidebar__wrapper.widget_recent_entries .children {
  margin-left: 15px;
}
.default-sidebar__widget.widget_categories li,
.default-sidebar__wrapper.widget_categories li {
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  grid-template-columns: 1fr auto;
  color: var(--fxotary-white);
}
.default-sidebar__widget.widget_categories li a,
.default-sidebar__wrapper.widget_categories li a {
  padding: 5px 0;
  text-transform: capitalize;
}
.default-sidebar__widget.widget_categories li a:hover,
.default-sidebar__wrapper.widget_categories li a:hover {
  color: var(--fxotary-base);
}
.default-sidebar__widget.widget_categories .children,
.default-sidebar__wrapper.widget_categories .children {
  grid-column: 1/-1;
  margin-left: 15px;
}
.default-sidebar__widget.widget_tag_cloud .tagcloud,
.default-sidebar__wrapper.widget_tag_cloud .tagcloud {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 8px;
}
.default-sidebar__widget.widget_tag_cloud .tagcloud a,
.default-sidebar__wrapper.widget_tag_cloud .tagcloud a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 5px 20px;
  border: 1px solid rgb(from #d9d9d9 r g b/10%);
  border-radius: 10px;
  font-size: 16px !important;
}
.default-sidebar__widget.widget_tag_cloud .tagcloud a:hover,
.default-sidebar__wrapper.widget_tag_cloud .tagcloud a:hover {
  color: var(--fxotary-black);
  background-color: var(--fxotary-base);
}
.default-sidebar__widget.widget_archive li,
.default-sidebar__wrapper.widget_archive li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: var(--fxotary-white);
}
.default-sidebar__widget.widget_archive li a,
.default-sidebar__wrapper.widget_archive li a {
  padding: 10px 0;
  text-transform: capitalize;
}
.default-sidebar__widget.widget_archive li a:hover,
.default-sidebar__wrapper.widget_archive li a:hover {
  color: var(--fxotary-base);
}
.default-sidebar__widget.widget_recent_comments ul,
.default-sidebar__wrapper.widget_recent_comments ul {
  gap: 10px;
  display: grid;
}
.default-sidebar__widget.widget_recent_comments li,
.default-sidebar__wrapper.widget_recent_comments li {
  font-weight: 400;
  color: var(--fxotary-white);
}
.default-sidebar__widget.widget_recent_comments li a,
.default-sidebar__wrapper.widget_recent_comments li a {
  font-weight: 500;
  color: var(--fxotary-white);
}
.default-sidebar__widget.widget_recent_comments li a:hover,
.default-sidebar__wrapper.widget_recent_comments li a:hover {
  color: var(--fxotary-base);
}
.default-sidebar__widget.widget_rss ul,
.default-sidebar__wrapper.widget_rss ul {
  gap: 20px;
  display: grid;
}
.default-sidebar__widget.widget_rss ul a,
.default-sidebar__wrapper.widget_rss ul a {
  font-weight: 500;
  color: var(--fxotary-black);
}
.default-sidebar__widget.widget_rss ul a:hover,
.default-sidebar__wrapper.widget_rss ul a:hover {
  color: var(--fxotary-base);
}
.default-sidebar__widget.widget_rss ul cite,
.default-sidebar__wrapper.widget_rss ul cite {
  margin-top: 3px;
  display: block;
  font-weight: 500;
}
.default-sidebar__widget.widget_rss ul .rss-date,
.default-sidebar__wrapper.widget_rss ul .rss-date {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
}
.default-sidebar__widget.widget_text .textwidget img,
.default-sidebar__wrapper.widget_text .textwidget img {
  max-width: 100%;
  height: auto;
}
.default-sidebar__widget.widget_text .textwidget p img,
.default-sidebar__wrapper.widget_text .textwidget p img {
  margin-top: 15px;
  margin-bottom: 15px;
}
.default-sidebar__widget.widget_media_gallery .gallery,
.default-sidebar__wrapper.widget_media_gallery .gallery {
  gap: 5px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.default-sidebar__widget.widget_media_gallery .gallery img,
.default-sidebar__wrapper.widget_media_gallery .gallery img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.default-sidebar__widget.widget_media_gallery figure,
.default-sidebar__wrapper.widget_media_gallery figure {
  margin: 0;
}

/*----------------------------------------*/
/*  11. BLOG CSS START
/*----------------------------------------*/
/** Comment */
.comment-form__input-box input, .comment-form__input-box .fxotary-base .cf-post-details .comment-form-comment textarea, .fxotary-base .cf-post-details .comment-form-comment .comment-form__input-box textarea {
  height: 60px;
  width: 100%;
  background-color: transparent;
  border: 1px solid rgb(from var(--fxotary-dark) r g b/10%);
  border-radius: 2px;
  padding-left: 20px;
  padding-right: 20px;
  outline: 0;
  color: var(--fxotary-dark);
  display: block;
}
.comment-form__input-box textarea {
  color: var(--fxotary-dark);
  height: 200px;
  width: 100%;
  background-color: transparent;
  border-radius: 2px;
  border: 1px solid rgb(from var(--fxotary-dark) r g b/10%);
  padding: 25px 20px 30px;
  outline: 0;
  margin-bottom: 0;
}
.comment-form .comment-form__textarea {
  margin-bottom: -6px;
}
.comment-form__btn {
  border: none;
  padding: 16px 43px 17px;
  letter-spacing: 0;
  background-color: var(--fxotary-base);
  color: var(--fxotary-white);
  display: inline-block;
}
.comment-form__btn:hover {
  background-color: var(--fxotary-dark);
  color: var(--fxotary-white);
}

.comment_items .has-reply.comment .comments-box {
  position: relative;
}
.comment_items .has-reply.comment .comments-box::before {
  position: absolute;
  content: "";
  inset-inline-start: 50px;
  top: 80px;
  width: 35px;
  height: 100%;
  background-color: transparent;
  border-left: 1px solid rgb(from var(--fxotary-white) r g b/10%);
  border-bottom: 1px solid rgb(from var(--fxotary-white) r g b/10%);
  border-bottom-left-radius: 10px;
}
.comment_items .has-reply.comment .depth-5 .comments-box::before {
  content: "";
  width: 0 !important;
}
.comment_items .has-reply.comment .children {
  -webkit-margin-start: 80px;
          margin-inline-start: 80px;
}
@media only screen and (max-width: 767px) {
  .comment_items .has-reply.comment .children {
    -webkit-margin-start: 25px;
            margin-inline-start: 25px;
  }
}
.comment_items .no-reply .comments-box::before {
  display: none;
}

.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.pagination li a,
.pagination li span {
  color: var(--fxotary-dark);
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.pagination li a:hover,
.pagination li span:hover {
  color: var(--fxotary-base);
}
.pagination li a.current,
.pagination li span.current {
  background-color: var(--fxotary-base);
  color: var(--fxotary-white);
}

.thm-breadcrumb li {
  word-break: break-word;
}

.blog-details__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 45px;
  margin-bottom: 40px;
}

.fxotary-base .wp-block-post-title,
.fxotary-base .wp-block-group {
  margin-bottom: 10px;
}
.fxotary-base .default-blog {
  /** Comment Container */
}
.fxotary-base .default-blog__details-content > p {
  line-height: 1.7;
}
.fxotary-base .default-blog__details-content > img {
  margin-bottom: 45px;
  width: unset;
}
.fxotary-base .default-blog__details-content .blog-details__img-1,
.fxotary-base .default-blog__details-content .blog-one__img {
  max-height: 500px;
  overflow: hidden;
}
.fxotary-base .default-blog__details-content .blog-details__tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 5px;
}
.fxotary-base .default-blog__details-content .blog-details__tags a + a {
  margin-left: 0px;
}
.fxotary-base .default-blog__details-content .comment-reply-title {
  margin-bottom: 15px;
}
.fxotary-base .default-blog__item-content .blog-one__img {
  max-height: 500px;
  overflow: hidden;
}
.fxotary-base .default-blog__item-content p {
  line-height: 1.7;
}
.fxotary-base .default-blog__comment-container {
  gap: 20px;
  display: grid;
  grid-template-columns: 120px 1fr;
  position: relative;
  margin-bottom: 50px;
}
.fxotary-base .default-blog__comment-container .comment_author_img img {
  border-radius: 50%;
}
.fxotary-base .default-blog__comment-container .comment_details {
  overflow: hidden;
}
.fxotary-base .default-blog__comment-container .comment_details .comment-author-name {
  font-size: 18px;
  text-transform: capitalize;
  margin-bottom: 5px !important;
}
.fxotary-base .default-blog__comment-container .comment_details .comment-time {
  font-size: 14px;
  color: var(--fxotary-gray);
  margin-bottom: 30px;
  margin-top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.fxotary-base .default-blog__comment-container .comment_details .comment-time span {
  display: inline-block;
  width: 1.3px;
  height: 12px;
  background-color: var(--fxotary-gray);
  margin-left: 10px;
  margin-right: 10px;
}
.fxotary-base .default-blog__comment-container .comment_details a:hover {
  color: var(--fxotary-base);
}
.fxotary-base .default-blog__comment-container .comment_details tbody,
.fxotary-base .default-blog__comment-container .comment_details td,
.fxotary-base .default-blog__comment-container .comment_details tfoot,
.fxotary-base .default-blog__comment-container .comment_details th,
.fxotary-base .default-blog__comment-container .comment_details thead,
.fxotary-base .default-blog__comment-container .comment_details tr {
  border-width: 1px;
  border-color: rgb(from var(--fxotary-dark) r g b/10%);
}
.fxotary-base .default-blog__comment-container .comment_details tbody a,
.fxotary-base .default-blog__comment-container .comment_details td a,
.fxotary-base .default-blog__comment-container .comment_details tfoot a,
.fxotary-base .default-blog__comment-container .comment_details th a,
.fxotary-base .default-blog__comment-container .comment_details thead a,
.fxotary-base .default-blog__comment-container .comment_details tr a {
  text-decoration: none;
}
.fxotary-base .default-blog__comment-container .comment_details ol:not([class]) {
  margin-left: 20px;
  margin-bottom: 20px;
}
.fxotary-base .default-blog__comment-container .comment_details ol:not([class]) li {
  list-style: decimal;
  padding-top: 5px;
  padding-bottom: 5px;
}
.fxotary-base .default-blog__comment-container .comment_details ol:not([class]) ol {
  margin-bottom: 0;
}
.fxotary-base .default-blog__comment-container .comment_details ol:not([class]) ol li {
  list-style: decimal;
}
.fxotary-base .default-blog__comment-container .comment_details ol:not([class]) ol li:last-child {
  padding-bottom: 0;
}
.fxotary-base .default-blog__comment-container .comment_details ol:not([class]) ul {
  margin-bottom: 0;
}
.fxotary-base .default-blog__comment-container .comment_details ol:not([class]) ul li {
  list-style: disc;
}
.fxotary-base .default-blog__comment-container .comment_details ol:not([class]) ul li:last-child {
  padding-bottom: 0;
}
.fxotary-base .default-blog__comment-container .comment_details ol:not([class]) ul ol li {
  list-style: decimal;
}
.fxotary-base .default-blog__comment-container .comment_details ul:not([class]) {
  margin-left: 20px;
  margin-bottom: 20px;
}
.fxotary-base .default-blog__comment-container .comment_details ul:not([class]) li {
  list-style: disc;
  padding-top: 5px;
  padding-bottom: 5px;
}
.fxotary-base .default-blog__comment-container .comment_details ul:not([class]) ul {
  margin-bottom: 0;
}
.fxotary-base .default-blog__comment-container .comment_details ul:not([class]) ul li:last-child {
  padding-bottom: 0;
}
.fxotary-base .default-blog__comment-container .comment_details ul:not([class]) ol {
  margin-bottom: 0;
}
.fxotary-base .default-blog__comment-container .comment_details ul:not([class]) ol li {
  list-style: decimal;
}
.fxotary-base .default-blog__comment-container .comment_details ul:not([class]) ol li:last-child {
  padding-bottom: 0;
}
.fxotary-base .default-blog__comment-container .comment_details ul:not([class]) ol ul li {
  list-style: disc;
}
.fxotary-base .post-page-numbers {
  color: #555;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-decoration: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  margin-top: 1rem;
}
.fxotary-base .post-page-numbers:hover {
  color: var(--fxotary-base);
}
.fxotary-base .post-page-numbers.current {
  background-color: #f9f9f9;
}
.fxotary-base pre {
  border: 1px solid rgb(from var(--fxotary-dark) r g b/10%) !important;
  border-radius: 4px;
  font-family: Menlo, Consolas, monaco, monospace;
  padding: 0.8em 1em;
  font-size: 87.5%;
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
}
.fxotary-base hr {
  background-color: rgb(from var(--fxotary-dark) r g b/30%);
}
.fxotary-base .wp-block-pullquote {
  color: rgb(from var(--fxotary-dark) r g b/10%);
}
.fxotary-base .comment_details_content .comment-reply-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.fxotary-base .comment_details_content .comment-reply-link svg {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  fill: var(--fxotary-dark);
}
.fxotary-base .comment_details_content .comment-reply-link:hover svg {
  fill: var(--fxotary-base);
}
.fxotary-base .comment-reply-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.fxotary-base .comment-reply-title small {
  font-size: 20px;
}
.fxotary-base .comment-form {
  margin-bottom: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}
.fxotary-base .comment-form .comment-form__textarea {
  height: 100%;
}
.fxotary-base .comment-form .form-submit {
  margin-bottom: 0;
  display: none;
}
.fxotary-base .bypostauthor {
  display: block;
}
.fxotary-base .gallery-caption {
  display: block;
}
.fxotary-base .alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em !important;
}
.fxotary-base .is-layout-constrained,
.fxotary-base .wp-block-columns,
.fxotary-base .wp-block-cover,
.fxotary-base .wp-block-file,
.fxotary-base .wp-block-media-text,
.fxotary-base .wp-block-video,
.fxotary-base .wp-block-heading,
.fxotary-base .wp-block-button,
.fxotary-base .wp-block-social-links,
.fxotary-base .wp-block-search,
.fxotary-base .wp-block-image,
.fxotary-base .wp-block-archives,
.fxotary-base .wp-block-categories {
  margin-bottom: 1.5rem;
}
.fxotary-base .is-layout-constrained .alignright,
.fxotary-base .wp-block-columns .alignright,
.fxotary-base .wp-block-cover .alignright,
.fxotary-base .wp-block-file .alignright,
.fxotary-base .wp-block-media-text .alignright,
.fxotary-base .wp-block-video .alignright,
.fxotary-base .wp-block-heading .alignright,
.fxotary-base .wp-block-button .alignright,
.fxotary-base .wp-block-social-links .alignright,
.fxotary-base .wp-block-search .alignright,
.fxotary-base .wp-block-image .alignright,
.fxotary-base .wp-block-archives .alignright,
.fxotary-base .wp-block-categories .alignright {
  float: unset;
}
@media only screen and (max-width: 767px) {
  .fxotary-base.admin-bar header.bg-transparent {
    padding-top: 10px;
  }
}
@media only screen and (max-width: 1199px) {
  .fxotary-base.admin-bar .offcanvas-end {
    padding-top: 55px;
  }
}
@media only screen and (max-width: 1199px) {
  .fxotary-base.admin-bar .offcanvas__close {
    top: 35px;
  }
}
@media only screen and (max-width: 991px) {
  .fxotary-base.admin-bar .offcanvas__close {
    top: 50px;
  }
}
.fxotary-base .clearfix {
  clear: both;
}
.fxotary-base select {
  padding: 10px 12px;
  color: var(--fxotary-black);
  border: 1px solid #ddd;
  text-transform: capitalize;
  border-radius: 5px;
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='24px' viewBox='0 0 24 24' width='24px' fill='%23212121'%3E%3Cpath d='M24 24H0V0h24v24z' fill='none' opacity='1'/%3E%3Cpath d='M16.59 8.59L12 13.17 7.41 8.59 6 10l6 6 6-6-1.41-1.41z'/%3E%3C/svg%3E");
  background-position-x: calc(100% - 7px);
  background-position-y: 50%;
  background-repeat: no-repeat;
}
.fxotary-base .wp-block-comments-title {
  font-size: 30px;
  margin-bottom: 30px;
}
@media only screen and (max-width: 767px) {
  .fxotary-base .wp-block-comments-title {
    font-size: 24px;
  }
}
.fxotary-base .wp-block-post-comments-form .comment-reply-title {
  font-size: 30px;
}
@media only screen and (max-width: 767px) {
  .fxotary-base .wp-block-post-comments-form .comment-reply-title {
    font-size: 24px;
  }
}
.fxotary-base .page-links {
  gap: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.fxotary-base blockquote,
.fxotary-base .wp-block-quote {
  border-left-width: 5px;
  border-left-style: solid;
  border-color: rgb(from var(--fxotary-dark) r g b/10%) !important;
  -webkit-margin-before: 1.5rem;
          margin-block-start: 1.5rem;
  background: var(--fxotary-base);
  padding: 30px;
  border-radius: 5px;
}
.fxotary-base blockquote.has-text-align-right,
.fxotary-base .wp-block-quote.has-text-align-right {
  border-right: 5px solid;
  border-left: 0;
}
.fxotary-base blockquote p,
.fxotary-base blockquote cite,
.fxotary-base .wp-block-quote p,
.fxotary-base .wp-block-quote cite {
  color: var(--fxotary-white);
}
.fxotary-base .wp-block-pullquote.is-style-solid-color {
  border-left: 5px solid;
  border-radius: 5px;
  background-color: var(--fxotary-base) !important;
  border-color: rgb(from var(--fxotary-dark) r g b/10%);
}
.fxotary-base .wp-block-pullquote.is-style-solid-color blockquote {
  border: 0;
}
@media only screen and (max-width: 1199px) {
  .fxotary-base .wp-block-pullquote.is-style-solid-color blockquote {
    max-width: 100%;
  }
  .fxotary-base .wp-block-pullquote.is-style-solid-color blockquote p {
    line-height: 1.2;
    padding-bottom: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .fxotary-base .wp-block-pullquote.is-style-solid-color blockquote p {
    font-size: 36px;
  }
}
@media only screen and (max-width: 767px) {
  .fxotary-base .sticky .default-blog__content {
    padding: 15px 15px 25px;
  }
}
.fxotary-base .wp-block-search__input {
  color: var(--fxotary-dark);
  min-width: 150px;
  font-weight: 400;
  padding-left: 20px;
  height: 55px;
  width: 100%;
  padding-right: 50px;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid rgb(from var(--fxotary-dark) r g b/20%);
}
.fxotary-base .alignright {
  text-align: right;
  margin-left: auto;
  display: inherit;
}
.fxotary-base .aligncenter {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  display: inherit;
}
.fxotary-base .wp-caption {
  width: 100% !important;
  margin-bottom: 1.5rem;
}
.fxotary-base a {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.fxotary-base .wp-caption-text {
  margin-top: 5px;
}
.fxotary-base .default-blog__item-single.post-single {
  border: 0;
}
.fxotary-base .default-blog__details-content {
  overflow: hidden;
}
.fxotary-base .default-blog__details-content img {
  height: auto;
}
.fxotary-base .default-blog__details-content h1,
.fxotary-base .default-blog__details-content h2,
.fxotary-base .default-blog__details-content h3,
.fxotary-base .default-blog__details-content h4,
.fxotary-base .default-blog__details-content h5,
.fxotary-base .default-blog__details-content h6,
.fxotary-base .default-blog__details-content table {
  margin-bottom: 1.5rem;
}
.fxotary-base .default-blog__details-content .blog-details__title-1 {
  word-break: break-word;
  line-height: 1.3;
}
.fxotary-base .default-blog__details-content .wp-block-latest-comments li {
  list-style: none;
}
.fxotary-base .default-blog__details-content .wp-block-rss__item,
.fxotary-base .default-blog__details-content .wp-block-latest-posts li {
  list-style: none;
  margin-bottom: 15px;
}
.fxotary-base .default-blog__details-content .comment,
.fxotary-base .default-blog__details-content .trackback,
.fxotary-base .default-blog__details-content .pingback {
  list-style: none;
}
.fxotary-base .default-blog__details-content .wp-block-post {
  list-style: none;
  margin-bottom: 1.5rem;
}
.fxotary-base .default-blog__details-content .wp-block-post-title {
  margin-bottom: 10px;
}
.fxotary-base .default-blog__details-content .wp-block-post-author {
  margin-bottom: 10px;
}
.fxotary-base .default-details-tags {
  gap: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 40px 0 60px !important;
}
@media only screen and (max-width: 767px) {
  .fxotary-base .default-details-tags {
    margin-top: 40px 0 !important;
  }
}
.fxotary-base .default-details-tags li {
  list-style: none !important;
}
.fxotary-base .default-details-tags li a {
  background-color: #efefef;
  padding: 8px 10px;
  font-size: 12px !important;
  text-transform: capitalize;
  display: inline-block;
  color: var(--fxotary-black);
  font-weight: 500;
}
.fxotary-base .default-details-tags li a:hover {
  color: #fff;
  background-color: var(--fxotary-base);
}
.fxotary-base .wp-block-navigation__submenu-container li {
  margin-bottom: 7px;
  padding-left: 15px;
  padding-right: 15px;
}
.fxotary-base .wp-block-avatar {
  margin-bottom: 7px;
}
.fxotary-base .wp-block-latest-posts li a:hover,
.fxotary-base .wp-block-categories li a:hover,
.fxotary-base .wp-block-archives li a:hover {
  color: var(--fxotary-base);
}
.fxotary-base #today {
  color: var(--fxotary-base);
}
.fxotary-base .wp-block-tag-cloud {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 8px;
}
.fxotary-base .wp-block-tag-cloud a {
  margin: 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 5px 20px;
  border: 1px solid rgb(from var(--fxotary-dark) r g b/10%);
  border-radius: 10px;
  font-size: 14px !important;
  font-weight: 500;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  text-decoration: none;
}
.fxotary-base .wp-block-tag-cloud a:hover {
  color: var(--fxotary-white);
  background-color: var(--fxotary-base);
}
.fxotary-base .has-pale-cyan-blue-background-color {
  padding: 15px;
}
.fxotary-base .has-pale-cyan-blue-background-color p {
  margin-bottom: 0;
}
.fxotary-base .has-background {
  padding: 15px;
  color: var(--fxotary-black);
}
.fxotary-base .wp-block-table .has-fixed-layout {
  color: var(--fxotary-black);
}
.fxotary-base .is-layout-constrained p {
  margin: 0;
}
.fxotary-base .has-pale-pink-background-color {
  padding: 15px;
}
.fxotary-base .has-pale-pink-background-color p {
  margin-bottom: 0;
}
@media only screen and (max-width: 991px) {
  .fxotary-base .wp-block-pullquote,
  .fxotary-base .has-large-font-size {
    font-size: 24px !important;
  }
}
.fxotary-base .is-style-squared .wp-block-button__link {
  border-radius: 0;
}
.fxotary-base .wp-block-post-excerpt__excerpt {
  margin-bottom: 1.5rem;
}
.fxotary-base .comment-form-cookies-consent {
  margin-top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
.fxotary-base .comment-form-cookies-consent label {
  display: inline;
}
.fxotary-base .comment-form-cookies-consent input, .fxotary-base .comment-form-cookies-consent .cf-post-details .comment-form-comment textarea, .fxotary-base .cf-post-details .comment-form-comment .comment-form-cookies-consent textarea {
  margin: 0 !important;
}
.fxotary-base .wp-block-query-pagination {
  margin-bottom: 15px;
}
.fxotary-base ul.blocks-gallery-grid {
  margin: 0;
}
.fxotary-base .default-details-comment-meta {
  overflow: hidden;
}
.fxotary-base th,
.fxotary-base td {
  padding: 8px;
}
@media only screen and (max-width: 991px) {
  .fxotary-base th,
  .fxotary-base td {
    padding: 5px 6px;
  }
}
.fxotary-base table {
  display: table;
  overflow-x: auto;
  white-space: nowrap;
  width: 100%;
}
.fxotary-base table tbody {
  width: 100%;
}
.fxotary-base .post-page-numbers:hover {
  color: var(--fxotary-base);
}
.fxotary-base iframe {
  width: 100%;
  max-width: 100%;
}
@media only screen and (max-width: 767px) {
  .fxotary-base iframe {
    height: 360px;
  }
}
.fxotary-base .wp-block-post-excerpt {
  margin-top: 5px;
}
.fxotary-base .wp-block-post-date {
  margin-top: 10px;
  margin-bottom: 10px;
}
.fxotary-base .wp-block-post-comments-form input[type=submit], .fxotary-base .wp-block-post-comments-form .cf-post-details .comment-form-comment textarea[type=submit], .fxotary-base .cf-post-details .comment-form-comment .wp-block-post-comments-form textarea[type=submit] {
  border: none;
  border-radius: 0;
  padding: 18px 40px;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.5;
  color: var(--fxotary-white);
  background-color: var(--fxotary-base);
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
  gap: 10px;
}
.fxotary-base .wp-block-post-comments-form input[type=submit]:hover, .fxotary-base .wp-block-post-comments-form .cf-post-details .comment-form-comment textarea[type=submit]:hover, .fxotary-base .cf-post-details .comment-form-comment .wp-block-post-comments-form textarea[type=submit]:hover {
  color: var(--fxotary-white);
  background-color: var(--fxotary-black);
}
.fxotary-base input, .fxotary-base .cf-post-details .comment-form-comment textarea,
.fxotary-base textarea,
.fxotary-base select,
.fxotary-base button {
  outline: none;
}
.fxotary-base .post-password-form input[type=password], .fxotary-base .post-password-form .cf-post-details .comment-form-comment textarea[type=password], .fxotary-base .cf-post-details .comment-form-comment .post-password-form textarea[type=password] {
  padding: 8px;
  border-color: rgb(from var(--fxotary-dark) r g b/10%);
}
@media only screen and (max-width: 767px) {
  .fxotary-base .post-password-form input[type=password], .fxotary-base .post-password-form .cf-post-details .comment-form-comment textarea[type=password], .fxotary-base .cf-post-details .comment-form-comment .post-password-form textarea[type=password] {
    width: 130px;
  }
}
.fxotary-base .post-password-form input[type=submit], .fxotary-base .post-password-form .cf-post-details .comment-form-comment textarea[type=submit], .fxotary-base .cf-post-details .comment-form-comment .post-password-form textarea[type=submit] {
  border: none;
  border-radius: 0;
  padding: 10px 20px;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.5;
  color: var(--fxotary-white);
  background-color: var(--fxotary-base);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
  gap: 10px;
  border-radius: 3px;
}
.fxotary-base .post-password-form input[type=submit]:hover, .fxotary-base .post-password-form .cf-post-details .comment-form-comment textarea[type=submit]:hover, .fxotary-base .cf-post-details .comment-form-comment .post-password-form textarea[type=submit]:hover {
  background-color: var(--fxotary-dark);
  color: var(--fxotary-white);
}
.fxotary-base .has-4-columns {
  margin-top: 1.5rem;
}
.fxotary-base .wp-block-archives-dropdown label {
  margin-bottom: 10px;
}
.fxotary-base .wp-block-embed__wrapper {
  word-break: break-word;
}
.fxotary-base .wp-block-file__button {
  padding: 10px 18px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background: var(--fxotary-base);
  color: var(--fxotary-white);
}
.fxotary-base .wp-block-search__label {
  margin-top: 15px;
  margin-bottom: 10px;
}
@media (max-width: 374px) {
  .fxotary-base .wp-block-search__inside-wrapper {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .fxotary-base .wp-block-search__button {
    margin-left: 0;
    margin-top: 10px;
    width: 100%;
  }
  .fxotary-base .default-sidebar__widget.widget_search {
    padding: 0px 20px;
  }
}
.fxotary-base .wp-block-latest-comments__comment {
  line-height: 1.5;
  margin-bottom: 10px;
}
.fxotary-base .wp-block-latest-comments__comment a {
  font-weight: 500;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.fxotary-base .wp-block-latest-comments__comment a:hover {
  color: var(--fxotary-base);
}
.fxotary-base .wp-block-latest-posts__list,
.fxotary-base .wp-block-categories-list,
.fxotary-base .wp-block-archives-list {
  margin-bottom: 0;
}
.fxotary-base .wp-block-latest-posts__list li,
.fxotary-base .wp-block-categories-list li,
.fxotary-base .wp-block-archives-list li {
  font-weight: 500;
}
.fxotary-base .wp-block-latest-posts__list li a,
.fxotary-base .wp-block-categories-list li a,
.fxotary-base .wp-block-archives-list li a {
  padding-top: 5px;
  padding-bottom: 5px;
  display: inline-block;
}
.fxotary-base .cf-post-details a:hover {
  color: var(--fxotary-base);
}
.fxotary-base .cf-post-details > p {
  line-height: 1.7;
}
.fxotary-base .cf-post-details > img {
  margin-bottom: 45px;
  width: unset;
}
.fxotary-base .cf-post-details select {
  width: 100%;
}
.fxotary-base .cf-post-details tbody,
.fxotary-base .cf-post-details td,
.fxotary-base .cf-post-details tfoot,
.fxotary-base .cf-post-details th,
.fxotary-base .cf-post-details thead,
.fxotary-base .cf-post-details tr {
  border-width: 1px;
  border-color: rgb(from var(--fxotary-dark) r g b/10%);
}
.fxotary-base .cf-post-details tbody a,
.fxotary-base .cf-post-details td a,
.fxotary-base .cf-post-details tfoot a,
.fxotary-base .cf-post-details th a,
.fxotary-base .cf-post-details thead a,
.fxotary-base .cf-post-details tr a {
  text-decoration: none;
}
.fxotary-base .cf-post-details ol:not([class]) {
  margin-left: 20px;
  margin-bottom: 20px;
}
.fxotary-base .cf-post-details ol:not([class]) li {
  list-style: decimal;
  padding-top: 5px;
  padding-bottom: 5px;
}
.fxotary-base .cf-post-details ol:not([class]) ol {
  margin-bottom: 0;
}
.fxotary-base .cf-post-details ol:not([class]) ol li {
  list-style: decimal;
}
.fxotary-base .cf-post-details ol:not([class]) ol li:last-child {
  padding-bottom: 0;
}
.fxotary-base .cf-post-details ol:not([class]) ul {
  margin-bottom: 0;
}
.fxotary-base .cf-post-details ol:not([class]) ul li {
  list-style: disc;
}
.fxotary-base .cf-post-details ol:not([class]) ul li:last-child {
  padding-bottom: 0;
}
.fxotary-base .cf-post-details ol:not([class]) ul ol li {
  list-style: decimal;
}
.fxotary-base .cf-post-details ul:not([class]) {
  margin-left: 20px;
  margin-bottom: 20px;
}
.fxotary-base .cf-post-details ul:not([class]) li {
  list-style: disc;
  padding-top: 5px;
  padding-bottom: 5px;
}
.fxotary-base .cf-post-details ul:not([class]) ul {
  margin-bottom: 0;
}
.fxotary-base .cf-post-details ul:not([class]) ul li:last-child {
  padding-bottom: 0;
}
.fxotary-base .cf-post-details ul:not([class]) ol {
  margin-bottom: 0;
}
.fxotary-base .cf-post-details ul:not([class]) ol li {
  list-style: decimal;
}
.fxotary-base .cf-post-details ul:not([class]) ol li:last-child {
  padding-bottom: 0;
}
.fxotary-base .cf-post-details ul:not([class]) ol ul li {
  list-style: disc;
}
.fxotary-base .cf-post-details .wp-element-button,
.fxotary-base .cf-post-details .wp-block-button__link {
  color: var(--fxotary-white);
  background-color: var(--fxotary-base);
  padding: calc(0.667em + 2px) calc(1.333em + 2px);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media only screen and (max-width: 991px) {
  .fxotary-base .cf-post-details .wp-element-button,
  .fxotary-base .cf-post-details .wp-block-button__link {
    padding: 10px 30px;
  }
}
.fxotary-base .cf-post-details .wp-element-button:hover,
.fxotary-base .cf-post-details .wp-block-button__link:hover {
  color: var(--fxotary-white);
}
.fxotary-base .cf-post-details :where(.wp-block-cover.is-light:not(.has-text-color)) {
  color: white;
}
.fxotary-base .cf-post-details .wp-block-page-list {
  gap: 10px;
  display: grid;
  margin-bottom: 30px;
}
.fxotary-base .cf-post-details .wp-block-page-list .wp-block-navigation__submenu-container {
  padding-top: 5px;
  margin-bottom: -5px;
  margin-left: 2px;
}
.fxotary-base .cf-post-details p.wp-block-cover-text {
  position: relative;
}
.fxotary-base .cf-post-details .wp-block-categories-list,
.fxotary-base .cf-post-details .wp-block-archives-list {
  margin-bottom: 20px;
}
.fxotary-base .cf-post-details .wp-calendar-table {
  display: inline-table;
}
.fxotary-base .cf-post-details .wp-block-file__button,
.fxotary-base .cf-post-details .wp-block-button__link,
.fxotary-base .cf-post-details .wp-element-button {
  text-decoration: none;
}
.fxotary-base .cf-post-details .wp-block-file__button:hover,
.fxotary-base .cf-post-details .wp-block-button__link:hover,
.fxotary-base .cf-post-details .wp-element-button:hover {
  background-color: #072032;
}
.fxotary-base .cf-post-details .wp-block-file {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.fxotary-base .cf-post-details figcaption {
  display: block;
}
.fxotary-base .cf-post-details .wp-block-image .alignright > figcaption {
  display: block;
}
.fxotary-base .cf-post-details .wp-block-gallery.wp-block-gallery-3 {
  margin-top: 15px;
}
.fxotary-base .cf-post-details .wp-block-calendar {
  padding-bottom: 20px;
}
.fxotary-base .cf-post-details .wp-block-calendar nav.wp-calendar-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.fxotary-base .cf-post-details .wp-block-separator {
  width: 10%;
  margin-left: auto;
  margin-right: auto;
  border-color: rgb(from var(--fxotary-dark) r g b/10%);
  background-color: rgb(from var(--fxotary-dark) r g b/10%);
}
.fxotary-base .cf-post-details .wp-block-separator.is-style-wide {
  width: 100%;
}
.fxotary-base .cf-post-details .wp-block-separator.is-style-dots {
  width: 100%;
  opacity: 1;
}
.fxotary-base .cf-post-details .gallery.gallery-columns-1 {
  padding-bottom: 20px;
}
.fxotary-base .cf-post-details .gallery.gallery-columns-2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  padding-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  .fxotary-base .cf-post-details .gallery.gallery-columns-2 {
    grid-template-columns: 1fr;
  }
}
.fxotary-base .cf-post-details .gallery.gallery-columns-3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  padding-bottom: 20px;
}
@media only screen and (max-width: 991px) {
  .fxotary-base .cf-post-details .gallery.gallery-columns-3 {
    grid-template-columns: 1fr 1fr;
  }
}
@media only screen and (max-width: 767px) {
  .fxotary-base .cf-post-details .gallery.gallery-columns-3 {
    grid-template-columns: 1fr;
  }
}
.fxotary-base .cf-post-details .gallery.gallery-columns-4 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  padding-bottom: 20px;
}
@media only screen and (max-width: 1199px) {
  .fxotary-base .cf-post-details .gallery.gallery-columns-4 {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media only screen and (max-width: 991px) {
  .fxotary-base .cf-post-details .gallery.gallery-columns-4 {
    grid-template-columns: 1fr 1fr;
  }
}
@media only screen and (max-width: 767px) {
  .fxotary-base .cf-post-details .gallery.gallery-columns-4 {
    grid-template-columns: 1fr;
  }
}
.fxotary-base .cf-post-details .gallery.gallery-columns-5 {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  padding-bottom: 20px;
}
@media only screen and (max-width: 1399px) {
  .fxotary-base .cf-post-details .gallery.gallery-columns-5 {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media only screen and (max-width: 1199px) {
  .fxotary-base .cf-post-details .gallery.gallery-columns-5 {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media only screen and (max-width: 991px) {
  .fxotary-base .cf-post-details .gallery.gallery-columns-5 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 767px) {
  .fxotary-base .cf-post-details .gallery.gallery-columns-5 {
    grid-template-columns: 1fr;
  }
}
.fxotary-base .cf-post-details .gallery.gallery-columns-6 {
  gap: 10px;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  padding-bottom: 20px;
}
@media only screen and (max-width: 1919px) {
  .fxotary-base .cf-post-details .gallery.gallery-columns-6 {
    grid-template-columns: repeat(5, 1fr);
  }
}
@media only screen and (max-width: 1399px) {
  .fxotary-base .cf-post-details .gallery.gallery-columns-6 {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media only screen and (max-width: 1199px) {
  .fxotary-base .cf-post-details .gallery.gallery-columns-6 {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media only screen and (max-width: 991px) {
  .fxotary-base .cf-post-details .gallery.gallery-columns-6 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 767px) {
  .fxotary-base .cf-post-details .gallery.gallery-columns-6 {
    grid-template-columns: 1fr;
  }
}
.fxotary-base .cf-post-details .gallery.gallery-columns-7 {
  gap: 10px;
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  padding-bottom: 20px;
}
@media only screen and (max-width: 1919px) {
  .fxotary-base .cf-post-details .gallery.gallery-columns-7 {
    grid-template-columns: repeat(5, 1fr);
  }
}
@media only screen and (max-width: 1399px) {
  .fxotary-base .cf-post-details .gallery.gallery-columns-7 {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media only screen and (max-width: 1199px) {
  .fxotary-base .cf-post-details .gallery.gallery-columns-7 {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media only screen and (max-width: 991px) {
  .fxotary-base .cf-post-details .gallery.gallery-columns-7 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 767px) {
  .fxotary-base .cf-post-details .gallery.gallery-columns-7 {
    grid-template-columns: 1fr;
  }
}
.fxotary-base .cf-post-details .gallery.gallery-columns-8 {
  gap: 10px;
  display: grid;
  grid-template-columns: repeat(8, 1fr);
  padding-bottom: 20px;
}
@media only screen and (max-width: 1919px) {
  .fxotary-base .cf-post-details .gallery.gallery-columns-8 {
    grid-template-columns: repeat(5, 1fr);
  }
}
@media only screen and (max-width: 1399px) {
  .fxotary-base .cf-post-details .gallery.gallery-columns-8 {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media only screen and (max-width: 1199px) {
  .fxotary-base .cf-post-details .gallery.gallery-columns-8 {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media only screen and (max-width: 991px) {
  .fxotary-base .cf-post-details .gallery.gallery-columns-8 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 767px) {
  .fxotary-base .cf-post-details .gallery.gallery-columns-8 {
    grid-template-columns: 1fr;
  }
}
.fxotary-base .cf-post-details .gallery.gallery-columns-9 {
  gap: 10px;
  display: grid;
  grid-template-columns: repeat(9, 1fr);
  padding-bottom: 20px;
}
@media only screen and (max-width: 1919px) {
  .fxotary-base .cf-post-details .gallery.gallery-columns-9 {
    grid-template-columns: repeat(5, 1fr);
  }
}
@media only screen and (max-width: 1399px) {
  .fxotary-base .cf-post-details .gallery.gallery-columns-9 {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media only screen and (max-width: 1199px) {
  .fxotary-base .cf-post-details .gallery.gallery-columns-9 {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media only screen and (max-width: 991px) {
  .fxotary-base .cf-post-details .gallery.gallery-columns-9 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 767px) {
  .fxotary-base .cf-post-details .gallery.gallery-columns-9 {
    grid-template-columns: 1fr;
  }
}
.fxotary-base .cf-post-details .post-navigation-link-previous,
.fxotary-base .cf-post-details .post-navigation-link-next {
  padding-bottom: 10px;
}
.fxotary-base .cf-post-details .wp-block-query-pagination-numbers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.fxotary-base .cf-post-details .page-numbers,
.fxotary-base .cf-post-details .post-page-numbers {
  color: #555;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-decoration: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.fxotary-base .cf-post-details .page-numbers:hover,
.fxotary-base .cf-post-details .post-page-numbers:hover {
  color: var(--fxotary-base);
}
.fxotary-base .cf-post-details .page-numbers.current,
.fxotary-base .cf-post-details .post-page-numbers.current {
  background-color: #f9f9f9;
}
.fxotary-base .cf-post-details .wp-block-tag-cloud a {
  text-decoration: none;
}
.fxotary-base .cf-post-details .wp-block-tag-cloud a:hover {
  color: var(--fxotary-white);
}
.fxotary-base .cf-post-details .wp-block-search__button {
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.75s;
  transition: all 0.75s;
  color: var(--fxotary-white);
}
.fxotary-base .cf-post-details .wp-block-search__button:hover {
  color: #fff;
  background-color: var(--fxotary-black);
}
.fxotary-base .cf-post-details .comment-form-comment {
  margin-bottom: 50px;
}
@media only screen and (max-width: 767px) {
  .fxotary-base .cf-post-details .comment-form-comment {
    margin-bottom: 35px;
  }
}
.fxotary-base .cf-post-details .comment-form-comment label {
  display: block;
  margin-bottom: 15px;
  color: #555555;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  text-transform: capitalize;
}
.fxotary-base .cf-post-details .comment-form-comment input, .fxotary-base .cf-post-details .comment-form-comment textarea {
  width: 100%;
  height: 60px;
  padding: 20px;
  border: 0;
  background-color: #f5f5f5;
  color: var(--fxotary-black);
}
@media only screen and (max-width: 991px) {
  .fxotary-base .cf-post-details .comment-form-comment input, .fxotary-base .cf-post-details .comment-form-comment textarea {
    margin-bottom: 25px;
  }
}
.fxotary-base .cf-post-details .comment-form-comment input::-webkit-input-placeholder, .fxotary-base .cf-post-details .comment-form-comment textarea::-webkit-input-placeholder {
  color: #999999;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
}
.fxotary-base .cf-post-details .comment-form-comment input::-moz-placeholder, .fxotary-base .cf-post-details .comment-form-comment textarea::-moz-placeholder {
  color: #999999;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
}
.fxotary-base .cf-post-details .comment-form-comment input:-ms-input-placeholder, .fxotary-base .cf-post-details .comment-form-comment textarea:-ms-input-placeholder {
  color: #999999;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
}
.fxotary-base .cf-post-details .comment-form-comment input::-ms-input-placeholder, .fxotary-base .cf-post-details .comment-form-comment textarea::-ms-input-placeholder {
  color: #999999;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
}
.fxotary-base .cf-post-details .comment-form-comment input::placeholder, .fxotary-base .cf-post-details .comment-form-comment textarea::placeholder {
  color: #999999;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
}
.fxotary-base .cf-post-details .comment-form-comment input:focus, .fxotary-base .cf-post-details .comment-form-comment textarea:focus {
  outline: 0;
}
.fxotary-base .cf-post-details .comment-form-comment textarea {
  height: 120px;
  resize: none;
}
.fxotary-base .cf-post-details .wp-block-post-comments-form .form-submit {
  margin-bottom: 40px;
}
.fxotary-base .cf-post-details .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; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}
.fxotary-base .cf-post-details .screen-reader-text:focus {
  background-color: #eee;
  clip: auto !important;
  -webkit-clip-path: none;
          clip-path: none;
  color: #444;
  display: block;
  font-size: 1em;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

.default-sidebar__widget {
  padding: 40px;
  background-color: var(--fxotary-gray);
  margin-bottom: 30px;
  color: var(--fxotary-dark);
  border-radius: 10px;
}
.default-sidebar__widget:last-child {
  margin-bottom: 0;
}
.default-sidebar__widget.banner {
  padding: 60px 0;
  text-align: center;
  background-color: var(--fxotary-gray);
}
.default-sidebar__widget.widget_search .default-sidebar__w-title {
  padding-top: 20px;
  margin-bottom: 30px;
}
.default-sidebar__widget.widget_search .wp-block-search__inside-wrapper .wp-block-search__button {
  color: var(--fxotary-white);
  border: none;
  padding: 8px 10px;
  position: relative;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background: var(--fxotary-base);
}
.default-sidebar__widget.widget_search .wp-block-search__inside-wrapper .wp-block-search__button:hover {
  color: var(--fxotary-white);
  background-color: var(--fxotary-dark);
}
.default-sidebar__widget .wp-calendar-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.default-sidebar__widget .wp-calendar-nav a {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.default-sidebar__widget .wp-calendar-nav a:hover {
  color: var(--fxotary-base);
}
.default-sidebar__w-title {
  font-size: 20px;
  text-decoration: underline;
  text-underline-offset: 10px;
  text-decoration-thickness: 1px;
  text-transform: capitalize;
  color: var(--fxotary-black);
  margin-bottom: 25px;
}

.admin-bar .mobile-nav__wrapper {
  margin-top: 30px;
}

/** **/
.default-mobile-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw !important;
  height: 100vh;
  z-index: 999;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  -webkit-transform-origin: left center;
          transform-origin: left center;
  -webkit-transition: visibility 500ms ease 500ms, -webkit-transform 500ms ease 500ms;
  transition: visibility 500ms ease 500ms, -webkit-transform 500ms ease 500ms;
  transition: visibility 500ms ease 500ms, transform 500ms ease 500ms;
  transition: visibility 500ms ease 500ms, transform 500ms ease 500ms, -webkit-transform 500ms ease 500ms;
  visibility: hidden;
}
.default-mobile-header a {
  color: var(--fxotary-white);
}
.default-mobile-header .mobile-nav__container {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.default-mobile-header.expanded {
  opacity: 1;
  -webkit-transform: translateX(0%);
          transform: translateX(0%);
  visibility: visible;
  -webkit-transition: visibility 500ms ease 0ms, -webkit-transform 500ms ease 0ms;
  transition: visibility 500ms ease 0ms, -webkit-transform 500ms ease 0ms;
  transition: visibility 500ms ease 0ms, transform 500ms ease 0ms;
  transition: visibility 500ms ease 0ms, transform 500ms ease 0ms, -webkit-transform 500ms ease 0ms;
}
.default-mobile-header.expanded .mobile-nav__content {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  -webkit-transition: opacity 500ms ease 500ms, visibility 500ms ease 500ms, -webkit-transform 500ms ease 500ms;
  transition: opacity 500ms ease 500ms, visibility 500ms ease 500ms, -webkit-transform 500ms ease 500ms;
  transition: opacity 500ms ease 500ms, visibility 500ms ease 500ms, transform 500ms ease 500ms;
  transition: opacity 500ms ease 500ms, visibility 500ms ease 500ms, transform 500ms ease 500ms, -webkit-transform 500ms ease 500ms;
}
.default-mobile-header .mobile-nav__content .main-menu__list > li > ul,
.default-mobile-header .mobile-nav__content .main-menu__list > li > ul > li > ul {
  display: none;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  margin-left: 0.5em;
}
.default-mobile-header .mobile-nav__overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #000000;
  opacity: 0.5;
  cursor: pointer;
}
.default-mobile-header .mobile-nav__content {
  width: 300px;
  background-color: var(--fxotary-white);
  z-index: 10;
  position: relative;
  height: 100%;
  overflow-y: auto;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 15px;
  padding-right: 15px;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  -webkit-transition: opacity 500ms ease 0ms, visibility 500ms ease 0ms, -webkit-transform 500ms ease 0ms;
  transition: opacity 500ms ease 0ms, visibility 500ms ease 0ms, -webkit-transform 500ms ease 0ms;
  transition: opacity 500ms ease 0ms, visibility 500ms ease 0ms, transform 500ms ease 0ms;
  transition: opacity 500ms ease 0ms, visibility 500ms ease 0ms, transform 500ms ease 0ms, -webkit-transform 500ms ease 0ms;
}
.default-mobile-header .mobile-nav__content .main-menu__list > li > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  line-height: 30px;
  color: var(--fxotary-dark);
  font-size: 14px;
  font-family: var(--fxotary-font);
  font-weight: 500;
  height: 46px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.default-mobile-header .mobile-nav__content .main-menu__list > li > a > button {
  width: 30px;
  height: 30px;
  color: var(--fxotary-dark);
  border: none;
  outline: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
  padding: 0;
}
.default-mobile-header .mobile-nav__content .main-menu__list > li > a > button.expanded {
  -webkit-transform: rotate(0);
          transform: rotate(0);
}
.default-mobile-header .mobile-nav__content .main-menu__list > li > ul > li > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  line-height: 30px;
  color: var(--fxotary-dark);
  font-size: 14px;
  font-family: var(--fxotary-font);
  font-weight: 500;
  height: 46px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.default-mobile-header .mobile-nav__content .main-menu__list > li > ul > li > a > button {
  width: 30px;
  height: 30px;
  border: none;
  outline: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
  padding: 0;
}
.default-mobile-header .mobile-nav__content .main-menu__list > li > ul > li > a > button.expanded {
  -webkit-transform: rotate(0);
          transform: rotate(0);
  color: var(--fxotary-base);
}
.default-mobile-header .mobile-nav__content .main-menu__list > li > ul > li > ul > li > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  line-height: 30px;
  color: var(--fxotary-dark);
  font-size: 14px;
  font-family: var(--fxotary-font);
  font-weight: 500;
  height: 46px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.default-mobile-header .mobile-nav__content .main-menu__list > li > ul > li > ul > li > a > button {
  width: 30px;
  height: 30px;
  background-color: var(--fxotary-base);
  border: none;
  outline: 0;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
  padding: 0;
}
.default-mobile-header .mobile-nav__content .main-menu__list > li > ul > li > ul > li > a > button.expanded {
  -webkit-transform: rotate(0);
          transform: rotate(0);
  background-color: #fff;
  color: var(--fxotary-base);
}
.default-mobile-header .mobile-nav__content .main-menu__list > li > ul > li > ul > li:not(:last-child) {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.default-mobile-header .mobile-nav__content .main-menu__list > li > ul > li:not(:last-child) {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.default-mobile-header .mobile-nav__content .main-menu__list > li:not(:last-child) {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.default-mobile-header .mobile-nav__content .main-menu__list > li > a.expanded .mobile-nav__content .main-menu__list > li > ul > li > a.expanded .mobile-nav__content .main-menu__list > li > ul > li > ul > li > a.expanded {
  color: var(--fxotary-base);
}
.default-mobile-header .mobile-nav__content .main-menu__list li a.expanded {
  color: var(--fxotary-base);
}
.default-mobile-header .mobile-nav__content .logo-box {
  margin-bottom: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.default-mobile-header .mobile-nav__content .logo-box .mobile-nav__close {
  top: 20px;
  right: 15px;
  font-size: 18px;
  color: var(--fxotary-white);
  cursor: pointer;
}
.default-mobile-header .mobile-nav__contact li a:hover {
  color: var(--fxotary-base);
}

.default-header {
  /* no menu after 2rd level dropdown */
}
@media (min-width: 1200px) {
  .default-header .main-menu .main-menu__list,
  .default-header .main-menu .main-menu__list > li > ul,
  .default-header .main-menu .main-menu__list > li > ul > li > ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.default-header .main-menu__list {
  display: none;
}
.default-header .main-menu-two__wrapper-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-left: 0;
}
.default-header .main-menu-two__logo {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.default-header .main-menu .main-menu__list > li {
  padding-top: 32px;
  padding-bottom: 32px;
  position: relative;
}
.default-header .main-menu .main-menu__list > li + li {
  margin-left: 30px;
}
.default-header .main-menu .main-menu__list > li > a {
  font-size: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  font-weight: 500;
  padding-right: 15px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.default-header .main-menu .main-menu__list > li.dropdown > a:after {
  position: absolute;
  top: 50%;
  right: 0;
  font-family: "Font Awesome 5 Free";
  content: "\f067";
  font-size: 11px;
  color: var(--fxotary-gray);
  font-weight: 700;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  z-index: 1;
}
.default-header .main-menu .main-menu__list > li.current-menu-ancestor > a::after,
.default-header .main-menu .main-menu__list > li.current_page_item > a::after,
.default-header .main-menu .main-menu__list > li:hover > a::after {
  color: var(--fxotary-base);
}
.default-header .main-menu .main-menu__list > li.current_page_item > a,
.default-header .main-menu .main-menu__list > li.current-menu-ancestor > a,
.default-header .main-menu .main-menu__list > li:hover > a {
  color: var(--fxotary-base);
  text-shadow: 0.05px 0 0 rgba(195, 0, 47, 0.8);
}
.default-header .main-menu .main-menu__list > li > ul,
.default-header .main-menu .main-menu__list > li > ul > li > ul {
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 270px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  opacity: 0;
  visibility: hidden;
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-transform: scaleY(0) translateZ(100px);
  transform: scaleY(0) translateZ(100px);
  -webkit-transition: opacity 500ms ease, visibility 500ms ease, -webkit-transform 700ms ease;
  transition: opacity 500ms ease, visibility 500ms ease, -webkit-transform 700ms ease;
  transition: opacity 500ms ease, visibility 500ms ease, transform 700ms ease;
  transition: opacity 500ms ease, visibility 500ms ease, transform 700ms ease, -webkit-transform 700ms ease;
  z-index: 99;
  background-color: rgb(255, 255, 255);
  padding: 25px 20px 34px;
}
.default-header .sub-menu {
  -webkit-box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.07);
          box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.07);
  top: 99% !important;
}
.default-header .main-menu .main-menu__list > li > ul > li > ul {
  top: 0;
  left: 100%;
}
.default-header .main-menu .main-menu__list > li > ul > li > ul > li > ul {
  display: none;
}
.default-header .main-menu .main-menu__list li ul li > ul.right-align {
  top: 0;
  left: auto;
  right: 100%;
}
.default-header .main-menu .main-menu__list > li:hover > ul,
.default-header .main-menu .main-menu__list > li > ul > li:hover > ul {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scaleY(1) translateZ(0px);
  transform: scaleY(1) translateZ(0px);
}
.default-header .main-menu .main-menu__list > li > ul > li,
.default-header .main-menu .main-menu__list > li > ul > li > ul > li {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
  width: 100%;
  position: relative;
}
.default-header .main-menu .main-menu__list > li > ul > li + li,
.default-header .main-menu .main-menu__list > li > ul > li > ul > li + li {
  border-top: none;
  margin-top: 4px;
}
.default-header .main-menu .main-menu__list > li > ul > li > a,
.default-header .main-menu .main-menu__list > li > ul > li > ul > li > a {
  position: relative;
  font-size: 15px;
  line-height: 30px;
  color: var(--fxotary-gray);
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 6px 20px 6px;
  -webkit-transition: 500ms;
  transition: 500ms;
  background-color: var(--fxotary-white);
  font-family: var(--fxotary-font-two);
}
.default-header .main-menu .main-menu__list > li > ul > li:last-child > a,
.default-header .main-menu .main-menu__list > li > ul > li > ul > li:last-child > a {
  border-bottom: 0;
}
.default-header .main-menu .main-menu__list > li > ul > li:hover > a,
.default-header .main-menu .main-menu__list > li > ul > li > ul > li:hover > a {
  background-color: var(--fxotary-primary);
  color: var(--fxotary-black);
}
.default-header .main-menu .main-menu__list > li > ul > li > a::before,
.default-header .main-menu .main-menu__list > li > ul > li > ul > li > a::before {
  position: absolute;
  top: 50%;
  right: 20px;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f061";
  font-size: 14px;
  color: var(--fxotary-base);
  -webkit-transform: translateY(-50%) scale(0);
          transform: translateY(-50%) scale(0);
  -webkit-transition: 500ms;
  transition: 500ms;
}
.default-header .main-menu .main-menu__list > li > ul > li:hover > a::before,
.default-header .main-menu .main-menu__list > li > ul > li > ul > li:hover > a::before {
  -webkit-transform: translateY(-50%) scale(1);
          transform: translateY(-50%) scale(1);
}
.default-header .main-menu-three__main-menu-box .main-menu__list > .megamenu,
.default-header .main-menu-two__main-menu-box .main-menu__list > .megamenu,
.default-header .main-menu__wrapper .main-menu__list > .megamenu {
  position: static;
}
.default-header .main-menu-three__main-menu-box .main-menu__list > .megamenu > ul,
.default-header .main-menu-two__main-menu-box .main-menu__list > .megamenu > ul,
.default-header .main-menu__wrapper .main-menu__list > .megamenu > ul {
  top: 100% !important;
  left: 0 !important;
  right: 0 !important;
  background-color: transparent;
}
.default-header .main-menu-three__main-menu-box .main-menu__list > .megamenu > ul > li,
.default-header .main-menu-two__main-menu-box .main-menu__list > .megamenu > ul > li,
.default-header .main-menu__wrapper .main-menu__list > .megamenu > ul > li {
  padding: 0 !important;
}
.default-header .mobile-nav__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: auto;
  margin-right: 10px;
}
@media (min-width: 1200px) {
  .default-header .mobile-nav__buttons {
    display: none;
  }
}
.default-header .mobile-nav__buttons a {
  font-size: 20px;
  color: var(--fxotary-base);
  cursor: pointer;
}
.default-header .mobile-nav__buttons a + a {
  margin-left: 10px;
}
.default-header .mobile-nav__buttons a:hover {
  color: var(--fxotary-base);
}
.default-header .main-menu .mobile-nav__toggler {
  font-size: 20px;
  color: var(--fxotary-base);
  cursor: pointer;
  -webkit-transition: 500ms;
  transition: 500ms;
}
.default-header .main-menu .mobile-nav__toggler:hover {
  color: var(--fxotary-black);
}
@media (min-width: 1200px) {
  .default-header .main-menu .mobile-nav__toggler {
    display: none;
  }
}
.default-header .mobile-nav__wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 999;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-transform-origin: left center;
  transform-origin: left center;
  -webkit-transition: visibility 500ms ease 500ms, -webkit-transform 500ms ease 500ms;
  transition: visibility 500ms ease 500ms, -webkit-transform 500ms ease 500ms;
  transition: transform 500ms ease 500ms, visibility 500ms ease 500ms;
  transition: transform 500ms ease 500ms, visibility 500ms ease 500ms, -webkit-transform 500ms ease 500ms;
  visibility: hidden;
}
.default-header .mobile-nav__wrapper .container {
  padding-left: 0;
  padding-right: 0;
}
.default-header .mobile-nav__wrapper.expanded {
  opacity: 1;
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
  visibility: visible;
  -webkit-transition: visibility 500ms ease 0ms, -webkit-transform 500ms ease 0ms;
  transition: visibility 500ms ease 0ms, -webkit-transform 500ms ease 0ms;
  transition: transform 500ms ease 0ms, visibility 500ms ease 0ms;
  transition: transform 500ms ease 0ms, visibility 500ms ease 0ms, -webkit-transform 500ms ease 0ms;
}
.default-header .mobile-nav__overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #000000;
  opacity: 0.5;
  cursor: pointer;
}
.default-header .mobile-nav__content {
  width: 300px;
  background-color: var(--fxotary-black);
  z-index: 10;
  position: relative;
  height: 100%;
  overflow-y: auto;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 15px;
  padding-right: 15px;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-transition: opacity 500ms ease 0ms, visibility 500ms ease 0ms, -webkit-transform 500ms ease 0ms;
  transition: opacity 500ms ease 0ms, visibility 500ms ease 0ms, -webkit-transform 500ms ease 0ms;
  transition: opacity 500ms ease 0ms, visibility 500ms ease 0ms, transform 500ms ease 0ms;
  transition: opacity 500ms ease 0ms, visibility 500ms ease 0ms, transform 500ms ease 0ms, -webkit-transform 500ms ease 0ms;
}
.default-header .mobile-nav__wrapper.expanded .mobile-nav__content {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition: opacity 500ms ease 500ms, visibility 500ms ease 500ms, -webkit-transform 500ms ease 500ms;
  transition: opacity 500ms ease 500ms, visibility 500ms ease 500ms, -webkit-transform 500ms ease 500ms;
  transition: opacity 500ms ease 500ms, visibility 500ms ease 500ms, transform 500ms ease 500ms;
  transition: opacity 500ms ease 500ms, visibility 500ms ease 500ms, transform 500ms ease 500ms, -webkit-transform 500ms ease 500ms;
}
.default-header .mobile-nav__content .logo-box {
  margin-bottom: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.default-header .mobile-nav__close {
  position: absolute;
  top: 20px;
  right: 15px;
  font-size: 18px;
  color: var(--fxotary-white);
  cursor: pointer;
}
.default-header .mobile-nav__content .main-menu__list,
.default-header .mobile-nav__content .main-menu__list > li > ul,
.default-header .mobile-nav__content .main-menu__list > li > ul > li > ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.default-header .mobile-nav__content .main-menu__list > li > ul,
.default-header .mobile-nav__content .main-menu__list > li > ul > li > ul {
  display: none;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  margin-left: 0.5em;
}
.default-header .mobile-nav__content .main-menu__list > li:not(:last-child),
.default-header .mobile-nav__content .main-menu__list > li > ul > li:not(:last-child),
.default-header .mobile-nav__content .main-menu__list > li > ul > li > ul > li:not(:last-child) {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.default-header .mobile-nav__content .main-menu__list > li > a > .main-menu-border {
  display: none !important;
}
.default-header .mobile-nav__content .main-menu__list > li > a,
.default-header .mobile-nav__content .main-menu__list > li > ul > li > a,
.default-header .mobile-nav__content .main-menu__list > li > ul > li > ul > li > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  line-height: 30px;
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  height: 46px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: 500ms;
  transition: 500ms;
}
.default-header .mobile-nav__content .main-menu__list > li > a.expanded .mobile-nav__content .main-menu__list > li > ul > li > a.expanded .mobile-nav__content .main-menu__list > li > ul > li > ul > li > a.expanded {
  color: var(--fxotary-base);
}
.default-header .mobile-nav__content .main-menu__list li a.expanded {
  color: var(--fxotary-base);
}
.default-header .mobile-nav__content .main-menu__list > li > a > button,
.default-header .mobile-nav__content .main-menu__list > li > ul > li > a > button,
.default-header .mobile-nav__content .main-menu__list > li > ul > li > ul > li > a > button {
  width: 30px;
  height: 30px;
  background-color: var(--fxotary-base);
  border: none;
  outline: none;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -webkit-transition: -webkit-transform 500ms ease;
  transition: -webkit-transform 500ms ease;
  transition: transform 500ms ease;
  transition: transform 500ms ease, -webkit-transform 500ms ease;
  padding: 0;
}
.default-header .mobile-nav__content .main-menu__list > li > a > button.expanded,
.default-header .mobile-nav__content .main-menu__list > li > ul > li > a > button.expanded,
.default-header .mobile-nav__content .main-menu__list > li > ul > li > ul > li > a > button.expanded {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  background-color: #fff;
  color: var(--fxotary-base);
}
.default-header .mobile-nav__content .main-menu__list > li > ul > li > ul > li > a > button,
.default-header .mobile-nav__content .main-menu__list > li > ul > li > ul > li > ul {
  display: none !important;
}
.default-header .mobile-nav__content .main-menu__list li.cart-btn span {
  position: relative;
  top: auto;
  right: auto;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}
.default-header .mobile-nav__content .main-menu__list li.cart-btn i {
  font-size: 16px;
}
.default-header .mobile-nav__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 30px;
}
.default-header .mobile-nav__top .main-menu__login a {
  color: var(--fxotary-text-dark);
}
.default-header .mobile-nav__container {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.default-header .mobile-nav__social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.default-header .mobile-nav__social a {
  font-size: 16px;
  color: var(--fxotary-white);
  -webkit-transition: 500ms;
  transition: 500ms;
}
.default-header .mobile-nav__social a + a {
  margin-left: 30px;
}
.default-header .mobile-nav__social a:hover {
  color: var(--fxotary-base);
}
.default-header .mobile-nav__contact {
  margin-bottom: 0;
  margin-top: 20px;
  margin-bottom: 20px;
}
.default-header .mobile-nav__contact li {
  color: var(--fxotary-text-dark);
  font-size: 14px;
  font-weight: 500;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.default-header .mobile-nav__contact li + li {
  margin-top: 15px;
}
.default-header .mobile-nav__contact li a {
  color: #ffffff;
  -webkit-transition: 500ms;
  transition: 500ms;
}
.default-header .mobile-nav__contact li a:hover {
  color: var(--fxotary-base);
}
.default-header .mobile-nav__contact li > i {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: var(--fxotary-base);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  font-size: 11px;
  margin-right: 10px;
  color: #fff;
}
.default-header .mobile-nav__container .main-logo,
.default-header .mobile-nav__container .topbar__buttons,
.default-header .mobile-nav__container .main-menu__language,
.default-header .mobile-nav__container .main-menu__login {
  display: none;
}
.default-header .main-menu-two__logo a {
  padding: 27px 0;
  padding-right: 40px;
}
@media (max-width: 1199px) {
  .default-header .main-menu-two__logo {
    position: relative;
    width: auto;
    padding-left: 20px;
  }
  .default-header .main-menu-two__wrapper-inner {
    padding-left: 0px;
    padding-right: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

input[type=search]::-webkit-search-decoration, .fxotary-base .cf-post-details .comment-form-comment textarea[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-cancel-button,
.fxotary-base .cf-post-details .comment-form-comment textarea[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-results-button,
.fxotary-base .cf-post-details .comment-form-comment textarea[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration,
.fxotary-base .cf-post-details .comment-form-comment textarea[type=search]::-webkit-search-results-decoration {
  display: none;
}

.wp-block-calendar table:where(:not(.has-text-color)) td,
.wp-block-calendar table:where(:not(.has-text-color)) th {
  border-color: var(--fxotary-dark-2);
  color: var(--fxotary-dark);
}

:where(.wp-block-calendar table:not(.has-background) th) {
  background-color: var(--fxotary-gray);
}

.wp-block-table.is-style-stripes tbody tr:nth-child(odd) {
  background-color: rgb(from var(--fxotary-dark) r g b/5%);
  color: var(--fxotary-dark);
}

.wp-block-table.is-style-stripes {
  border-bottom: 1px solid rgb(from var(--fxotary-dark) r g b/10%);
}/*# sourceMappingURL=fxotary-unit.css.map */