/*---------------------------------
CSS INDEX
===================================
#. Normalize and Defaults
    #. CSS Variables
    #. Default Theme Styles
#. Pages And Component 
    #. All generate color 
    #. BEM Element
    #. Buttons
    #. General
    #. Header
    #. Sidebar
    #. Blog
    #. Comments
    #. Single Post
    #. Author profile
    #. Pagination
    #. Blockquote
    #. All category
    #. All location
    #. Listings Details
    #. Widgets
    #. Registration form
    #. 404 Page
    #. Pricing Plan
    #. Range Slider
    #. Review wrapper
    #. Footer
    #. Menu & Footer Colors
    #. Theme Icons
    #. Banner
    #. Breadcrumb Trail
    #. Preloader
    #. No Results
    #. Responsive
---------------------------------------*/
/*------------------------------------*\
    #. CSS Variables
\*------------------------------------*/
:root {
  --color-primary: #17B978;
  --color-primary-rgb: 23, 185, 120;
  --color-header-bg: #ffffff;
  --color-menu: #51526E;
  --color-menu-hover: #17B978;
  --color-menu-active: #17B978;
  --color-submenu: #51526E;
  --color-submenu-hover: #17B978;
  --bgcolor-submenu-hover: #ffffff;
  --color-add-listing-button-text: #ffffff;
  --color-add-listing-button-text-hover: #ffffff;
  --bgcolor-add-listing-button: #17B978;
  --bgcolor-add-listing-button-hover: #17B978;
  --color-banner_title: #ffffff;
  --color-breadcrumb-link: #f8f9fb;
  --color-breadcrumb-link-hover: #17B978;
  --color-breadcrumb_separator: #f8f9fb;
  --color-breadcrumb-active: #acabac;
  --bgcolor-footer: #1A1B29;
  --color-footer-divider: 255, 255, 255;
  --color-footer-title: #ffffff;
  --color-footer-text: 255, 255, 255;
  --color-footer-link: 255, 255, 255;
  --color-footer-link-hover: #ffffff;
  --color-secondary: #F2F3F5;
  --color-success: #28A800;
  --color-info: #2C99FF;
  --color-warning: #FA8B0C;
  --color-danger: #f80718;
  --color-dark: #1A1B29;
  --color-gray: #51526E;
  --color-light-gray: #8F8E9F;
  --color-light: #9299b8;
  --color-lighter: #605f74;
  --color-white: #ffffff;
  --color-body: #51526E;
  --color-border: #eff1f6;
  --color-border-light: #e1e4ec;
  --color-border-gray: #c6d0dc;
  --color-bg-normal: #f8f9fa;
  --color-bg-light: #f6f7f9;
  --color-bg-lighter: #f2f2f2;
  --color-bg-pointer: #b1b0bf;
  --color-bg-section: #f9f9f9;
  --color-bg-section2: #F6F7F9;
  --color-bg-select2: #3C3D58;
  --color-facebook: #3B5998;
  --color-twitter: #1DA1F2;
  --color-youtube: #CD201F;
  --color-instagram: #262626;
  --color-linkedin: #0077b5;
  --color-pinterest: #b7081b;
  --color-github: #262626;
  --color-tumblr: #34526f;
  --color-danger-rgb: 248, 7, 24;
  --color-dark-rgb: 26, 27, 41;
  --color-white-rgb: 255, 255, 255;
  --color-light-rgb: 146, 153, 184;
  --color-shadow-rgb: 143, 142, 159;
  --color-facebook-rgb: 59, 89, 152;
  --color-twitter-rgb: 29, 161, 242;
  --color-youtube-rgb: 205, 32, 31;
  --color-instagram-rgb: 38, 38, 38;
  --color-linkedin-rgb: 0, 119, 181;
  --color-pinterest-rgb: 183, 8, 27;
  --color-github-rgb: 38, 38, 38;
  --directorist-color-white: var(--color-white);
  --directorist-color-dark: var(--color-dark);
  --directorist-color-primary: var(--color-primary);
  --directorist-color-success: var(--color-success);
  --directorist-color-info: var(--color-info);
  --directorist-color-danger: var(--color-danger);
  --directorist-color-warning: var(--color-warning);
  --directorist-color-btn-primary-bg:var(--color-primary);
  --directorist-color-btn-primary-border:var(--color-primary);
  --directorist-color-btn-primary-rgb:var(--color-primary-rgb);
  --directorist-color-primary-rgb: var(--color-primary-rgb);
  --directorist-color-star: var(--color-warning);
  --directorist-color-marker-shape: var(--color-primary);
  --directorist-color-border: var(--color-border);
  --directorist-color-border-gray: var(--color-border);
  --directorist-color-open-badge: #32cc6f;
  --directorist-color-closed-badge: #e23636;
  --directorist-color-featured-badge: #fa8b0c;
  --directorist-color-popular-badge: #f51957;
  --directorist-color-new-badge: #2C99FF;
  --akfe-primary:var(--color-primary);
}

/*------------------------------------*\
    #. Default Theme Styles
\*------------------------------------*/
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.75;
  color: var(--color-body);
  background: var(--color-white);
  font-family: 'Inter', sans-serif;
  overflow-x: hidden;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}

input[type="number"]::-webkit-inner-adjust-hue-button,
input[type="number"]::-webkit-outer-adjust-hue-button {
  height: auto;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

button,
input,
optgroup,
select,
textarea {
  margin: 0;
}

button {
  overflow: visible;
  outline: none;
}

.btn {
  outline: none;
}

.btn:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

a {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

a:hover {
  color: var(--color-primary);
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

textarea {
  width: 100%;
}

button,
input,
select,
textarea {
  color: #444;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.5;
}

select {
  padding: 11px 15px;
  border-radius: 3px;
  color: var(--color-gray);
  background-color: var(--color-white);
  border: 1px solid var(--color-border);
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

code {
  color: var(--color-primary);
}

.custom-control {
  position: relative;
}

/* Posts and pages */
.sticky {
  display: block;
}

.byline,
.updated:not(.published) {
  display: none;
}

.single .byline,
.group-blog .byline {
  display: inline;
}

.page-links {
  clear: both;
  padding: 20px 0;
  font-weight: 700;
}

.page-links .post-page-numbers {
  background-color: #646464;
  color: var(--color-white);
  display: inline-block;
  padding: 2px 12px;
  border-radius: 3px;
  margin-right: 2px;
}

.page-links .post-page-numbers.current, .page-links .post-page-numbers:hover {
  background-color: #222222;
}

/* Widgets */
.widget {
  margin: 0 0 30px;
}

.widget select {
  max-width: 100%;
}

/* Theme Dropdown */
.dropdown.theme-dropdown .dropdown-menu {
  right: 0 !important;
  left: auto !important;
  padding: 20px;
  border: 0 none;
  border-radius: 4px;
  -webkit-box-shadow: 0 10px 30px rgba(143, 142, 159, 0.25);
          box-shadow: 0 10px 30px rgba(143, 142, 159, 0.25);
}

/* Select2 Default */
.select2-container--default.select2-container--focus .select2-selection--multiple {
  border-color: var(--color-border);
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
  font-size: 14px;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered li.select2-selection__choice {
  font-size: 12px;
  font-weight: 500;
  border: 0 none;
  padding: 0 8px;
  background-color: var(--color-bg-select2);
  border-radius: 4px;
  color: var(--color-white);
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  margin-right: 5px;
  color: var(--color-white);
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: var(--color-white);
}

.select2-container--default .select2-selection {
  min-height: 46px;
  padding: 0 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.select2-container--default .directorist-select2-addons-area .directorist-select2-dropdown-toggle i,
.select2-container--default .directorist-select2-addons-area .directorist-select2-dropdown-toggle span.fa,
.select2-container--default .directorist-select2-addons-area .directorist-select2-dropdown-toggle span.fas,
.select2-container--default .directorist-select2-addons-area .directorist-select2-dropdown-toggle span.far,
.select2-container--default .directorist-select2-addons-area .directorist-select2-dropdown-toggle span.fab,
.select2-container--default .directorist-select2-addons-area .directorist-select2-dropdown-toggle span.la,
.select2-container--default .directorist-select2-addons-area .directorist-select2-dropdown-toggle span.lab,
.select2-container--default .directorist-select2-addons-area .directorist-select2-dropdown-toggle span.lar,
.select2-container--default .directorist-select2-addons-area .directorist-select2-dropdown-toggle span.las {
  font-size: 12px;
}

.select2-container--default .directorist-select2-addons-area .directorist-select2-dropdown-toggle i.fa-chevron-down,
.select2-container--default .directorist-select2-addons-area .directorist-select2-dropdown-toggle span.fa.fa-chevron-down,
.select2-container--default .directorist-select2-addons-area .directorist-select2-dropdown-toggle span.fas.fa-chevron-down,
.select2-container--default .directorist-select2-addons-area .directorist-select2-dropdown-toggle span.far.fa-chevron-down,
.select2-container--default .directorist-select2-addons-area .directorist-select2-dropdown-toggle span.fab.fa-chevron-down,
.select2-container--default .directorist-select2-addons-area .directorist-select2-dropdown-toggle span.la.fa-chevron-down,
.select2-container--default .directorist-select2-addons-area .directorist-select2-dropdown-toggle span.lab.fa-chevron-down,
.select2-container--default .directorist-select2-addons-area .directorist-select2-dropdown-toggle span.lar.fa-chevron-down,
.select2-container--default .directorist-select2-addons-area .directorist-select2-dropdown-toggle span.las.fa-chevron-down {
  font-family: 'theme-icons';
  font-weight: 900;
  font-size: 14px;
  color: var(--color-dark);
}

.select2-container--default .directorist-select2-addons-area .directorist-select2-dropdown-toggle i.fa-chevron-down:before,
.select2-container--default .directorist-select2-addons-area .directorist-select2-dropdown-toggle span.fa.fa-chevron-down:before,
.select2-container--default .directorist-select2-addons-area .directorist-select2-dropdown-toggle span.fas.fa-chevron-down:before,
.select2-container--default .directorist-select2-addons-area .directorist-select2-dropdown-toggle span.far.fa-chevron-down:before,
.select2-container--default .directorist-select2-addons-area .directorist-select2-dropdown-toggle span.fab.fa-chevron-down:before,
.select2-container--default .directorist-select2-addons-area .directorist-select2-dropdown-toggle span.la.fa-chevron-down:before,
.select2-container--default .directorist-select2-addons-area .directorist-select2-dropdown-toggle span.lab.fa-chevron-down:before,
.select2-container--default .directorist-select2-addons-area .directorist-select2-dropdown-toggle span.lar.fa-chevron-down:before,
.select2-container--default .directorist-select2-addons-area .directorist-select2-dropdown-toggle span.las.fa-chevron-down:before {
  content: "\45";
}

.select2-container--default .directorist-select2-addons-area .directorist-select2-dropdown-close i,
.select2-container--default .directorist-select2-addons-area .directorist-select2-dropdown-close span {
  font-size: 12px;
}

.select2-container--default .directorist-select2-addons-area .directorist-select2-dropdown-close i.fa-times,
.select2-container--default .directorist-select2-addons-area .directorist-select2-dropdown-close span.fa-times {
  font-family: 'theme-icons';
  font-weight: 900;
  font-size: 14px;
  color: var(--color-dark);
}

.select2-container--default .directorist-select2-addons-area .directorist-select2-dropdown-close i.fa-times:before,
.select2-container--default .directorist-select2-addons-area .directorist-select2-dropdown-close span.fa-times:before {
  content: "\68";
}

.select2.select2-container .select2-selection--single .select2-selection__rendered {
  padding: 0;
  height: auto;
  font-size: 14px;
}

/* Select2 Results */
.admin-bar .select2-container--default.select2-container--open .select2-dropdown--above {
  top: 32px;
}

.select2-container--default.select2-container--open .select2-dropdown--above,
.select2-container--default.select2-container--open .select2-dropdown--below {
  border: 0 none;
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 30px rgba(143, 142, 159, 0.25);
          box-shadow: 0 5px 30px rgba(143, 142, 159, 0.25);
}

.select2-container--default.select2-container--open .select2-dropdown--above .select2-search__field,
.select2-container--default.select2-container--open .select2-dropdown--below .select2-search__field {
  border-radius: 6px;
  border-color: var(--color-border);
}

.select2-container--default.select2-container--open .select2-dropdown--above {
  top: 0;
}

.select2-container--default .select2-dropdown {
  min-width: 200px;
  z-index: 10001;
}

.select2-container--default .select2-results .select2-results__options {
  padding-bottom: 10px;
}

.select2-container--default .select2-results .select2-results__options .select2-results__option {
  font-size: 14px;
  padding: 6px 20px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.select2-container--default .select2-results .select2-results__options .select2-results__option[aria-selected=true] {
  color: var(--color-white) !important;
  background-color: rgba(var(--color-primary-rgb), 1) !important;
}

.select2-container--default .select2-results .select2-results__options .select2-results__option[aria-selected=true].select2-results__option--highlighted {
  color: var(--color-white) !important;
}

.select2-container--default .select2-results .select2-results__options .select2-results__option.select2-results__option--highlighted {
  background-color: rgba(var(--color-primary-rgb), 0.15);
  color: var(--color-primary);
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.select2-container--default .select2-results .select2-results__options .select2-results__option.select2-results__option--highlighted:hover {
  color: var(--color-primary);
}

.select2-container--default .select2-results .select2-results__options .select2-results__option[area-selected="true"] {
  background-color: #fff;
}

.select2-container--default .select2-search--dropdown {
  padding: 14px 20px 10px 20px;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  border-width: 2px;
  padding: 4px 12px;
}

.select2-container--default .select2-search--dropdown .select2-search__field:focus {
  border-color: var(--color-dark);
}

/*------------------------------------*\
  #. BEM Element
\*------------------------------------*/
/* Heading */
.elementor-heading-title {
  font-family: 'Inter', sans-serif;
}

h1,
h1.elementor-heading-title {
  font-size: 30px;
  line-height: 1.26667;
  font-weight: 600;
}

h2,
h2.elementor-heading-title {
  font-size: 24px;
  line-height: 1.25;
  font-weight: 600;
}

h3,
h3.elementor-heading-title {
  font-size: 22px;
  line-height: 1.22727;
  font-weight: 600;
}

h4,
h4.elementor-heading-title {
  font-size: 20px;
  line-height: 1.25;
  font-weight: 600;
}

h5,
h5.elementor-heading-title {
  font-size: 18px;
  line-height: 1.27778;
  font-weight: 600;
}

h6,
h6.elementor-heading-title {
  font-size: 16px;
  line-height: 1.375;
  font-weight: 600;
}

/* Paragraph */
p {
  line-height: 1.75;
}

p.pera {
  font-size: 18px;
  line-height: 1.94444;
  font-weight: 400;
  color: var(--color-gray);
}

span {
  line-height: 1.85714;
}

/* Button */
.btn {
  font-size: 14px;
  padding: 8.5px 19px;
  border-radius: 0.375rem;
}

/* Display Sizes */
.display-1 {
  font-size: 48px;
  line-height: 1.125;
  font-weight: 600;
}

.display-2 {
  font-size: 42px;
  line-height: 1.09524;
  font-weight: 600;
}

.display-3 {
  font-size: 36px;
  line-height: 1.16667;
  font-weight: 600;
}

/* Color */
.directorist-btn.directorist-btn-primary,
.theme-bg-primary {
  background-color: var(--color-primary);
  color: var(--color-white);
}

.theme-bg-secondary {
  background-color: var(--color-secondary);
  color: var(--color-white);
}

.theme-bg-dark {
  background-color: var(--color-dark);
  color: var(--color-white);
}

.outline-secondary {
  border: 1px solid var(--color-secondary);
  background-color: transparent;
  color: var(--color-secondary);
}

.outline-secondary:hover {
  background: var(--color-secondary);
  color: var(--color-white);
}

/* responsive padding */
.theme-dir-dashboard.theme-single-page {
  background-color: #f5f6f9 !important;
}

/* Section Title */
.theme-section-title h1,
.theme-section-title p {
  margin-bottom: 0;
}

.theme-section-title.banner-section-title .theme-section-title__subtitle {
  margin-top: 30px;
}

.theme-section-title.carousel-section-title .theme-section-title__title {
  color: var(--color-dark);
  font-size: calc(1.0875rem + 1.05vw);
  font-weight: 600;
  line-height: 48px;
}

@media (min-width: 1200px) {
  .theme-section-title.carousel-section-title .theme-section-title__title {
    font-size: 1.875rem;
  }
}

.theme-section-title.carousel-section-title .theme-section-title__subtitle {
  color: #9299B8;
  font-size: 18px;
  font-weight: 400;
  line-height: 29px;
  margin-top: 8px;
}

@media only screen and (max-width: 767px) {
  .theme-section-title.about-section-title {
    margin-bottom: 20px;
  }
}

.theme-section-title.about-section-title .theme-section-title__title {
  font-size: calc(1.0875rem + 1.05vw);
  line-height: 1.33333;
  margin-bottom: 22px;
  font-weight: 700;
  color: var(--color-dark);
}

@media (min-width: 1200px) {
  .theme-section-title.about-section-title .theme-section-title__title {
    font-size: 1.875rem;
  }
}

.theme-section-title.about-section-title .theme-section-title__subtitle {
  font-size: 15px;
  line-height: 1.86667;
  font-weight: 400;
  color: var(--color-gray);
}

.theme-section-title.cta-section-title .theme-section-title__title {
  color: var(--color-white);
  font-size: 36px;
  line-height: 1.33333;
  font-weight: 600;
}

.theme-section-title.cta-section-title .theme-section-title__subtitle {
  font-size: 24px;
  line-height: 1.5;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.7);
  margin: 18px 0 2px 0;
}

.theme-section-title.cta-section-title .theme-help__contact {
  text-decoration: underline;
  font-size: 24px;
  line-height: 1.5;
  font-weight: 500;
  color: var(--color-white);
}

.theme-section-title.cta-section-title .theme-help__contact:hover {
  color: rgba(255, 255, 255, 0.7);
}

.theme-section-title.cta-section-title .theme-help__btn {
  margin-top: 29px;
}

.theme-section-title.cta-section-title .theme-help__btn a {
  height: 48px;
  padding: 2px 25px;
  background-color: var(--color-secondary);
  color: var(--color-white);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 0.375rem;
}

.theme-section-title.cta-section-title .theme-help__btn a:hover {
  color: var(--color-white);
}

/* Modal */
.modal-content {
  border-radius: 0.375rem;
}

/* Forms Styles */
.form-control.theme-form-control {
  font-size: 14px;
  min-height: 46px;
  height: 46px;
  border-radius: 5px;
  padding: 9px 20px;
  border-color: #E8E9EC;
}

.form-control.theme-form-control::-webkit-input-placeholder {
  font-size: 14px;
  color: var(--color-light-gray);
}

.form-control.theme-form-control::-moz-placeholder {
  font-size: 14px;
  color: var(--color-light-gray);
}

.form-control.theme-form-control:-ms-input-placeholder {
  font-size: 14px;
  color: var(--color-light-gray);
}

.form-control.theme-form-control::-ms-input-placeholder {
  font-size: 14px;
  color: var(--color-light-gray);
}

.form-control.theme-form-control::placeholder {
  font-size: 14px;
  color: var(--color-light-gray);
}

.form-control.theme-form-control:focus {
  outline: none;
  -webkit-box-shadow: 0 0;
          box-shadow: 0 0;
  border-color: var(--color-dark);
}

.form-control:focus {
  outline: none;
  -webkit-box-shadow: 0 0;
          box-shadow: 0 0;
  border-color: var(--color-border);
}

.form-group.theme-form-group:not(:last-child) {
  margin-bottom: 18px;
}

.form-group.theme-form-group label {
  font-size: 14px;
  font-weight: 500;
  color: var(--color-dark);
}

/* return to top */
.scroll-top-wrap {
  position: fixed;
  right: -100px;
  bottom: 50px;
  height: 46px;
  width: 46px;
  cursor: pointer;
  display: block;
  border-radius: 50px;
  -webkit-box-shadow: inset 0 0 0 2px rgba(var(--color-primary-rgb), 0.4);
          box-shadow: inset 0 0 0 2px rgba(var(--color-primary-rgb), 0.4);
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(15px);
          transform: translateY(15px);
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.scroll-top-wrap:after {
  position: absolute;
  content: "\45";
  font-family: "theme-icons";
  text-align: center;
  line-height: 46px;
  font-size: 18px;
  color: var(--color-primary);
  left: 0;
  top: 0;
  height: 46px;
  width: 46px;
  cursor: pointer;
  display: block;
  z-index: 1;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.scroll-top-wrap svg path {
  fill: none;
}

.scroll-top-wrap svg.progress-circle path {
  stroke: var(--color-primary);
  stroke-width: 4;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.scroll-top-wrap.active-progress {
  opacity: 1;
  right: 50px;
  visibility: visible;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

/* Grid */
.row {
  margin-top: 0;
  margin-left: -12px;
  margin-right: -12px;
}

@media only screen and (max-width: 991px) {
  .row {
    margin-left: -10px;
    margin-right: -10px;
  }
}

.row > * {
  padding-left: 12px;
  padding-right: 12px;
}

@media only screen and (max-width: 991px) {
  .row > * {
    padding-left: 10px;
    padding-right: 10px;
  }
}

.container-fluid {
  padding: 0 50px;
}

@media only screen and (max-width: 991px) {
  .container-fluid {
    padding: 0 10px;
  }
}

.directorist-faq .elementor-accordion .elementor-accordion-item {
  border-radius: 6px;
  margin-bottom: 20px;
  border: 1px solid var(--color-border-light) !important;
}

.directorist-faq .elementor-accordion .elementor-accordion-item .elementor-tab-title {
  color: var(--color-dark);
  font-size: 15px;
  font-weight: 600;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

.directorist-faq .elementor-accordion .elementor-accordion-item .elementor-tab-title.elementor-active {
  border-radius: 6px 6px 0 0;
  color: var(--color-white);
  background: var(--color-dark);
}

.directorist-faq .elementor-accordion .elementor-accordion-item .elementor-tab-title .elementor-accordion-icon span {
  line-height: 1;
}

.directorist-faq .elementor-accordion .elementor-accordion-item .elementor-tab-content {
  height: 0;
  opacity: 0;
  padding: 0;
  visibility: hidden;
  display: block !important;
  -webkit-transform: scaleY(0);
          transform: scaleY(0);
  -webkit-transform-origin: top;
          transform-origin: top;
}

.directorist-faq .elementor-accordion .elementor-accordion-item .elementor-tab-content p {
  margin: 0;
  padding: 15px 20px 16px;
}

.directorist-faq .elementor-accordion .elementor-accordion-item .elementor-tab-content.elementor-active {
  height: auto !important;
  visibility: visible !important;
  opacity: 1 !important;
  -webkit-transform: scaleY(1);
          transform: scaleY(1);
}

.directorist-faq .elementor-accordion .elementor-accordion-item:last-child {
  margin-bottom: 0;
}

body:not(.dir-listings_with_map) .daterangepicker {
  left: 50% !important;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.daterangepicker {
  border: none !important;
  border-radius: 10px !important;
  -webkit-box-shadow: 0 10px 30px rgba(var(--color-shadow-rgb), 0.2);
          box-shadow: 0 10px 30px rgba(var(--color-shadow-rgb), 0.2);
  width: 100% !important;
  max-width: 850px !important;
  font-family: 'Lexend', sans-serif !important;
  z-index: 9999 !important;
}

@media only screen and (max-width: 991px) {
  .daterangepicker {
    max-width: 730px !important;
  }
}

@media only screen and (max-width: 767px) {
  .daterangepicker {
    max-width: 530px !important;
  }
}

@media only screen and (max-width: 575px) {
  .daterangepicker {
    max-width: 450px !important;
  }
}

@media only screen and (max-width: 479px) {
  .daterangepicker {
    max-width: 350px !important;
  }
}

@media only screen and (max-width: 375px) {
  .daterangepicker {
    max-width: 275px !important;
  }
}

.daterangepicker .drp-calendar {
  max-width: unset !important;
  width: 50%;
  padding: 30px 50px 30px 65px !important;
}

@media only screen and (max-width: 991px) {
  .daterangepicker .drp-calendar {
    padding: 30px 25px 20px 30px !important;
  }
}

@media only screen and (max-width: 767px) {
  .daterangepicker .drp-calendar {
    width: 100%;
  }
}

@media only screen and (max-width: 575px) {
  .daterangepicker .drp-calendar {
    padding: 30px 40px !important;
  }
}

@media only screen and (max-width: 479px) {
  .daterangepicker .drp-calendar {
    padding: 20px 30px !important;
  }
}

@media only screen and (max-width: 375px) {
  .daterangepicker .drp-calendar {
    padding: 10px !important;
  }
}

.daterangepicker .drp-calendar .calendar-table .table-condensed {
  border: none !important;
}

.daterangepicker .drp-calendar .calendar-table .table-condensed tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: var(--color-white);
}

.daterangepicker .drp-calendar .calendar-table .table-condensed tr:first-child th {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 15px;
  font-weight: 500;
  color: var(--color-dark);
}

.daterangepicker .drp-calendar .calendar-table .table-condensed th {
  font-size: 12px;
  font-weight: 500;
  color: var(--color-body);
  background: var(--color-white);
}

.daterangepicker .drp-calendar .calendar-table .table-condensed td {
  border-radius: 6px;
  font-size: 13px;
  font-weight: 600;
  background: var(--color-white);
  color: var(--color-dark);
  -webkit-box-shadow: 0 1px 2px rgba(var(--color-shadow-rgb), 0.25);
          box-shadow: 0 1px 2px rgba(var(--color-shadow-rgb), 0.25);
}

.daterangepicker .drp-calendar .calendar-table .table-condensed td.active {
  color: var(--color-white);
}

.daterangepicker .drp-calendar .calendar-table .table-condensed td.off, .daterangepicker .drp-calendar .calendar-table .table-condensed td.previous-days, .daterangepicker .drp-calendar .calendar-table .table-condensed td.off.in-range, .daterangepicker .drp-calendar .calendar-table .table-condensed td.off.start-date, .daterangepicker .drp-calendar .calendar-table .table-condensed td.off.end-date {
  color: var(--color-light-gray) !important;
  background: var(--color-white) !important;
}

.daterangepicker .drp-calendar .calendar-table .table-condensed td.off.active, .daterangepicker .drp-calendar .calendar-table .table-condensed td.previous-days.active, .daterangepicker .drp-calendar .calendar-table .table-condensed td.off.in-range.active, .daterangepicker .drp-calendar .calendar-table .table-condensed td.off.start-date.active, .daterangepicker .drp-calendar .calendar-table .table-condensed td.off.end-date.active {
  color: var(--color-white);
}

.daterangepicker .drp-calendar .calendar-table .table-condensed th,
.daterangepicker .drp-calendar .calendar-table .table-condensed td {
  margin: 5px;
  padding: 0;
  width: 32px;
  height: 32px;
  line-height: 32px;
}

@media only screen and (max-width: 479px) {
  .daterangepicker .drp-calendar .calendar-table .table-condensed th,
  .daterangepicker .drp-calendar .calendar-table .table-condensed td {
    margin: 2px;
  }
}

.daterangepicker .drp-calendar.left {
  position: relative;
}

.daterangepicker .drp-calendar.left:before {
  content: '';
  position: absolute;
  top: 80px;
  right: 0;
  width: 1px;
  height: 200px;
  background: var(--color-border);
}

@media only screen and (max-width: 767px) {
  .daterangepicker .drp-calendar.left:before {
    width: 200px;
    height: 1px;
    top: unset;
    right: unset;
    bottom: -5px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

.daterangepicker .drp-buttons {
  border: none !important;
  padding: 15px 65px 20px !important;
}

@media only screen and (max-width: 991px) {
  .daterangepicker .drp-buttons {
    padding: 10px 35px 20px !important;
  }
}

@media only screen and (max-width: 575px) {
  .daterangepicker .drp-buttons {
    text-align: center !important;
    padding: 10px 30px 20px !important;
  }
}

@media only screen and (max-width: 479px) {
  .daterangepicker .drp-buttons {
    padding: 10px 30px 20px !important;
  }
}

@media only screen and (max-width: 375px) {
  .daterangepicker .drp-buttons {
    padding: 10px 10px 20px !important;
  }
}

.daterangepicker:before {
  display: none !important;
}

.daterangepicker .drp-calendar .calendar-table .table-condensed td {
  -webkit-transition: var(--transition);
  transition: var(--transition);
}

.daterangepicker .drp-calendar .calendar-table .table-condensed td.in-range:not(.active) {
  background-color: rgba(143, 142, 159, 0.1);
}

.daterangepicker .drp-calendar .calendar-table .table-condensed thead tr th {
  font-weight: 500;
  font-size: 12px;
}

.daterangepicker .calendar-table thead th.prev:before {
  content: "\61";
  left: 20px;
}

.daterangepicker .calendar-table thead th.next:after {
  content: "\62";
  right: 10px;
}

.daterangepicker .calendar-table thead th.prev, .daterangepicker .calendar-table thead th.next {
  position: relative;
}

.daterangepicker .calendar-table thead th.prev span, .daterangepicker .calendar-table thead th.next span {
  display: none;
}

.daterangepicker .calendar-table thead th.prev:after, .daterangepicker .calendar-table thead th.prev:before, .daterangepicker .calendar-table thead th.next:after, .daterangepicker .calendar-table thead th.next:before {
  font-family: 'theme-icons';
  font-weight: 900;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  position: absolute;
  font-size: 12px;
}

.content-center {
  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;
}

.display-flex-center2 {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  justify-content: center;
}

.transition, .theme-menu-container .mainmenu__menu .navbar-collapse, .theme-menu-container .mainmenu__menu .navbar-collapse.selected, .theme-menu-container .mainmenu__menu .navbar-nav > li > a, .mainmenu__menu .navbar-nav > li.menu-item .sub-menu, .mainmenu__menu .navbar-nav > li.menu-item.menu-item:not(.multi-column-menu) .menu-item-has-children:not(.multi-column-menu) > ul, .comments-area .comment-lists ul .media .media-body .media_top .comment-reply-link, .widget.widget_nav_menu ul li a, .directory_regi_btn button.directorist-btn.directorist-btn-primary, .login_modal, .directorist-content-active .theme-login-modal__btn, .gallery-item, .gallery-item img, .theme-footer-bottom-area .theme-copyright-text a, .search.search-results .post-each .post-title a {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

/*------------------------------
#. Button
-------------------------------*/
.btn.theme-btn {
  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;
  font-size: 14px;
  line-height: 1;
  font-weight: 500;
  border-radius: 6px;
  min-height: 46px;
  padding: 0 30px;
  position: relative;
  overflow: hidden;
}

.btn.theme-btn:after, .btn.theme-btn:before {
  content: "";
  position: absolute;
  height: 100%;
  width: 60%;
  bottom: 0;
  opacity: 0;
  visibility: hidden;
  background: rgba(255, 255, 255, 0.35);
}

.btn.theme-btn:before {
  right: 100%;
  width: 60%;
  -webkit-transition: .5s;
  transition: .5s;
  border-radius: 6px;
  -webkit-transition-delay: .15s;
          transition-delay: .15s;
}

.btn.theme-btn:after {
  right: -10px;
  border-radius: 6px;
  -webkit-transition: .4s;
  transition: .4s;
}

.btn.theme-btn:focus {
  outline: none;
  -webkit-box-shadow: 0 0;
          box-shadow: 0 0;
}

.btn.theme-btn:hover:before {
  right: -100%;
  opacity: 1;
  visibility: visible;
}

.btn.theme-btn:hover:after {
  opacity: 1;
  visibility: visible;
  width: 0;
}

/* Button Type */
.btn.theme-btn.btn-dark {
  background-color: var(--color-dark);
  border-color: var(--color-dark);
}

.btn.theme-btn.btn-primary {
  background-color: var(--color-primary);
  border-color: var(--color-primary);
}

.btn.theme-btn.btn-secondary {
  background-color: var(--color-secondary);
  border-color: var(--color-secondary);
}

.btn.theme-btn.btn-success {
  background-color: var(--color-success);
  border-color: var(--color-success);
}

.btn.theme-btn.btn-info {
  background-color: var(--color-info);
  border-color: var(--color-info);
}

.btn.theme-btn.btn-light {
  color: var(--color-dark);
  background-color: var(--color-bg-lighter);
  border-color: var(--color-bg-lighter);
}

.btn.theme-btn.btn-warning {
  background-color: var(--color-warning);
  border-color: var(--color-warning);
}

.btn.theme-btn.btn-danger {
  background-color: var(--color-danger);
  border-color: var(--color-danger);
}

/* Button Size */
.btn.theme-btn.btn-sm {
  min-height: 40px;
  padding: 0.532rem 1.206rem;
}

/* Button Outline */
.btn.theme-btn.btn-outline-primary {
  color: var(--color-primary);
  border-color: var(--color-border);
}

.btn.theme-btn.btn-outline-secondary {
  color: var(--color-secondary);
  border-color: var(--color-secondary);
}

.btn.theme-btn.btn-outline-success {
  color: var(--color-success);
  border-color: var(--color-success);
}

.btn.theme-btn.btn-outline-info {
  color: var(--color-info);
  border-color: var(--color-info);
}

.btn.theme-btn.btn-outline-light {
  color: var(--color-dark);
  border-color: var(--color-border-light);
}

.btn.theme-btn.btn-outline-light .directorist-icon-mask:after {
  background-color: var(--color-dark);
}

.btn.theme-btn.btn-outline-warning {
  color: var(--color-warning);
  border-color: var(--color-warning);
}

.btn.theme-btn.btn-outline-danger {
  color: var(--color-danger);
  border-color: var(--color-danger);
}

/* Button Block */
.btn.theme-btn.btn-block {
  display: block;
  width: 100%;
}

.btn:focus {
  -webkit-box-shadow: 0 0;
          box-shadow: 0 0;
}

/*---------------------------------
#. Card
----------------------------------*/
/* Theme Card Style */
.card.theme-card {
  border-color: var(--color-border);
  -webkit-box-shadow: 0 0;
          box-shadow: 0 0;
  border-radius: 6px;
}

.card.theme-card .card-header.theme-card-header {
  border-radius: 6px 6px 0 0;
  padding: 16px 30px;
  border-color: var(--color-border);
  background-color: var(--color-white);
}

.card.theme-card .card-header.theme-card-header h1,
.card.theme-card .card-header.theme-card-header h2,
.card.theme-card .card-header.theme-card-header h3,
.card.theme-card .card-header.theme-card-header h4,
.card.theme-card .card-header.theme-card-header h5,
.card.theme-card .card-header.theme-card-header h6 {
  font-size: calc(1.0125rem + 0.15vw);
  font-weight: 600;
  line-height: 1.65;
  margin-bottom: 0;
  color: var(--color-dark);
}

@media (min-width: 1200px) {
  .card.theme-card .card-header.theme-card-header h1,
  .card.theme-card .card-header.theme-card-header h2,
  .card.theme-card .card-header.theme-card-header h3,
  .card.theme-card .card-header.theme-card-header h4,
  .card.theme-card .card-header.theme-card-header h5,
  .card.theme-card .card-header.theme-card-header h6 {
    font-size: 1.125rem;
  }
}

.card.theme-card .card-body.theme-card-body {
  padding: 25px;
}

/*---------------------------------------------
#. General
-----------------------------------------------*/
@media only screen and (max-width: 991px) {
  .display-1 {
    font-size: 36px;
  }
}

@media only screen and (max-width: 991px) {
  .display-1 {
    font-size: 30px;
  }
}

@media only screen and (max-width: 767px) {
  .display-1 {
    font-size: 26px;
  }
}

table {
  border: 1px solid var(--color-border-light);
}

table tr:last-child td {
  border-bottom: 0 none;
}

table tr:first-child th {
  border-top: 0 none;
}

table tr td,
table tr th {
  text-align: center;
  padding: 9px 12px;
  border-bottom: 1px solid var(--color-border-light);
}

table tr td:not(:last-child),
table tr th:not(:last-child) {
  border-right: 1px solid var(--color-border-light);
}

/* Mail Chimp Error Message */
.footer-top-area .mc4wp-alert {
  padding: 6px 12px;
  border-radius: 4px;
}

.footer-top-area .mc4wp-alert p {
  margin-bottom: 0;
}

.footer-top-area .mc4wp-alert.mc4wp-error {
  background-color: var(--color-danger-transparent);
}

.footer-top-area .mc4wp-alert.mc4wp-success {
  background-color: var(--color-success-transparent);
}

.single-post figure {
  max-width: 100%;
}

.directorist-single-listing-notice {
  margin-bottom: 0;
}

.directorist-single-listing-notice.directorist-alert.directorist-alert-info {
  color: var(--color-success);
  background: rgba(40, 168, 0, 0.2);
  border-radius: 6px;
  margin-bottom: 16px;
}

.directorist-single-listing-notice.directorist-alert.directorist-alert-info .directorist-alert__close {
  width: 30px;
  height: 30px;
  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;
}

.directorist-single-listing-notice.directorist-alert.directorist-alert-info .directorist-alert__close span {
  color: var(--color-danger);
  font-size: 28px;
}

/* Banner area */
.breadcrumb {
  position: relative;
  min-height: 205px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 0;
}

.breadcrumb:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: '';
  z-index: -1;
}

.banner-content {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 40px 0 50px 0;
}

@media only screen and (max-width: 575px) {
  .banner-content {
    padding: 30px 15px;
  }
}

.banner-content .directorist-search-contents {
  padding: 0;
}

.banner-content .directorist-search-contents .directorist-search-form-wrap .directorist-listing-type-selection {
  padding-top: 40px;
}

.banner-content h1 {
  margin-bottom: 0;
  font-weight: 700;
  color: var(--color-banner_title);
}

/* Gutenberg Support */
.wp-block-categories-dropdown,
.wp-block-archives-dropdown {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.widget .wp-block-group__inner-container {
  padding: 0;
}

.wp-block-group__inner-container {
  padding: 1.25em 2.375em;
}

.wp-block-latest-comments footer,
.has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-meta {
  background-color: transparent;
}

.post-details .post-content .wp-block-latest-comments li {
  list-style-type: none;
}

.post-details .post-content .wp-block-latest-comments li::before {
  content: none;
}

.wp-block-cover:not([class*=background-color]) .wp-block-cover__inner-container,
.wp-block-cover:not([class*=background-color]) .wp-block-cover-image-text,
.wp-block-cover:not([class*=background-color]) .wp-block-cover-text,
.wp-block-cover-image:not([class*=background-color]) .wp-block-cover__inner-container,
.wp-block-cover-image:not([class*=background-color]) .wp-block-cover-image-text,
.wp-block-cover-image:not([class*=background-color]) .wp-block-cover-text {
  color: var(--color-white);
}

/* Post Details */
.post-details blockquote:not(.has-vivid-cyan-blue-color).has-text-align-right {
  border-left: none;
  border-right: 0.25em solid var(--color-primary);
  padding-left: 0;
  padding-right: 1em;
}

/* BlockQuote Default Style */
.wp-block-quote.is-style-default {
  padding-left: 1em;
  border-left: 0.25em solid var(--color-primary);
}

/* Blockquote Large Style */
.wp-block-quote.is-style-large:not(.has-vivid-cyan-blue-color) {
  border-left: 0 none;
  padding: 0;
}

.wp-block-quote.is-style-large:not(.has-vivid-cyan-blue-color) p {
  font-size: 24px;
}

.wp-block-quote.is-style-large:not(.has-vivid-cyan-blue-color) cite {
  display: block;
}

.wp-block-quote.is-style-large cite {
  display: block;
}

.wp-block-quote.is-style-large p {
  font-size: 24px;
}

.post-details .wp-block-quote {
  border-left-color: var(--color-primary);
}

.post-details .wp-block-quote:not(.has-vivid-cyan-blue-color) {
  border-left-color: var(--color-primary);
}

/* Block Button Style */
.wp-block-button {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.wp-block-button.aligncenter {
  text-align: center;
}

.wp-block-button.alignleft {
  float: left;
  text-align: left;
  margin-right: 2em;
  /*!rtl:end:ignore*/
}

.wp-block-button.alignright {
  text-align: right;
  float: right;
  margin-left: 2em;
  /*!rtl:end:ignore*/
}

.wp-block-button {
  color: var(--color-white);
}

.wp-block-button.is-style-outline {
  border-color: var(--color-primary);
  color: var(--color-primary);
}

.wp-block-button__link {
  border-color: var(--color-primary);
  background-color: var(--color-primary);
}

/* Button Cover */
.wp-block-cover {
  margin-top: 1rem;
  margin-bottom: 1rem;
  line-height: 1;
}

.wp-block-cover.alignleft {
  float: left;
  margin-right: 2em;
}

/* Block Pullquote  */
.wp-block-pullquote {
  border-top: 4px solid var(--color-primary);
  border-bottom: 4px solid var(--color-primary);
}

.wp-block-pullquote blockquote {
  margin-bottom: 0;
}

.wp-block-pullquote.is-style-solid-color blockquote p {
  font-size: 1.25em;
}

.wp-block-pullquote.has-background blockquote:not(.has-vivid-cyan-blue-color) p {
  font-size: 20px;
  margin: 0;
}

.wp-block-pullquote.has-background blockquote p {
  font-size: 20px;
  margin: 0;
  color: var(--color-white);
}

.wp-block-pullquote.has-background blockquote cite {
  color: var(--color-white);
}

.wp-block-pullquote p {
  font-size: 1.25em;
}

.wp-block-pullquote.alignleft {
  float: left;
  margin-right: 15px;
}

.wp-block-pullquote.alignright {
  float: right;
  margin-left: 15px;
}

.wp-block-pullquote + p {
  min-height: 200px;
}

/* Wp Block Image  */
.post-details .wp-block-image figcaption {
  text-align: center;
}

.post-details .wp-block-image img {
  width: auto;
}

.wp-block-cover.alignleft {
  float: left;
  text-align: left;
  margin-right: 2rem;
}

.directorist-content-active:not(.theme-dir-all-listing) .directorist-content-active:not(.theme-dir-search-result) .type-page ul,
.directorist-content-active:not(.theme-dir-all-listing) .directorist-content-active:not(.theme-dir-search-result) .directorist-single-contents-area ul,
.directorist-content-active:not(.theme-dir-all-listing) .directorist-content-active:not(.theme-dir-search-result) .single-blog ul {
  padding-left: 15px;
}

.directorist-content-active:not(.theme-dir-all-listing) .directorist-content-active:not(.theme-dir-search-result) .type-page ul li,
.directorist-content-active:not(.theme-dir-all-listing) .directorist-content-active:not(.theme-dir-search-result) .directorist-single-contents-area ul li,
.directorist-content-active:not(.theme-dir-all-listing) .directorist-content-active:not(.theme-dir-search-result) .single-blog ul li {
  list-style: disc;
}

.directorist-content-active:not(.theme-dir-all-listing) .directorist-content-active:not(.theme-dir-search-result) .type-page ul ul li,
.directorist-content-active:not(.theme-dir-all-listing) .directorist-content-active:not(.theme-dir-search-result) .directorist-single-contents-area ul ul li,
.directorist-content-active:not(.theme-dir-all-listing) .directorist-content-active:not(.theme-dir-search-result) .single-blog ul ul li {
  list-style: circle;
}

/* Wp Block Table */
.wp-block-table figcaption {
  font-size: 13px;
  text-align: center;
}

/* Wp Block Latest Post List */
.wp-block-latest-posts__list a {
  color: var(--color-primary);
}

.wp-block-latest-posts__list a:hover {
  color: var(--color-primray);
}

/* Wp Block Gallery */
.directorist-content-active .wp-block-gallery {
  padding: 0;
}

.directorist-content-active .wp-block-gallery .blocks-gallery-grid {
  padding-left: 0;
}

.blocks-gallery-caption {
  text-align: center;
  margin: 15px 0 45px;
}

.wp-block-gallery.alignleft {
  float: left;
  margin-right: 2rem;
}

/* Wp Block Separator  */
.wp-block-separator:not(.is-style-wide):not(.is-style-dots) {
  max-width: 100px;
}

/* Wp Block Code */
.wp-block-code code {
  padding: 0.8em 1em;
  border: 1px solid #ddd;
  color: var(--color-primary);
}

ol, ul {
  padding-left: 1rem;
}

/* Wp Block Column */
.post-details .post-content .wp-block-column ol > li:before {
  color: inherit;
}

.post-details .post-content .wp-block-column .wp-block-quote {
  border-left-color: var(--color-primary);
}

.post-details .post-content ul ul,
.post-details .post-content ul ol,
.post-details .post-content ol ul,
.post-details .post-content ol ol {
  padding-left: 30px;
}

.post-details .post-content ol ol {
  padding-left: 15px;
}

/* Wp Block Embed */
.wp-block-embed figcaption {
  text-align: center;
}

/* Wp Block Comments */
.wp-block-latest-comments__comment-meta a:hover {
  color: var(--color-primary);
}

.post-details .wp-block-pullquote blockquote {
  border-left: 0 none;
}

.post-details .wp-block-pullquote blockquote:not(.has-vivid-cyan-blue-color) {
  border-left: 0 none;
}

/* wp-block-rss */
.wp-block-rss__item-title a:hover {
  color: var(--color-primary);
}

.gallery.gallery-size-thumbnail {
  margin: -10px;
}

.gallery .gallery-item {
  padding: 10px;
}

@media only screen and (max-width: 767px) {
  .gallery .gallery-item {
    padding: 15px 10px;
  }
}

.post-details img[width="150"] {
  width: 150px;
}

.post-details img[width="160"] {
  width: 160px;
}

.post-details img[width="300"] {
  width: 300px;
}

.alignleft,
.alignleft {
  float: left;
  margin-right: 20px;
}

.alignright {
  float: right;
  margin-left: 20px;
}

/* Breadcrumb Style */
.theme-banner-breadcrumb {
  position: relative;
  z-index: 2;
}

.theme-banner-breadcrumb:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: '';
  background-color: rgba(var(--color-dark-rgb), 0.6);
  z-index: -1;
}

.theme-banner-content.theme-breadcrumb-banner {
  padding: 142px 0 142px;
  text-align: center;
}

@media only screen and (max-width: 1399px) {
  .theme-banner-content.theme-breadcrumb-banner {
    padding: 104px 0 102px;
  }
}

@media only screen and (max-width: 767px) {
  .theme-banner-content.theme-breadcrumb-banner {
    padding: 84px 0 82px;
  }
}

.theme-banner-content.theme-breadcrumb-banner h1,
.theme-banner-content.theme-breadcrumb-banner h2,
.theme-banner-content.theme-breadcrumb-banner h3,
.theme-banner-content.theme-breadcrumb-banner h4,
.theme-banner-content.theme-breadcrumb-banner h5,
.theme-banner-content.theme-breadcrumb-banner h6 {
  font-size: calc(1.225rem + 2.7vw);
  font-weight: 600;
  color: var(--color-white);
  margin-bottom: 0;
}

@media (min-width: 1200px) {
  .theme-banner-content.theme-breadcrumb-banner h1,
  .theme-banner-content.theme-breadcrumb-banner h2,
  .theme-banner-content.theme-breadcrumb-banner h3,
  .theme-banner-content.theme-breadcrumb-banner h4,
  .theme-banner-content.theme-breadcrumb-banner h5,
  .theme-banner-content.theme-breadcrumb-banner h6 {
    font-size: 3.25rem;
  }
}

/*  Breadcrumb Trail  */
.main-breadcrumb {
  margin-top: 13px;
  color: var(--color-breadcrumb_separator);
}

.main-breadcrumb span {
  color: var(--color-breadcrumb-active);
}

.main-breadcrumb a {
  text-decoration: none;
}

.main-breadcrumb a span {
  color: var(--color-breadcrumb-link);
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.main-breadcrumb a span:hover {
  color: var(--color-breadcrumb-link-hover);
}

.main-breadcrumb ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.main-breadcrumb ul li {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 15px;
  line-height: 1;
}

.main-breadcrumb ul li > span {
  font-weight: 600;
}

.main-breadcrumb ul li:after {
  content: "\62";
  font-family: "theme-icons";
  padding: 0 10px;
  font-weight: 600;
  margin-top: 4px;
  color: var(--color-breadcrumb_separator);
  font-size: 0.75rem;
}

.main-breadcrumb ul li:last-of-type::after {
  display: none;
}

/*-------------------------------------
#. Header
---------------------------------------*/
.theme-header-menu-area {
  padding: 15px 0;
  min-height: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: var(--color-header-bg);
  border-bottom: none;
  -webkit-box-shadow: 0 5px 10px rgba(143, 142, 159, 0.1);
          box-shadow: 0 5px 10px rgba(143, 142, 159, 0.1);
}

@media only screen and (max-width: 991px) {
  .theme-header-menu-area {
    min-height: 70px;
  }
}

.theme-header-menu-full {
  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;
}

.theme-header-menu-full .theme-header-menu-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media only screen and (max-width: 991px) {
  .theme-header-menu-full .theme-header-menu-left {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}

.theme-header-menu-full .theme-header-menu-middle {
  min-width: 250px;
  margin-right: 15px;
}

@media only screen and (max-width: 1399px) {
  .theme-header-menu-full .theme-header-menu-middle {
    min-width: auto;
  }
}

@media only screen and (max-width: 991px) {
  .theme-header-menu-full .theme-header-menu-middle {
    margin-right: 10px;
  }
}

/* Sticky Header */
header.menu-area {
  z-index: 1030;
  -webkit-box-shadow: 0 3px 5px rgba(132, 142, 159, 0.05);
          box-shadow: 0 3px 5px rgba(132, 142, 159, 0.05);
}

header.menu-area.sticky-top {
  top: 0;
  z-index: 1031;
}

header.menu-area:not(.sticky-top) {
  position: relative;
}

.admin-bar header.sticky-top {
  top: 32px;
}

@media screen and (max-width: 782px) {
  .admin-bar header.sticky-top {
    top: 46px;
  }
}

@media screen and (max-width: 600px) {
  .admin-bar header.sticky-top {
    top: 0;
  }
}

/* One Listing Brand */
.theme-header-logo-inner {
  margin-right: 20px;
}

@media only screen and (max-width: 479px) {
  .theme-header-logo-inner {
    margin-right: 0;
  }
}

.theme-header-logo-inner .theme-header-logo-brand {
  padding: 0;
}

.theme-header-logo-inner .theme-header-logo-brand img {
  max-width: 130px;
}

@media only screen and (max-width: 575px) {
  .theme-header-logo-inner .theme-header-logo-brand img {
    max-width: 110px;
  }
}

/* One Listing Main Menu */
.theme-menu-container {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.theme-menu-container.theme-popup-open {
  display: none;
}

.theme-menu-container .mainmenu__menu {
  border: none;
  margin: 0;
  padding: 0;
  position: static;
}

.theme-menu-container .mainmenu__menu .navbar-collapse {
  padding: 0;
  float: left;
}

@media only screen and (max-width: 575px) {
  .theme-menu-container .mainmenu__menu .navbar-collapse {
    top: 69px;
  }
}

.theme-menu-container .mainmenu__menu .navbar-collapse.toggled {
  visibility: hidden;
  opacity: 0;
}

.theme-menu-container .mainmenu__menu .navbar-collapse.selected {
  visibility: hidden;
  opacity: 0;
}

.theme-menu-container .mainmenu__menu .navbar-nav > li {
  display: inline-block;
  padding: 0;
  margin-right: 26px;
}

.theme-menu-container .mainmenu__menu .navbar-nav > li > a {
  display: inline-block;
  padding: 30px 0;
  text-decoration: none;
  text-transform: capitalize;
  color: var(--color-menu);
  font-size: 0.9375rem;
  line-height: 1.33333;
  font-weight: 500;
}

.theme-menu-container .mainmenu__menu .navbar-nav > li > a:hover {
  color: var(--color-menu-hover);
}

.theme-menu-container .mainmenu__menu .navbar-nav > li.current_page_item > a {
  color: var(--color-menu-active);
}

.mainmenu__menu .navbar-nav {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.mainmenu__menu .navbar-nav > li {
  display: inline-block;
  padding: 0;
  margin-right: 30px;
  list-style: none;
  position: relative;
}

.mainmenu__menu .navbar-nav > li.menu-item-has-children > a {
  position: relative;
  padding-right: 15px;
}

.mainmenu__menu .navbar-nav > li.menu-item-has-children > a:hover::after {
  color: var(--color-menu-active);
}

.mainmenu__menu .navbar-nav > li.menu-item-has-children > a:after {
  content: "\45";
  font-family: "theme-icons";
  font-size: 11px;
  font-weight: 600;
  padding-left: 0;
  right: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media only screen and (max-width: 991px) {
  .mainmenu__menu .navbar-nav > li.menu-item-has-children > a:after {
    display: none;
  }
}

.mainmenu__menu .navbar-nav > li.menu-item-has-children.current_page_item > a:after {
  color: var(--color-menu-active);
}

.mainmenu__menu .navbar-nav > li.menu-item {
  position: relative;
}

.mainmenu__menu .navbar-nav > li.menu-item:hover .sub-menu {
  visibility: visible;
  opacity: 1;
}

.mainmenu__menu .navbar-nav > li.menu-item .sub-menu {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  padding: 10px;
  margin: 0;
  min-width: 230px;
  border-radius: 6px;
  visibility: hidden;
  opacity: 0;
  z-index: 22;
  border: 0 none;
  list-style: none;
  background-color: var(--color-white);
  -webkit-box-shadow: 0 5px 30px rgba(143, 142, 159, 0.2);
          box-shadow: 0 5px 30px rgba(143, 142, 159, 0.2);
}

.mainmenu__menu .navbar-nav > li.menu-item .sub-menu a {
  display: block;
  padding: 8.5px 16px;
  text-decoration: none;
  font-size: 0.875rem;
  line-height: normal;
  font-weight: 500;
  color: var(--color-menu);
}

.mainmenu__menu .navbar-nav > li.menu-item .sub-menu a:hover {
  color: var(--color-menu-hover);
}

@media only screen and (max-width: 991px) {
  .mainmenu__menu .navbar-nav > li.menu-item .sub-menu a {
    padding: 0.5rem 10px;
  }
}

.mainmenu__menu .navbar-nav > li.menu-item.menu-item:not(.multi-column-menu) .menu-item-has-children:not(.multi-column-menu) {
  position: relative;
}

.mainmenu__menu .navbar-nav > li.menu-item.menu-item:not(.multi-column-menu) .menu-item-has-children:not(.multi-column-menu) > a:after {
  right: 1rem;
}

.mainmenu__menu .navbar-nav > li.menu-item.menu-item:not(.multi-column-menu) .menu-item-has-children:not(.multi-column-menu) > ul {
  position: absolute;
  left: 100%;
  top: 0;
  width: 10.66667rem;
  visibility: hidden;
  opacity: 0;
  padding: 0.46667rem 0;
}

@media only screen and (max-width: 991px) {
  .mainmenu__menu .navbar-nav > li.menu-item.menu-item:not(.multi-column-menu) .menu-item-has-children:not(.multi-column-menu) > ul {
    position: static;
    top: 0;
    left: 0;
    visibility: visible;
    opacity: 1;
    padding: 0;
    width: auto;
  }
}

.mainmenu__menu .navbar-nav > li.menu-item.menu-item:not(.multi-column-menu) .menu-item-has-children:not(.multi-column-menu) > ul li a {
  display: block;
  background: none;
}

.mainmenu__menu .navbar-nav > li.menu-item.menu-item:not(.multi-column-menu) .menu-item-has-children:not(.multi-column-menu):hover > ul {
  visibility: visible;
  opacity: 1;
}

.mainmenu__menu .navbar-nav > li:not(.multi-column-menu) > .sub-menu {
  top: 60px;
}

@media only screen and (max-width: 1199px) {
  .mainmenu__menu .navbar-nav > li:not(.multi-column-menu) > .sub-menu {
    top: 56px;
  }
}

/* Main Navigation */
.theme-header-menu-area .theme-main-navigation-inner {
  position: relative;
}

.theme-header-menu-area .theme-main-navigation {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-right: 30px;
}

@media only screen and (max-width: 1199px) {
  .theme-header-menu-area .theme-main-navigation {
    margin-right: 15px;
  }
}

@media only screen and (max-width: 991px) {
  .theme-header-menu-area .theme-main-navigation {
    margin-right: 10px;
  }
}

.theme-header-menu-area .theme-main-navigation ul {
  padding: 0;
  margin: 0 -12.5px;
  -webkit-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
}

.theme-header-menu-area .theme-main-navigation ul li {
  display: inline-block;
  position: relative;
}

.theme-header-menu-area .theme-main-navigation ul li a {
  font-size: 14px;
  font-weight: 500;
  display: block;
  position: relative;
  text-decoration: none;
  line-height: 1.25;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  padding: 10px 8.5px 10px 12px;
  color: var(--color-menu);
  text-transform: capitalize;
}

.theme-header-menu-area .theme-main-navigation ul li a::before {
  position: absolute;
  left: 0;
  top: 50%;
  content: '';
  width: 100%;
  height: 42px;
}

@media only screen and (max-width: 575px) {
  .theme-header-menu-area .theme-main-navigation ul li a {
    font-size: 14px;
    padding: 12px 8px 12px 0;
  }
}

.theme-header-menu-area .theme-main-navigation ul.theme-main-menu > li.menu-item-has-children:hover:after {
  color: var(--color-primary);
}

.theme-header-menu-area .theme-main-navigation ul.theme-main-menu > li.menu-item-has-children > a {
  position: relative;
  margin-right: 15px;
}

.theme-header-menu-area .theme-main-navigation ul.theme-main-menu > li.menu-item-has-children > a:after {
  content: "\45";
  font-family: "theme-icons";
  font-size: 10px;
  font-weight: 600;
  position: absolute;
  right: -6px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  line-height: 1;
  color: var(--color-menu);
}

@media only screen and (max-width: 1399px) {
  .theme-header-menu-area .theme-main-navigation ul.theme-main-menu > li.menu-item-has-children > a:after {
    right: -8px;
  }
}

@media only screen and (max-width: 1399px) {
  .theme-header-menu-area .theme-main-navigation ul.theme-main-menu > li.menu-item-has-children > a {
    margin-right: 14px;
  }
}

.theme-header-menu-area .theme-main-navigation ul.theme-main-menu > li > a:hover {
  -webkit-animation: toBottomFromTop10 0.3s forwards;
          animation: toBottomFromTop10 0.3s forwards;
}

.theme-header-menu-area .theme-main-navigation ul.theme-main-menu > li:hover > a,
.theme-header-menu-area .theme-main-navigation ul.theme-main-menu > li.current-menu-item > a,
.theme-header-menu-area .theme-main-navigation ul.theme-main-menu > li .sub-menu .current-menu-item > a,
.theme-header-menu-area .theme-main-navigation ul.theme-main-menu > li.current-menu-ancestor > a,
.theme-header-menu-area .theme-main-navigation ul.theme-main-menu > li.current > a {
  color: var(--color-primary);
}

.theme-header-menu-area .theme-main-navigation ul.theme-main-menu > li:hover > a::after,
.theme-header-menu-area .theme-main-navigation ul.theme-main-menu > li.current-menu-item > a::after,
.theme-header-menu-area .theme-main-navigation ul.theme-main-menu > li .sub-menu .current-menu-item > a::after,
.theme-header-menu-area .theme-main-navigation ul.theme-main-menu > li.current-menu-ancestor > a::after,
.theme-header-menu-area .theme-main-navigation ul.theme-main-menu > li.current > a::after {
  color: var(--color-primary);
}

.theme-header-menu-area .theme-main-navigation ul.theme-main-menu > li.current-menu-item:after,
.theme-header-menu-area .theme-main-navigation ul.theme-main-menu > li.current:after {
  color: var(--color-primary);
}

/* Theme Menu Action Search */
.theme-menu-action-search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 46px;
  border-radius: 23px;
  width: 340px;
  min-width: 340px;
  border: 1px solid var(--color-border-light);
}

@media only screen and (max-width: 1399px) {
  .theme-menu-action-search {
    width: 200px;
    min-width: 200px;
  }
}

@media only screen and (max-width: 991px) {
  .theme-menu-action-search {
    width: auto;
    min-width: auto;
    -webkit-box-shadow: 0 0;
            box-shadow: 0 0;
    border: 0 none;
  }
}

.theme-menu-action-search.theme-popup-open {
  min-width: 250px;
}

@media only screen and (max-width: 1399px) {
  .theme-menu-action-search.theme-popup-open {
    width: 230px;
    min-width: 230px;
  }
}

@media only screen and (max-width: 991px) {
  .theme-menu-action-search.theme-popup-open {
    width: auto;
    min-width: auto;
  }
}

.theme-menu-action-search__trigger {
  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;
  width: 100%;
  height: 46px;
  padding: 0 7px 0 25px;
}

@media only screen and (max-width: 991px) {
  .theme-menu-action-search__trigger {
    padding: 0;
  }
}

.theme-menu-action-search__trigger .theme-menu-action-search__text {
  font-size: 14px;
  line-height: 2.2;
  font-weight: 500;
  color: var(--color-dark);
}

@media only screen and (max-width: 991px) {
  .theme-menu-action-search__trigger .theme-menu-action-search__text {
    display: none;
  }
}

.theme-menu-action-search__trigger .theme-menu-action-search__icon {
  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;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: var(--color-primary);
}

.theme-menu-action-search__trigger .theme-menu-action-search__icon i {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.theme-menu-action-search__trigger .theme-menu-action-search__icon i,
.theme-menu-action-search__trigger .theme-menu-action-search__icon span {
  color: var(--color-white);
}

/* Submenu */
.theme-header-menu-area .theme-main-navigation ul li:last-child ul li ul {
  left: auto;
  right: 100%;
}

.theme-header-menu-area .theme-main-navigation ul li ul {
  left: 30px;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: scaleY(0);
          transform: scaleY(0);
  position: absolute;
  top: 50px;
  background-color: var(--color-white);
  padding-top: 20px;
  padding-bottom: 20px;
  -webkit-transform-origin: 0 0 0;
          transform-origin: 0 0 0;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  z-index: 99998 !important;
  width: 230px;
  text-align: left;
  padding: 0 10px;
  -webkit-box-shadow: 0 5px 30px rgba(143, 142, 159, 0.2);
          box-shadow: 0 5px 30px rgba(143, 142, 159, 0.2);
  border-radius: 8px;
}

@media only screen and (max-width: 991px) {
  .theme-header-menu-area .theme-main-navigation ul li ul {
    width: 155px;
  }
}

@media only screen and (max-width: 767px) {
  .theme-header-menu-area .theme-main-navigation ul li ul {
    width: 130px;
  }
}

.theme-header-menu-area .theme-main-navigation ul li ul.sub-menu li.menu-item-has-children > a {
  position: relative;
}

.theme-header-menu-area .theme-main-navigation ul li ul.sub-menu li.menu-item-has-children > a:hover:after {
  color: var(--color-primary);
}

.theme-header-menu-area .theme-main-navigation ul li ul.sub-menu li.menu-item-has-children > a:after {
  color: var(--color-dark);
  content: "\62";
  font-family: "theme-icons";
  font-size: 12px;
  font-weight: 600;
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  line-height: 1.45;
}

@media only screen and (max-width: 991px) {
  .theme-header-menu-area .theme-main-navigation ul li ul.sub-menu li.menu-item-has-children > a:after {
    right: 2px;
  }
}

.theme-header-menu-area .theme-main-navigation ul li ul li {
  display: block;
}

.theme-header-menu-area .theme-main-navigation ul li ul li:hover:after {
  color: var(--color-primary);
}

.theme-header-menu-area .theme-main-navigation ul li ul li:hover > a {
  background-color: var(--color-white);
}

.theme-header-menu-area .theme-main-navigation ul li ul li:last-child {
  border-bottom: none;
}

.theme-header-menu-area .theme-main-navigation ul li ul li a {
  font-size: 14px;
  font-weight: 500;
  display: block;
  color: var(--color-submenu);
  border-radius: 4px;
  padding: 10px 16px;
}

.theme-header-menu-area .theme-main-navigation ul li ul li a:hover {
  color: var(--color-primary);
}

@media only screen and (max-width: 991px) {
  .theme-header-menu-area .theme-main-navigation ul li ul li a {
    padding: 0.25rem 1rem;
  }
}

.theme-header-menu-area .theme-main-navigation ul > li:hover > ul {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scaleY(1);
          transform: scaleY(1);
}

/* 3rd Level Menu */
.theme-header-menu-area .theme-main-navigation ul li ul li ul {
  left: 100%;
  top: 0;
  width: 200px;
}

@media only screen and (max-width: 991px) {
  .theme-header-menu-area .theme-main-navigation ul li ul li ul {
    width: 155px;
  }
}

@media only screen and (max-width: 767px) {
  .theme-header-menu-area .theme-main-navigation ul li ul li ul {
    width: 130px;
  }
}

.theme-header-menu-area .theme-main-navigation ul > li > ul > li:hover > ul {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scaleY(1);
          transform: scaleY(1);
}

/* Submenu */
.theme-header-menu-area .theme-main-navigation ul li:not(.multi-column-menu) ul ul ul ul li a:after {
  display: none;
}

.theme-header-menu-area .theme-main-navigation ul li:not(.multi-column-menu) ul ul ul ul ul {
  -webkit-transform: scaleY(1);
          transform: scaleY(1);
  opacity: 1;
  visibility: visible;
  position: relative;
  width: 100%;
  min-width: 180px;
  left: 0 !important;
  -webkit-box-shadow: none;
          box-shadow: none;
  background: inherit;
  margin: 0;
  top: 0;
  padding: 0;
}

.theme-responsive-menu-trigger .theme-header-menu-area .theme-main-navigation ul li:not(.multi-column-menu) ul ul ul ul li a:after {
  display: block;
}

.theme-main-navigation-inner .theme-mobile-menu-close {
  display: none;
  text-decoration: none;
}

.theme-responsive-menu-trigger .admin-bar .menu-main-menu-container {
  top: 32px;
}

.theme-responsive-menu-trigger .admin-bar .theme-main-navigation-inner {
  padding-top: 80px;
}

.theme-responsive-menu-trigger .admin-bar .theme-main-navigation-inner .theme-mobile-menu-close {
  top: 50px;
}

.theme-responsive-menu-trigger .theme-header-menu-area {
  padding: 15px 0;
}

@media only screen and (max-width: 991px) {
  .theme-responsive-menu-trigger .theme-header-menu-area {
    padding: 10px 0;
  }
}

.theme-responsive-menu-trigger .theme-header-menu-area .theme-main-navigation {
  text-align: left;
  position: relative;
}

.theme-responsive-menu-trigger .theme-header-menu-area .theme-main-navigation ul {
  margin: 0;
}

.theme-responsive-menu-trigger .theme-header-menu-area .theme-main-navigation ul li {
  display: block;
}

.theme-responsive-menu-trigger .theme-header-menu-area .theme-main-navigation ul li:first-child > a {
  padding-left: 20px;
}

.theme-responsive-menu-trigger .theme-header-menu-area .theme-main-navigation ul li.menu-item-has-children:after {
  display: none;
}

.theme-responsive-menu-trigger .theme-header-menu-area .theme-main-navigation ul li.menu-item-has-children > a {
  margin-right: 0;
}

.theme-responsive-menu-trigger .theme-header-menu-area .theme-main-navigation ul li.menu-item-has-children > a:after {
  content: "\45";
  font-family: "theme-icons";
  font-size: 10px;
  font-weight: 600;
  position: absolute;
  top: 54%;
  right: 15px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.theme-responsive-menu-trigger .theme-header-menu-area .theme-main-navigation ul li.menu-item-has-children.theme-submenu-open > a:after {
  content: "\44";
}

.theme-responsive-menu-trigger .theme-header-menu-area .theme-main-navigation ul li a {
  padding: 10px 20px;
}

.theme-responsive-menu-trigger .theme-header-menu-area .theme-main-navigation ul li ul {
  padding-left: 20px;
  width: 100%;
}

.theme-responsive-menu-trigger .theme-header-menu-area .theme-main-navigation ul li > ul {
  position: static;
  opacity: 1;
  visibility: visible;
  -webkit-box-shadow: 0 0;
          box-shadow: 0 0;
  -webkit-transform: none;
          transform: none;
  -webkit-transition: none;
  transition: none;
}

.theme-responsive-menu-trigger .theme-header-menu-area .theme-main-navigation .sub-menu {
  display: none;
}

.theme-responsive-menu-trigger .theme-main-navigation-inner {
  position: fixed;
  left: -280px;
  top: 0;
  width: 280px;
  height: 100vh;
  z-index: 998;
  padding-top: 60px;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  background-color: var(--color-white);
  -webkit-box-shadow: 0 5px 10px rgba(146, 153, 184, 0.1);
          box-shadow: 0 5px 10px rgba(146, 153, 184, 0.1);
  -webkit-transition: 0.25s;
  transition: 0.25s;
  overflow-y: auto;
}

.theme-responsive-menu-trigger .theme-main-navigation-inner.theme-offcanvas-active {
  -webkit-transform: translateX(0%);
          transform: translateX(0%);
  left: 0;
}

.theme-responsive-menu-trigger .theme-main-navigation-inner .theme-mobile-menu-close {
  position: absolute;
  right: 15px;
  top: 25px;
  width: 25px;
  height: 25px;
  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;
  border-radius: 3px;
  background-color: var(--color-danger);
  color: var(--color-white);
}

.theme-responsive-menu-trigger .theme-main-navigation-inner .theme-mobile-menu-close i {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.theme-responsive-menu-trigger .theme-main-navigation-inner .theme-mobile-menu-close i,
.theme-responsive-menu-trigger .theme-main-navigation-inner .theme-mobile-menu-close span {
  color: var(--color-white);
}

.theme-responsive-menu-trigger .theme-main-navigation .menu-main-menu-container ul li.multi-column-menu > ul.sub-menu {
  opacity: 1;
  visibility: visible;
  min-height: auto;
  -webkit-box-shadow: 0 0;
          box-shadow: 0 0;
  display: none;
  -webkit-transition: none;
  transition: none;
  -webkit-transform: none;
          transform: none;
  min-width: auto;
  max-width: 100%;
}

.theme-responsive-menu-trigger .theme-main-navigation .menu-main-menu-container ul li.multi-column-menu > ul.sub-menu > li {
  float: none;
}

.theme-responsive-menu-trigger .theme-main-navigation .menu-main-menu-container ul li.multi-column-menu > ul.sub-menu > li:not(:last-child) {
  margin-bottom: 12px;
}

.theme-responsive-menu-trigger .theme-main-navigation .menu-main-menu-container ul li.multi-column-menu > ul.sub-menu > li > a {
  padding: 0 .75rem;
}

.theme-responsive-menu-trigger .theme-main-navigation .menu-main-menu-container ul li.multi-column-menu > ul.sub-menu > li ul.sub-menu {
  display: block;
  padding: 0;
}

/* Theme Mobile Menu Overlay */
.theme-mobile-menu-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: transparent;
  z-index: -1;
}

.theme-mobile-menu-overlay.theme-mobile-menu-triggered {
  z-index: 1030;
}

/*  mobile menu trigger */
.theme-responsive-menu-trigger .theme-mobile-menu-trigger {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  width: 30px;
  height: 30px;
  border: 1px solid var(--color-border);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-radius: 5px;
  padding: 0 4px;
  cursor: pointer;
  margin-left: auto;
}

.theme-responsive-menu-trigger .theme-mobile-menu-trigger span {
  display: block;
  width: 16px;
  height: 2px;
  background-color: var(--color-primary);
}

.theme-responsive-menu-trigger .theme-mobile-menu-trigger span:not(:last-child) {
  margin-bottom: 4px;
}

.theme-menu-action-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.theme-menu-action-box ul {
  margin: 0;
}

.theme-menu-action-box .theme-btn.btn {
  min-height: 42px;
  white-space: nowrap;
}

.theme-menu-action-box__author {
  margin-right: 10px;
}

.theme-menu-action-box__add-listing {
  min-width: 118px;
}

@media only screen and (max-width: 767px) {
  .theme-menu-action-box__add-listing {
    min-width: auto;
  }
}

.theme-menu-action-box__add-listing .btn-add-listing i,
.theme-menu-action-box__add-listing .btn-add-listing svg,
.theme-menu-action-box__add-listing .btn-add-listing span.la,
.theme-menu-action-box__add-listing .btn-add-listing span.las,
.theme-menu-action-box__add-listing .btn-add-listing span.lab,
.theme-menu-action-box__add-listing .btn-add-listing span.lar,
.theme-menu-action-box__add-listing .btn-add-listing span.fa,
.theme-menu-action-box__add-listing .btn-add-listing span.fas,
.theme-menu-action-box__add-listing .btn-add-listing span.fab,
.theme-menu-action-box__add-listing .btn-add-listing span.far {
  margin-right: 4px;
}

.theme-menu-action-box__add-listing .btn-add-listing img,
.theme-menu-action-box__add-listing .btn-add-listing svg {
  width: 16px;
  color: var(--color-white);
  fill: var(--color-white);
}

@media only screen and (max-width: 767px) {
  .theme-menu-action-box__add-listing .btn-add-listing {
    display: none;
  }
}

.theme-menu-action-box__add-listing .btn-add-listing.btn-mobile {
  display: none;
}

@media only screen and (max-width: 767px) {
  .theme-menu-action-box__add-listing .btn-add-listing.btn-mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0 6px;
    min-height: 28px;
  }
}

.theme-menu-action-box__add-listing .btn-add-listing.btn-mobile .directorist-icon-mask:after {
  background-color: var(--color-white);
}

.theme-menu-action-box__add-listing .btn-add-listing.btn-mobile i,
.theme-menu-action-box__add-listing .btn-add-listing.btn-mobile span {
  margin-right: 0;
}

.theme-menu-action-box .theme-header-action__author--info {
  position: relative;
  cursor: pointer;
  padding: 5px 0;
}

.theme-menu-action-box .theme-header-action__author--info img {
  max-width: 40px;
  height: 40px;
  border-radius: 50%;
}

@media only screen and (max-width: 575px) {
  .theme-menu-action-box .theme-header-action__author--info img {
    max-width: 30px;
    height: 30px;
  }
}

.theme-menu-action-box .theme-header-action__author--info .theme-header-author-navigation {
  position: absolute;
  right: 0;
  top: 62px;
  min-width: 190px;
  border-radius: 5px;
  padding: 15px 0;
  opacity: 0;
  visibility: hidden;
  z-index: -1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-box-shadow: 0 5px 20px rgba(136, 140, 158, 0.2);
          box-shadow: 0 5px 20px rgba(136, 140, 158, 0.2);
  background-color: var(--color-white);
}

.theme-menu-action-box .theme-header-action__author--info .theme-header-author-navigation.theme-show {
  opacity: 1;
  visibility: visible;
  z-index: 1030;
}

.theme-menu-action-box .theme-header-action__author--info .theme-header-author-navigation ul {
  list-style: none;
  padding: 0;
}

.theme-menu-action-box .theme-header-action__author--info .theme-header-author-navigation ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  padding: 3px 20px;
  color: var(--color-submenu);
  white-space: nowrap;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.theme-menu-action-box .theme-header-action__author--info .theme-header-author-navigation ul li a .directorist_menuItem-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.theme-menu-action-box .theme-header-action__author--info .theme-header-author-navigation ul li a .directorist-icon-mask {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.theme-menu-action-box .theme-header-action__author--info .theme-header-author-navigation ul li a .directorist-icon-mask:after {
  width: 16px;
  height: 16px;
  background-color: var(--color-submenu);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.theme-menu-action-box .theme-header-action__author--info .theme-header-author-navigation ul li a:hover {
  color: var(--color-primary);
}

.theme-menu-action-box .theme-header-action__author--info .theme-header-author-navigation ul li a:hover .directorist-icon-mask:after {
  background-color: var(--color-primary);
}

.theme-menu-action-box .theme-header-action__author--info .theme-header-author-navigation ul li a .directorist_menuItem-icon {
  margin-right: 5px;
}

.theme-menu-action-box__login .theme-btn.btn.btn-sm {
  padding: 0.4rem 0.908rem;
}

@media only screen and (max-width: 991px) {
  .theme-menu-action-box__login .theme-btn.btn.btn-sm {
    width: 40px;
    height: 40px;
    font-size: 18px;
  }
}

@media only screen and (max-width: 767px) {
  .theme-menu-action-box__login .theme-btn.btn.btn-sm {
    width: 30px;
    min-height: 30px;
    height: 30px;
    font-size: 16px;
  }
}

.theme-menu-action-box__login .theme-btn.btn.btn-sm.btn-mobile {
  display: none;
  min-height: 28px;
  max-width: 28px;
  padding: 0 6px;
}

.theme-menu-action-box__login .theme-btn.btn.btn-sm.btn-mobile .directorist-icon-mask:after {
  background-color: var(--color-white);
}

@media only screen and (max-width: 991px) {
  .theme-menu-action-box__login .theme-btn.btn.btn-sm.btn-mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.theme-menu-action-box__login .theme-menu-action-box__login--modal .btn.theme-btn.btn-outline-light {
  border-color: var(--color-border-light);
  color: var(--color-dark);
  background-color: var(--color-white);
  white-space: nowrap;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.theme-menu-action-box__login .theme-menu-action-box__login--modal .btn.theme-btn.btn-outline-light .directorist-icon-mask::after {
  width: 14px;
  height: 14px;
}

.theme-menu-action-box__login .theme-menu-action-box__login--modal .btn.theme-btn.btn-outline-light span {
  margin-right: 6px;
}

.theme-menu-action-box__login .theme-menu-action-box__login--modal .btn.theme-btn.btn-outline-light .directorist-icon-mask:after {
  background-color: var(--color-dark);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.theme-menu-action-box__login .theme-menu-action-box__login--modal .btn.theme-btn.btn-outline-light:hover {
  border-color: var(--color-primary);
  color: var(--color-primary);
}

.theme-menu-action-box__login .theme-menu-action-box__login--modal .btn.theme-btn.btn-outline-light:hover .directorist-icon-mask:after {
  background-color: var(--color-primary);
}

.theme-shade {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
  background-color: rgba(0, 0, 0, 0.2);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 0;
  z-index: -1;
}

.theme-shade.theme-show {
  height: 100%;
  opacity: 1;
  visibility: visible;
  z-index: 1030;
}

.theme-shade.theme-white-shade {
  background-color: transparent;
}

/* Search popup */
.menu-area-scroll .theme-search-popup {
  top: 0;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

@media only screen and (max-width: 600px) {
  .sticky-top-enable .theme-search-popup {
    top: 117px;
  }
}

@media only screen and (max-width: 767px) {
  .sticky-top-enable .theme-search-popup {
    top: 70px;
  }
}

@media only screen and (max-width: 575px) {
  .sticky-top-enable .theme-search-popup {
    top: 70px;
  }
}

.sticky-top-enable.menu-area-scroll .theme-search-popup {
  top: 80px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

@media only screen and (max-width: 1199px) {
  .sticky-top-enable.menu-area-scroll .theme-search-popup {
    top: 80px;
  }
}

@media only screen and (max-width: 991px) {
  .sticky-top-enable.menu-area-scroll .theme-search-popup {
    top: 70px;
  }
}

@media only screen and (max-width: 600px) {
  .sticky-top-enable.menu-area-scroll .theme-search-popup {
    top: 70px;
  }
}

.admin-bar .theme-search-popup {
  top: 111px;
}

@media only screen and (max-width: 991px) {
  .admin-bar .theme-search-popup {
    top: 103px;
  }
}

@media only screen and (max-width: 767px) {
  .admin-bar .theme-search-popup {
    top: 117px;
  }
}

@media only screen and (max-width: 600px) {
  .admin-bar .theme-search-popup {
    top: 116px;
  }
}

.admin-bar.menu-area-scroll .theme-search-popup {
  top: 30px;
}

@media only screen and (max-width: 783px) {
  .admin-bar.menu-area-scroll .theme-search-popup {
    top: 40px;
  }
}

@media only screen and (max-width: 600px) {
  .admin-bar.menu-area-scroll .theme-search-popup {
    top: 0;
  }
}

.admin-bar.sticky-top-enable .theme-search-popup {
  top: 0;
}

.admin-bar.sticky-top-enable.menu-area-scroll .theme-search-popup {
  top: 0;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.directorist-search-form-action__modal__btn-search.directorist-modal-btn,
.directorist-all-listing-btn .directorist-modal-btn--basic.directorist-modal-btn {
  color: var(--color-dark);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.directorist-search-form-action__modal__btn-search.directorist-modal-btn .directorist-icon-mask:after,
.directorist-all-listing-btn .directorist-modal-btn--basic.directorist-modal-btn .directorist-icon-mask:after {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.directorist-search-form-action__modal__btn-search.directorist-modal-btn:hover,
.directorist-all-listing-btn .directorist-modal-btn--basic.directorist-modal-btn:hover {
  background-color: var(--color-primary);
  color: var(--color-white);
}

.directorist-search-form-action__modal__btn-search.directorist-modal-btn:hover .directorist-icon-mask:after,
.directorist-all-listing-btn .directorist-modal-btn--basic.directorist-modal-btn:hover .directorist-icon-mask:after {
  background-color: var(--color-white);
}

.directorist-search-form-action__modal .directorist-modal-btn--advanced,
.directorist-all-listing-btn__advanced .directorist-modal-btn--advanced {
  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;
  width: 46px;
  height: 46px;
  border-radius: 4px;
  background-color: var(--color-primary);
  color: var(--color-white);
}

.directorist-search-form-action__modal .directorist-modal-btn--advanced .directorist-icon-mask:after,
.directorist-all-listing-btn__advanced .directorist-modal-btn--advanced .directorist-icon-mask:after {
  background-color: var(--color-white);
}

.directorist-search-form-action__modal .directorist-modal-btn--advanced:hover,
.directorist-all-listing-btn__advanced .directorist-modal-btn--advanced:hover {
  opacity: 0.8;
}

.directorist-search-form-action__modal .directorist-search-form-action__modal__btn-search:hover .directorist-icon-mask:after {
  --directorist-color-primary: var(--color-white);
}

/* Search popup */
.dspb-search__popup:not(.responsive-true) {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transform: translate(0, -50%) scaleY(0);
          transform: translate(0, -50%) scaleY(0);
  opacity: 0;
  visibility: hidden;
  z-index: 9999;
  background-color: #fff;
}

.dspb-search__popup:not(.responsive-true).show {
  -webkit-transform: translate(0, 0) scaleY(1);
          transform: translate(0, 0) scaleY(1);
  opacity: 1;
  visibility: visible;
}

.dspb-search__form {
  max-height: 400px;
  overflow-y: auto;
  overflow-x: hidden;
  padding: 30px;
  margin-bottom: 30px;
  scrollbar-width: thin;
  scrollbar-color: var(--thumbBG) var(--scrollbarBG);
}

@media only screen and (max-width: 575px) {
  .dspb-search__form {
    padding: 30px 10px 5px 10px;
  }
}

.dspb-search__form::-webkit-scrollbar {
  width: 11px;
}

.dspb-search__form::-webkit-scrollbar-track {
  background: var(--scrollbarBG);
}

.dspb-search__form::-webkit-scrollbar-thumb {
  background-color: var(--thumbBG);
  border-radius: 6px;
  border: 3px solid var(--scrollbarBG);
}

.dspb-search__form-close {
  position: fixed;
  top: 35px;
  right: 50px;
  border: none;
  opacity: 1;
  cursor: pointer;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  z-index: 99999;
  line-height: 0.8;
  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;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.15);
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

.dspb-search__form-close .directorist-icon-mask:after {
  background-color: var(--color-dark);
}

@media only screen and (max-width: 767px) {
  .dspb-search__form-close {
    top: 50px;
    right: 15px;
  }
}

@media only screen and (max-width: 575px) {
  .dspb-search__form-close {
    display: none;
  }
}

.dspb-search__overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
  background-color: rgba(0, 0, 0, 0.2);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 0;
  z-index: -1;
}

.dspb-search__overlay.show {
  height: 100%;
  opacity: 1;
  visibility: visible;
  z-index: 1030;
  overflow-y: hidden;
}

.dspb-search-hidden {
  overflow: hidden;
}

.dspb-search .directorist-search-form-action__modal__btn-advanced {
  --color-white: var(--directorist-color-light);
}

.dspb-search .directorist-search-contents {
  padding: 65px 0 10px;
}

@media only screen and (max-width: 575px) {
  .dspb-search .directorist-search-contents {
    padding: 0;
  }
}

@media only screen and (min-width: 783.99px) {
  .admin-bar .dspb-search__popup {
    top: 32px;
  }
}

@media only screen and (max-width: 782.99px) {
  .admin-bar .dspb-search__popup {
    top: 46px;
  }
}

/* Mega Menu */
.theme-main-navigation .menu-main-menu-container ul li.multi-column-menu {
  position: static;
}

@media only screen and (max-width: 575px) {
  .theme-main-navigation .menu-main-menu-container ul li.multi-column-menu {
    position: relative;
  }
}

.theme-main-navigation .menu-main-menu-container ul li.multi-column-menu a {
  position: relative;
}

.theme-main-navigation .menu-main-menu-container ul li.multi-column-menu:hover > ul.sub-menu {
  visibility: visible;
  opacity: 1;
  top: 50px;
  left: 0;
}

.theme-main-navigation .menu-main-menu-container ul li.multi-column-menu > ul.sub-menu {
  background-color: var(--color-white);
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  top: 50px;
  left: 0;
  padding: 12px 3px;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  -webkit-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
          box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media only screen and (max-width: 575px) {
  .theme-main-navigation .menu-main-menu-container ul li.multi-column-menu > ul.sub-menu {
    padding: 5px 3px;
  }
}

.theme-main-navigation .menu-main-menu-container ul li.multi-column-menu > ul.sub-menu.limit {
  min-width: 610px;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  width: 100%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media only screen and (max-width: 991px) {
  .theme-main-navigation .menu-main-menu-container ul li.multi-column-menu > ul.sub-menu {
    margin: 0;
  }
}

@media only screen and (max-width: 767px) {
  .theme-main-navigation .menu-main-menu-container ul li.multi-column-menu > ul.sub-menu {
    min-width: auto;
  }
}

@media only screen and (max-width: 575px) {
  .theme-main-navigation .menu-main-menu-container ul li.multi-column-menu > ul.sub-menu {
    min-width: 150px;
  }
}

.theme-main-navigation .menu-main-menu-container ul li.multi-column-menu > ul.sub-menu > li {
  display: block;
  float: left;
  margin: 0 0;
  border: none;
  padding: 0;
  width: 200px;
}

.theme-main-navigation .menu-main-menu-container ul li.multi-column-menu > ul.sub-menu > li > a {
  border-radius: 0;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 400;
  border-bottom: 1px solid #e3e6ef;
}

.theme-main-navigation .menu-main-menu-container ul li.multi-column-menu > ul.sub-menu > li > a:hover {
  color: var(--color-menu-text-hover);
}

.theme-main-navigation .menu-main-menu-container ul li.multi-column-menu > ul.sub-menu > li:hover > a {
  background-color: inherit;
  color: #111;
}

.theme-main-navigation .menu-main-menu-container ul li.multi-column-menu > ul.sub-menu > li > ul {
  padding: 0;
}

.theme-main-navigation .menu-main-menu-container ul li.multi-column-menu > ul.sub-menu > li ul {
  -webkit-transform: scaleY(1);
          transform: scaleY(1);
  opacity: 1;
  visibility: visible;
  position: relative;
  width: 100%;
  min-width: 180px;
  left: 0 !important;
  -webkit-box-shadow: none;
          box-shadow: none;
  background: inherit;
  margin: 0;
  top: 0;
}

@media only screen and (max-width: 1199px) {
  .theme-main-navigation .menu-main-menu-container ul li.multi-column-menu > ul.sub-menu > li ul {
    min-width: 160px;
  }
}

@media only screen and (max-width: 575px) {
  .theme-main-navigation .menu-main-menu-container ul li.multi-column-menu > ul.sub-menu > li ul {
    min-width: auto;
  }
}

.theme-main-navigation .menu-main-menu-container ul li.multi-column-menu > ul.sub-menu > li ul li {
  padding: 0 10px;
  display: block;
}

.theme-main-navigation .menu-main-menu-container ul li.multi-column-menu > ul.sub-menu > li ul li > a {
  padding: 0.75rem .75rem;
}

.theme-main-navigation .menu-main-menu-container ul li.multi-column-menu > ul.sub-menu > li ul li > a:after {
  display: none;
}

@media only screen and (max-width: 575px) {
  .theme-main-navigation .menu-main-menu-container ul li.multi-column-menu > ul.sub-menu > li ul li > a {
    padding: 10px 12px;
  }
}

.theme-main-navigation .menu-main-menu-container ul li.multi-column-menu > ul.sub-menu li:after {
  content: "";
}

.theme-main-navigation .menu-main-menu-container ul li.multi-column-menu.hide-header > ul.sub-menu > li > a {
  display: none;
}

.theme-header-menu-area .theme-main-navigation ul li ul li a {
  padding-right: 20px;
}

.mainmenu__menu .navbar-nav > li.menu-item.multi-column-menu:last-child .sub-menu {
  left: 0;
}

.mainmenu__menu .multi-column-menu.hide-header > ul > li {
  border-top: none;
}

.mainmenu__menu .multi-column-menu.hide-header > ul > li > a {
  display: none;
}

.mainmenu__menu .multi-column-menu.hide-header > ul > li > ul {
  display: block !important;
}

@media only screen and (max-width: 575px) {
  .directorist-search-form__box {
    border: none;
  }
}

/*---------------------------------------------
#. Sidebar
-----------------------------------------------*/
.widget_nav_menu a {
  font-size: 14px;
  font-weight: 500;
}

.widget_meta li,
.widget_product_categories li,
.widget_layered_nav li,
.widget_categories li,
.widget_archive li {
  color: #a7a6a6;
  font-size: 15px;
  line-height: 1.5;
}

.widget_meta li:not(:last-child),
.widget_product_categories li:not(:last-child),
.widget_layered_nav li:not(:last-child),
.widget_categories li:not(:last-child),
.widget_archive li:not(:last-child) {
  margin-bottom: 6px;
}

.widget_meta li a,
.widget_product_categories li a,
.widget_layered_nav li a,
.widget_categories li a,
.widget_archive li a {
  color: #a7a6a6;
}

.widget_meta li a:hover,
.widget_product_categories li a:hover,
.widget_layered_nav li a:hover,
.widget_categories li a:hover,
.widget_archive li a:hover {
  color: var(--color-primary);
}

.widget_nav_menu ul {
  padding: 0;
}

.widget_nav_menu ul li ul {
  padding-left: 20px !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.widget_nav_menu ul li ul li ul {
  padding-left: 0 !important;
}

.widget_calendar .calendar_wrap {
  font-size: 13px;
  line-height: 1.3;
}

.collapse_title h6 {
  font-size: 16px;
  font-weight: 600;
  border-bottom: 1px solid var(--color-border);
  padding-bottom: 20px;
  margin-bottom: 25px;
}

/*-----------------------
#. Blog
-----------------------*/
.theme-blog-each {
  margin-bottom: 24px;
}

@media only screen and (max-width: 991px) {
  .theme-blog-each {
    margin-bottom: 20px;
  }
}

.theme-blog-grid-area .theme-pagination-area {
  margin-top: 13px;
}

@media only screen and (max-width: 991px) {
  .theme-blog-grid-area .theme-pagination-area {
    margin-top: 10px;
  }
}

@media only screen and (max-width: 767px) {
  .theme-blog-grid-area .theme-pagination-area {
    margin-top: 3px;
  }
}

/* Blog Each */
.theme-blog-each {
  -webkit-box-shadow: 0 3px 5px rgba(146, 153, 184, 0.05);
          box-shadow: 0 3px 5px rgba(146, 153, 184, 0.05);
  border: 1px solid var(--color-border-light);
  border-radius: 6px;
}

.theme-blog-each .theme-blog-card:hover .theme-blog-card__thumbnail img {
  -webkit-transform: scale(1.07);
          transform: scale(1.07);
}

.theme-blog-each .theme-blog-card__thumbnail {
  overflow: hidden;
  border-radius: 6px 6px 0 0;
}

.theme-blog-each .theme-blog-card__thumbnail img {
  width: 100%;
  max-height: 220px;
  min-height: 220px;
  -webkit-transform: scale(1.0001);
          transform: scale(1.0001);
  -webkit-transition: .3s;
  transition: .3s;
  border-radius: 6px 6px 0 0;
}

.theme-blog-each .theme-blog-card__details {
  padding: 20px 20px 22px;
  border-radius: 0 0 6px 6px;
  background-color: var(--color-white);
}

.theme-blog-each .theme-blog-card__content .theme-blog-card__title {
  font-size: calc(1.025rem + 0.3vw);
  line-height: 1.2;
  font-weight: 600;
  margin-bottom: 0;
}

@media (min-width: 1200px) {
  .theme-blog-each .theme-blog-card__content .theme-blog-card__title {
    font-size: 1.25rem;
  }
}

.theme-blog-each .theme-blog-card__content .theme-blog-card__title a {
  text-decoration: none;
  color: var(--color-dark);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.theme-blog-each .theme-blog-card__content .theme-blog-card__title a:hover {
  color: var(--color-primary);
}

.theme-blog-each .theme-blog-card__content .theme-blog-card__title.theme-related-post-title {
  font-size: 15px;
  font-weight: 700;
  margin-bottom: 2px;
}

.theme-blog-each .theme-blog-card__content + .theme-blog-card__meta {
  margin-top: 18px;
}

@media only screen and (max-width: 767px) {
  .theme-blog-each .theme-blog-card__content + .theme-blog-card__meta {
    margin-top: 7px;
  }
}

.theme-blog-each .theme-blog-card__content .theme-blog-card__summary p {
  font-size: 15px;
  line-height: 1.86667;
}

.theme-blog-each .theme-blog-card__meta-list {
  font-size: 15px;
}

.theme-blog-each .theme-blog-card__meta-list ul {
  margin-bottom: 0;
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.theme-blog-each .theme-blog-card__meta-list ul li {
  display: inline-block;
}

.theme-blog-each .theme-blog-card__meta-list ul li:not(:last-child) {
  margin-right: 6px;
}

.theme-blog-each .theme-blog-card__meta-list ul li span {
  font-size: 13px;
  color: var(--color-light-gray);
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

.theme-blog-each .theme-blog-card__meta-list ul li a {
  text-decoration: none;
  color: var(--color-light-gray);
}

.theme-blog-each .theme-blog-card__meta-list ul li a:hover span {
  color: var(--color-primary);
}

.theme-blog-each .theme-blog-card__meta-list ul li + li {
  position: relative;
  padding-left: 10px;
}

.theme-blog-each .theme-blog-card__meta-list ul li + li:after {
  position: absolute;
  width: 4px;
  height: 4px;
  background-color: #b7b7c5;
  border-radius: 50%;
  left: 0;
  top: 50%;
  content: "";
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.theme-blog-each .theme-blog-card__meta-list ul li.theme-blog-card_category-meta a {
  font-size: 13px;
  color: var(--color-info);
}

.theme-blog-each .theme-blog-card__meta-list.theme-related-post-meta {
  margin: 0;
}

.theme-blog-each .theme-blog-card__meta-list.theme-related-post-meta span {
  font-size: 14px;
}

.theme-blog-each .theme-blog-card__meta-list ul li .theme-blog-category-meta__popup {
  display: inline-block;
  position: relative;
  margin-left: 5px;
  cursor: pointer;
  color: var(--color-dark);
}

.theme-blog-each .theme-blog-card__meta-list ul li .theme-blog-category-meta__popup:hover .theme-blog-category-meta__popup__content {
  visibility: visible;
  opacity: 1;
  pointer-events: all;
}

.theme-blog-each .theme-blog-card__meta-list ul li .theme-blog-category-meta__popup .theme-blog-category-meta__popup {
  display: inline-block;
  position: relative;
  margin-left: 5px;
  cursor: pointer;
  color: var(--color-dark);
}

.theme-blog-each .theme-blog-card__meta-list ul li .theme-blog-category-meta__popup .theme-blog-category-meta__extran-count {
  color: var(--color-dark);
  font-size: 14px;
}

.theme-blog-each .theme-blog-card__meta-list ul li .theme-blog-category-meta__popup .theme-blog-category-meta__popup__content {
  display: block;
  position: absolute;
  width: 140px;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  bottom: 25px;
  left: -5px;
  -webkit-transition: .3s ease;
  transition: .3s ease;
  background: #fff;
  line-break: auto;
  word-break: break-word;
  padding: 7px 10px;
  border-radius: 3px;
  z-index: 2;
  -webkit-box-shadow: 0 3px 5px rgba(143, 142, 159, 0.2);
          box-shadow: 0 3px 5px rgba(143, 142, 159, 0.2);
  color: var(--color-gray);
}

@media only screen and (max-width: 575px) {
  .theme-blog-each .theme-blog-card__meta-list ul li .theme-blog-category-meta__popup .theme-blog-category-meta__popup__content {
    left: auto;
    right: 0;
  }
}

.theme-blog-each .theme-blog-card__meta-list ul li .theme-blog-category-meta__popup .theme-blog-category-meta__popup__content a {
  font-size: 14px;
  display: block;
  color: var(--color-body);
}

.theme-blog-each .theme-blog-card__meta-list ul li .theme-blog-category-meta__popup .theme-blog-category-meta__popup__content a:hover {
  color: var(--color-primary);
}

.theme-blog-each .theme-blog-card__meta-list ul li a {
  font-size: 13px;
}

/* Single Blog */
.theme-single-blog {
  padding: 100px 0 110px;
}

@media only screen and (max-width: 991px) {
  .theme-single-blog {
    padding: 60px 0 60px;
  }
}

@media only screen and (max-width: 767px) {
  .theme-single-blog {
    padding: 40px 0 40px;
  }
}

/* Single Blog Thumbnail */
.theme-post-thumbnail img {
  width: 100%;
  height: auto;
}

.theme-post-thumbnail + .theme-post-content .theme-post-header .theme-post-title {
  margin-top: 50px;
}

/* Single Blog Content Style */
.theme-post-single .theme-post-content .theme-post-title {
  font-size: calc(1.125rem + 1.5vw);
  font-weight: 600;
  margin: 0 0 27px;
  word-wrap: break-word;
  color: var(--color-dark);
}

@media (min-width: 1200px) {
  .theme-post-single .theme-post-content .theme-post-title {
    font-size: 2.25rem;
  }
}

.theme-post-single .theme-post-content p:not(:last-child) {
  margin-bottom: 20px;
}

.theme-post-single .theme-post-content h1,
.theme-post-single .theme-post-content h2,
.theme-post-single .theme-post-content h3,
.theme-post-single .theme-post-content h4,
.theme-post-single .theme-post-content h5,
.theme-post-single .theme-post-content h6 {
  margin-bottom: 18px;
}

.theme-post-single .theme-post-content .wp-block-image {
  margin: 36px 0 32px;
}

/* Single Blog Bockquote */
.theme-post-single .theme-post-body .wp-block-quote {
  max-width: 700px;
  padding: 15px 45px;
  margin: 25px 0 50px 20px;
  border-left: 2px solid var(--color-primary);
}

@media only screen and (max-width: 375px) {
  .theme-post-single .theme-post-body .wp-block-quote {
    padding: 15px 20px 15px 30px;
    margin: 20px 0 25px 15px;
  }
}

.theme-post-single .theme-post-body .wp-block-quote p {
  font-size: 18px;
  line-height: 1.63;
  color: var(--color-dark);
  position: relative;
  margin-bottom: 12px;
}

@media only screen and (max-width: 375px) {
  .theme-post-single .theme-post-body .wp-block-quote p {
    font-size: 16px;
  }
}

.theme-post-single .theme-post-body .wp-block-quote p:before {
  position: absolute;
  left: -30px;
  top: -10px;
  font-family: "theme-icons";
  font-size: 25px;
  font-weight: 600;
  content: "\4a";
  color: #aeb9cd;
}

@media only screen and (max-width: 375px) {
  .theme-post-single .theme-post-body .wp-block-quote p:before {
    left: -22px;
    top: -5px;
    font-size: 20px;
  }
}

.theme-post-single .theme-post-body .wp-block-quote p:after {
  margin-left: 4px;
  font-family: "theme-icons";
  font-size: 25px;
  font-weight: 600;
  content: "\49";
  color: #aeb9cd;
  position: relative;
  top: 3px;
}

@media only screen and (max-width: 375px) {
  .theme-post-single .theme-post-body .wp-block-quote p:after {
    font-size: 20px;
  }
}

.theme-post-single .theme-post-body .wp-block-quote cite {
  font-style: normal;
  position: relative;
  font-size: 18px;
  font-weight: 400;
  padding-left: 32px;
  color: #5c637e;
}

.theme-post-single .theme-post-body .wp-block-quote cite:before {
  position: absolute;
  left: 0;
  top: 10px;
  width: 20px;
  height: 2px;
  content: "";
  z-index: 22;
  background-color: var(--color-light);
}

.theme-post-single .theme-post-body .wp-block-quote cite strong {
  font-weight: 600;
  margin-right: 3px;
  color: var(--color-dark);
}

.theme-post-single .theme-post-body ul {
  padding-left: 15px;
  list-style-type: none;
}

.theme-post-single .theme-post-body ul li {
  font-size: 1rem;
  position: relative;
  padding-left: 20px;
}

.theme-post-single .theme-post-body ul li:before {
  position: absolute;
  left: 0;
  top: 15px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  content: "";
  background-color: var(--color-dark);
}

.theme-post-single .theme-post-body ul li strong {
  font-weight: 600;
  color: var(--color-dark);
}

.theme-post-single .theme-post-body ul li ol li {
  padding-left: 0;
}

.theme-post-single .theme-post-body ul li ol li:before {
  display: none;
}

.theme-post-single .theme-post-body ol {
  padding: 0 15px;
  margin-left: 10px;
}

.theme-post-single .theme-post-body ol li {
  font-size: 1rem;
}

.theme-post-single .theme-post-body ol li:not(:last-child) {
  margin-bottom: 18px;
}

.theme-post-single .theme-post-body ol li:marker {
  font-weight: 600;
  color: var(--color-dark);
}

/* Post Single Meta */
.theme-post-single .theme-post-content .theme-post-meta {
  margin: 10px 0 45px 0;
}

@media only screen and (max-width: 767px) {
  .theme-post-single .theme-post-content .theme-post-meta {
    margin: 10px 0 25px 0;
  }
}

.theme-post-single .theme-post-content .theme-post-meta ul {
  padding-left: 6px;
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.theme-post-single .theme-post-content .theme-post-meta ul li {
  display: inline-block;
  position: relative;
  margin-right: 6px;
  padding-left: 10px;
  color: var(--color-body);
}

@media only screen and (max-width: 575px) {
  .theme-post-single .theme-post-content .theme-post-meta ul li {
    width: 100%;
    padding: 0;
  }
}

.theme-post-single .theme-post-content .theme-post-meta ul li:first-child {
  padding-left: 0;
}

.theme-post-single .theme-post-content .theme-post-meta ul li:first-child:before {
  display: none;
}

@media only screen and (max-width: 575px) {
  .theme-post-single .theme-post-content .theme-post-meta ul li:first-child {
    margin: 0 0 10px;
  }
}

.theme-post-single .theme-post-content .theme-post-meta ul li:not(:first-child) {
  margin: 0;
}

.theme-post-single .theme-post-content .theme-post-meta ul li:before {
  position: absolute;
  left: 0;
  top: 15px;
  -webkit-transform: unset;
          transform: unset;
  content: "";
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: var(--color-light);
}

@media only screen and (max-width: 575px) {
  .theme-post-single .theme-post-content .theme-post-meta ul li:before {
    display: none;
  }
}

.theme-post-single .theme-post-content .theme-post-meta ul li a {
  text-decoration: none;
  color: var(--color-primary);
}

.theme-post-single .theme-post-content .theme-post-meta ul li a img {
  border-radius: 50%;
}

.theme-post-single .theme-post-content .theme-post-meta ul li a:hover {
  color: var(--color-dark);
}

.theme-post-single .theme-post-content .theme-post-meta ul li a,
.theme-post-single .theme-post-content .theme-post-meta ul li span {
  font-size: 14px;
}

.theme-post-single .theme-post-content .theme-post-meta ul li span {
  color: #8D91A2;
}

.theme-post-single .theme-post-content .theme-post-meta ul li span.theme-post__author-name {
  color: var(--color-dark);
  margin-left: 5px;
  font-weight: 500;
}

/*  Post Single */
.theme-post-single .theme-post-content .theme-post-title {
  font-size: calc(1.125rem + 1.5vw);
  font-weight: 600;
  margin: 32px 0 18px;
  word-wrap: break-word;
  color: var(--color-dark);
}

@media (min-width: 1200px) {
  .theme-post-single .theme-post-content .theme-post-title {
    font-size: 2.25rem;
  }
}

@media only screen and (max-width: 991px) {
  .theme-post-single .theme-post-content .theme-post-title {
    font-size: 32px;
  }
}

@media only screen and (max-width: 767px) {
  .theme-post-single .theme-post-content .theme-post-title {
    font-size: 30px;
  }
}

@media only screen and (max-width: 375px) {
  .theme-post-single .theme-post-content .theme-post-title {
    font-size: 28px;
  }
}

.theme-post-single .theme-post-content .theme-post-body h2 {
  font-size: 30px;
  font-weight: 600;
  margin-top: 45px;
}

@media only screen and (max-width: 767px) {
  .theme-post-single .theme-post-content .theme-post-body h2 {
    font-size: 24px;
  }
}

.theme-post-single .theme-post-content .theme-post-body h3 {
  font-size: 24px;
  font-weight: 600;
  margin-top: 55px;
}

@media only screen and (max-width: 767px) {
  .theme-post-single .theme-post-content .theme-post-body h3 {
    font-size: 22px;
  }
}

.theme-post-single .theme-post-content .theme-post-body h4 {
  font-size: 22px;
  font-weight: 600;
  margin-top: 40px;
}

@media only screen and (max-width: 767px) {
  .theme-post-single .theme-post-content .theme-post-body h4 {
    font-size: 20px;
  }
}

.theme-post-single .theme-post-content .theme-post-body h5 {
  font-size: 20px;
  font-weight: 600;
  margin-top: 55px;
}

@media only screen and (max-width: 767px) {
  .theme-post-single .theme-post-content .theme-post-body h5 {
    font-size: 18px;
  }
}

.theme-post-single .theme-post-content .theme-post-body h6 {
  font-size: 18px;
  font-weight: 600;
  margin-top: 55px;
}

@media only screen and (max-width: 767px) {
  .theme-post-single .theme-post-content .theme-post-body h6 {
    font-size: 16px;
  }
}

.theme-post-single .theme-post-content .theme-post-body p {
  font-size: 16px;
  line-height: 1.67;
}

@media only screen and (max-width: 767px) {
  .theme-post-single .theme-post-content .theme-post-body p {
    font-size: 15px;
  }
}

.theme-post-single .theme-post-content p:not(:last-child) {
  margin-bottom: 20px;
}

.theme-post-single .theme-post-content h1,
.theme-post-single .theme-post-content h2,
.theme-post-single .theme-post-content h3,
.theme-post-single .theme-post-content h4,
.theme-post-single .theme-post-content h5,
.theme-post-single .theme-post-content h6 {
  color: var(--color-dark);
  margin-bottom: 14px;
}

.theme-post-single .theme-post-content .wp-block-image {
  margin: 25px 0 0;
}

.theme-post-single .theme-post-content ul {
  padding-left: 0;
  list-style-type: none;
}

.theme-post-single .theme-post-content ul li {
  font-size: calc(1.0125rem + 0.15vw);
  position: relative;
  padding-left: 20px;
}

@media (min-width: 1200px) {
  .theme-post-single .theme-post-content ul li {
    font-size: 1.125rem;
  }
}

.theme-post-single .theme-post-content ul li:not(:last-child) {
  margin-bottom: 20px;
}

.theme-post-single .theme-post-content ul li:before {
  position: absolute;
  left: 0;
  top: 15px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  content: "";
  background-color: var(--color-dark);
}

.theme-post-single .theme-post-content ul li strong {
  font-weight: 600;
  color: var(--color-dark);
}

.theme-post-single .theme-post-content ul li ol li {
  padding-left: 0;
}

.theme-post-single .theme-post-content ul li ol li:before {
  display: none;
}

.theme-post-single .theme-post-content ol {
  padding: 0 15px;
}

.theme-post-single .theme-post-content ol li {
  font-size: calc(1.0125rem + 0.15vw);
}

@media (min-width: 1200px) {
  .theme-post-single .theme-post-content ol li {
    font-size: 1.125rem;
  }
}

.theme-post-single .theme-post-content ol li:not(:last-child) {
  margin-bottom: 18px;
}

.theme-post-single .theme-post-content ol li:marker {
  font-weight: 600;
  color: #1A1B29;
}

/*  Post Footer */
.theme-post-single .theme-post-bottom {
  margin-top: 50px;
}

.theme-post-single .theme-post-bottom .theme-post-tags {
  margin-bottom: 45px;
}

.theme-post-single .theme-post-bottom .theme-post-tags ul {
  list-style: none;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: -4px;
}

.theme-post-single .theme-post-bottom .theme-post-tags ul li {
  margin: 4px;
}

.theme-post-single .theme-post-bottom .theme-post-tags ul li a {
  font-size: 14px;
  border-radius: 5px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 34px;
  padding: 0 10px;
  text-decoration: none;
  line-height: normal;
  color: var(--color-body);
  background-color: var(--color-bg-light);
}

.theme-post-single .theme-post-bottom .theme-post-tags ul li a:hover {
  color: var(--color-white);
  background-color: var(--color-primary);
}

.theme-post-single .theme-post-bottom .theme-post-social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media only screen and (max-width: 767px) {
  .theme-post-single .theme-post-bottom .theme-post-social {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.theme-post-single .theme-post-bottom .theme-post-social__title {
  font-size: 15px;
  font-weight: 600;
  margin-right: 22px;
  min-width: 120px;
  color: var(--color-dark);
}

@media only screen and (max-width: 767px) {
  .theme-post-single .theme-post-bottom .theme-post-social__title {
    margin: 0 0 15px;
  }
}

.theme-post-single .theme-post-bottom .theme-post-social__list {
  margin: -5px -4px;
}

.theme-post-single .theme-post-bottom .theme-post-social__list li {
  display: inline-block;
  margin: 5px 4px;
}

.theme-post-single .theme-post-bottom .theme-post-social__list li a {
  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;
  font-size: 14px;
  min-height: 36px;
  padding: 0 15px;
  border-radius: 5px;
  text-decoration: none;
  color: var(--color-body);
  border: 1px solid var(--color-border-light);
  background-color: var(--color-white);
}

.theme-post-single .theme-post-bottom .theme-post-social__list li a span {
  line-height: 0.5;
}

.theme-post-single .theme-post-bottom .theme-post-social__list li a svg {
  width: 18px;
  height: 18px;
  margin-right: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.theme-post-single .theme-post-bottom .theme-post-social__list li a i,
.theme-post-single .theme-post-bottom .theme-post-social__list li a span.fa,
.theme-post-single .theme-post-bottom .theme-post-social__list li a span.fab,
.theme-post-single .theme-post-bottom .theme-post-social__list li a span.fas,
.theme-post-single .theme-post-bottom .theme-post-social__list li a span.la,
.theme-post-single .theme-post-bottom .theme-post-social__list li a span.lab,
.theme-post-single .theme-post-bottom .theme-post-social__list li a span.las {
  font-size: 15px;
  margin-right: 4px;
}

.theme-post-single .theme-post-bottom .theme-post-social__list li a.theme-post-social-facebook i,
.theme-post-single .theme-post-bottom .theme-post-social__list li a.theme-post-social-facebook span.fa,
.theme-post-single .theme-post-bottom .theme-post-social__list li a.theme-post-social-facebook span.fab,
.theme-post-single .theme-post-bottom .theme-post-social__list li a.theme-post-social-facebook span.fas,
.theme-post-single .theme-post-bottom .theme-post-social__list li a.theme-post-social-facebook span.la,
.theme-post-single .theme-post-bottom .theme-post-social__list li a.theme-post-social-facebook span.lab,
.theme-post-single .theme-post-bottom .theme-post-social__list li a.theme-post-social-facebook span.las {
  color: var(--color-facebook);
}

.theme-post-single .theme-post-bottom .theme-post-social__list li a.theme-post-social-facebook svg {
  fill: var(--color-facebook);
}

.theme-post-single .theme-post-bottom .theme-post-social__list li a.theme-post-social-twitter i,
.theme-post-single .theme-post-bottom .theme-post-social__list li a.theme-post-social-twitter span.fa,
.theme-post-single .theme-post-bottom .theme-post-social__list li a.theme-post-social-twitter span.fab,
.theme-post-single .theme-post-bottom .theme-post-social__list li a.theme-post-social-twitter span.fas,
.theme-post-single .theme-post-bottom .theme-post-social__list li a.theme-post-social-twitter span.la,
.theme-post-single .theme-post-bottom .theme-post-social__list li a.theme-post-social-twitter span.lab,
.theme-post-single .theme-post-bottom .theme-post-social__list li a.theme-post-social-twitter span.las {
  color: var(--color-twitter);
}

.theme-post-single .theme-post-bottom .theme-post-social__list li a.theme-post-social-twitter svg {
  fill: var(--color-twitter);
}

.theme-post-single .theme-post-bottom .theme-post-social__list li a.theme-post-social-linkedin i,
.theme-post-single .theme-post-bottom .theme-post-social__list li a.theme-post-social-linkedin span.fa,
.theme-post-single .theme-post-bottom .theme-post-social__list li a.theme-post-social-linkedin span.fab,
.theme-post-single .theme-post-bottom .theme-post-social__list li a.theme-post-social-linkedin span.fas,
.theme-post-single .theme-post-bottom .theme-post-social__list li a.theme-post-social-linkedin span.la,
.theme-post-single .theme-post-bottom .theme-post-social__list li a.theme-post-social-linkedin span.lab,
.theme-post-single .theme-post-bottom .theme-post-social__list li a.theme-post-social-linkedin span.las {
  color: var(--color-linkedin);
}

.theme-post-single .theme-post-bottom .theme-post-social__list li a.theme-post-social-linkedin svg {
  fill: var(--color-linkedin);
}

.theme-post-single .theme-post-bottom .theme-post-social__list li a.theme-post-social-pinterest i,
.theme-post-single .theme-post-bottom .theme-post-social__list li a.theme-post-social-pinterest span.fa,
.theme-post-single .theme-post-bottom .theme-post-social__list li a.theme-post-social-pinterest span.fab,
.theme-post-single .theme-post-bottom .theme-post-social__list li a.theme-post-social-pinterest span.fas,
.theme-post-single .theme-post-bottom .theme-post-social__list li a.theme-post-social-pinterest span.la,
.theme-post-single .theme-post-bottom .theme-post-social__list li a.theme-post-social-pinterest span.lab,
.theme-post-single .theme-post-bottom .theme-post-social__list li a.theme-post-social-pinterest span.las {
  color: var(--color-pinterest);
}

.theme-post-single .theme-post-bottom .theme-post-social__list li a.theme-post-social-pinterest svg {
  fill: var(--color-pinterest);
}

.theme-post-single .theme-post-bottom .theme-post-social__list li a.theme-post-social-tumblr i,
.theme-post-single .theme-post-bottom .theme-post-social__list li a.theme-post-social-tumblr span.fa,
.theme-post-single .theme-post-bottom .theme-post-social__list li a.theme-post-social-tumblr span.fab,
.theme-post-single .theme-post-bottom .theme-post-social__list li a.theme-post-social-tumblr span.fas,
.theme-post-single .theme-post-bottom .theme-post-social__list li a.theme-post-social-tumblr span.la,
.theme-post-single .theme-post-bottom .theme-post-social__list li a.theme-post-social-tumblr span.lab,
.theme-post-single .theme-post-bottom .theme-post-social__list li a.theme-post-social-tumblr span.las {
  color: var(--color-tumblr);
}

.theme-post-single .theme-post-bottom .theme-post-social__list li a.theme-post-social-tumblr svg {
  fill: var(--color-tumblr);
}

.theme-post-single .theme-post-bottom .theme-post-social__list li a.theme-post-social-reddit i,
.theme-post-single .theme-post-bottom .theme-post-social__list li a.theme-post-social-reddit span.fa,
.theme-post-single .theme-post-bottom .theme-post-social__list li a.theme-post-social-reddit span.fab,
.theme-post-single .theme-post-bottom .theme-post-social__list li a.theme-post-social-reddit span.fas,
.theme-post-single .theme-post-bottom .theme-post-social__list li a.theme-post-social-reddit span.la,
.theme-post-single .theme-post-bottom .theme-post-social__list li a.theme-post-social-reddit span.lab,
.theme-post-single .theme-post-bottom .theme-post-social__list li a.theme-post-social-reddit span.las {
  color: var(--color-reddit);
}

.theme-post-single .theme-post-bottom .theme-post-social__list li a.theme-post-social-reddit svg {
  fill: var(--color-reddit);
}

.theme-post-single .theme-post-bottom .theme-post-social__list li a.theme-post-social-vk i,
.theme-post-single .theme-post-bottom .theme-post-social__list li a.theme-post-social-vk span.fa,
.theme-post-single .theme-post-bottom .theme-post-social__list li a.theme-post-social-vk span.fab,
.theme-post-single .theme-post-bottom .theme-post-social__list li a.theme-post-social-vk span.fas,
.theme-post-single .theme-post-bottom .theme-post-social__list li a.theme-post-social-vk span.la,
.theme-post-single .theme-post-bottom .theme-post-social__list li a.theme-post-social-vk span.lab,
.theme-post-single .theme-post-bottom .theme-post-social__list li a.theme-post-social-vk span.las {
  color: var(--color-vk);
}

.theme-post-single .theme-post-bottom .theme-post-social__list li a.theme-post-social-vk svg {
  fill: var(--color-vk);
}

.theme-post-single .theme-post-bottom .theme-post-social__list li a.theme-post-social-copy i,
.theme-post-single .theme-post-bottom .theme-post-social__list li a.theme-post-social-copy span.fa,
.theme-post-single .theme-post-bottom .theme-post-social__list li a.theme-post-social-copy span.fab,
.theme-post-single .theme-post-bottom .theme-post-social__list li a.theme-post-social-copy span.fas,
.theme-post-single .theme-post-bottom .theme-post-social__list li a.theme-post-social-copy span.la,
.theme-post-single .theme-post-bottom .theme-post-social__list li a.theme-post-social-copy span.lab,
.theme-post-single .theme-post-bottom .theme-post-social__list li a.theme-post-social-copy span.las {
  color: var(--color-copy);
}

.theme-post-single .theme-post-bottom .theme-post-social__list li a.theme-post-social-copy svg {
  fill: var(--color-copy);
}

.theme-post-single .theme-post-bottom .theme-post-social__list li a:hover i,
.theme-post-single .theme-post-bottom .theme-post-social__list li a:hover span.fa,
.theme-post-single .theme-post-bottom .theme-post-social__list li a:hover span.fab,
.theme-post-single .theme-post-bottom .theme-post-social__list li a:hover span.fas,
.theme-post-single .theme-post-bottom .theme-post-social__list li a:hover span.la,
.theme-post-single .theme-post-bottom .theme-post-social__list li a:hover span.lab,
.theme-post-single .theme-post-bottom .theme-post-social__list li a:hover span.las {
  color: var(--color-white);
}

.theme-post-single .theme-post-bottom .theme-post-social__list li a:hover svg {
  fill: var(--color-white);
}

.theme-post-single .theme-post-bottom .theme-post-social__list li a:hover.theme-post-social-facebook {
  color: var(--color-white);
  background-color: var(--color-facebook);
  border: 1px solid var(--color-facebook);
}

.theme-post-single .theme-post-bottom .theme-post-social__list li a:hover.theme-post-social-twitter {
  color: var(--color-white);
  background-color: var(--color-twitter);
  border: 1px solid var(--color-twitter);
}

.theme-post-single .theme-post-bottom .theme-post-social__list li a:hover.theme-post-social-linkedin {
  color: var(--color-white);
  background-color: var(--color-linkedin);
  border: 1px solid var(--color-linkedin);
}

.theme-post-single .theme-post-bottom .theme-post-social__list li a:hover.theme-post-social-pinterest {
  color: var(--color-white);
  background-color: var(--color-pinterest);
  border: 1px solid var(--color-pinterest);
}

.theme-post-single .theme-post-bottom .theme-post-social__list li a:hover.theme-post-social-tumblr {
  color: var(--color-white);
  background-color: var(--color-tumblr);
  border: 1px solid var(--color-tumblr);
}

.theme-post-single .theme-post-bottom .theme-post-social__list li a:hover.theme-post-social-reddit {
  color: var(--color-white);
  background-color: var(--color-reddit);
  border: 1px solid var(--color-reddit);
}

.theme-post-single .theme-post-bottom .theme-post-social__list li a:hover.theme-post-social-vk {
  color: var(--color-white);
  background-color: var(--color-vk);
  border: 1px solid var(--color-vk);
}

.theme-post-single .theme-post-bottom .theme-post-social__list li a:hover.theme-post-social-copy {
  color: var(--color-white);
  background-color: var(--color-dark);
  border: 1px solid var(--color-dark);
}

.theme-post-single .theme-post-bottom .theme-post-social__list li a:hover.theme-post-social-copy i,
.theme-post-single .theme-post-bottom .theme-post-social__list li a:hover.theme-post-social-copy span.fa,
.theme-post-single .theme-post-bottom .theme-post-social__list li a:hover.theme-post-social-copy span.fab,
.theme-post-single .theme-post-bottom .theme-post-social__list li a:hover.theme-post-social-copy span.fas,
.theme-post-single .theme-post-bottom .theme-post-social__list li a:hover.theme-post-social-copy span.la,
.theme-post-single .theme-post-bottom .theme-post-social__list li a:hover.theme-post-social-copy span.lab,
.theme-post-single .theme-post-bottom .theme-post-social__list li a:hover.theme-post-social-copy span.las {
  color: var(--color-white);
}

.theme-post-single .theme-post-bottom .theme-post-social .post-social-title {
  font-size: 16px;
  margin-bottom: 0;
  font-weight: 600;
  color: var(--color-dark);
}

/* Author Block */
.theme-post-author {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 30px;
  -webkit-box-shadow: 0 15px 30px rgba(143, 142, 159, 0.1);
          box-shadow: 0 15px 30px rgba(143, 142, 159, 0.1);
  border-radius: 4px;
  border: 1px solid var(--color-border-lighter);
  margin-top: 50px;
}

@media only screen and (max-width: 767px) {
  .theme-post-author {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.theme-post-author__thumb {
  margin-right: 20px;
}

@media only screen and (max-width: 767px) {
  .theme-post-author__thumb {
    margin: 0 0 15px 0;
  }
}

.theme-post-author__thumb a img {
  min-width: 70px;
  height: 70px;
  max-width: 70px;
  border-radius: 50%;
}

.theme-post-author__name {
  font-weight: 600;
  margin-bottom: 15px;
  color: var(--color-dark);
}

.theme-post-author__name span {
  color: #1A1B29;
}

.theme-post-author__name a {
  text-decoration: none;
  color: var(--color-dark);
}

.theme-post-author__name a:hover {
  color: var(--color-primary);
}

.theme-post-author__bio {
  margin-bottom: 0;
}

.theme-post-author__social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 15px -5px -5px -5px;
}

.theme-post-author__social li {
  margin: 5px;
}

.theme-post-author__social li a {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  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;
  border: 1px solid var(--color-border);
  -webkit-transition: .3s;
  transition: .3s;
  color: var(--color-light-gray);
}

.theme-post-author__social li a:hover {
  background-color: var(--color-primary);
  border: 1px solid var(--color-primary);
}

.theme-post-author__social li a:hover i,
.theme-post-author__social li a:hover span.la,
.theme-post-author__social li a:hover span.las,
.theme-post-author__social li a:hover span.lab,
.theme-post-author__social li a:hover span.lar,
.theme-post-author__social li a:hover span.fa,
.theme-post-author__social li a:hover span.fab,
.theme-post-author__social li a:hover span.far,
.theme-post-author__social li a:hover span.fas {
  color: var(--color-white);
}

.theme-post-author__social li a i,
.theme-post-author__social li a span.la,
.theme-post-author__social li a span.las,
.theme-post-author__social li a span.lab,
.theme-post-author__social li a span.lar,
.theme-post-author__social li a span.fa,
.theme-post-author__social li a span.fab,
.theme-post-author__social li a span.far,
.theme-post-author__social li a span.fas {
  font-size: 18px;
}

/* Post Pagination */
.theme-post-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 1px solid var(--color-border-light);
  margin-top: 48px;
  padding-bottom: 40px;
}

@media only screen and (max-width: 767px) {
  .theme-post-pagination {
    padding-bottom: 30px;
  }
}

@media only screen and (max-width: 479px) {
  .theme-post-pagination {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.theme-post-pagination__each {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.theme-post-pagination__each .theme-post-pagination__label {
  margin-bottom: 6px;
  font-size: 14px;
}

.theme-post-pagination__each .theme-post-pagination__title {
  font-size: 16px;
  font-weight: 600;
  display: block;
  margin-bottom: 6px;
  text-decoration: none;
  word-break: break-all;
  color: var(--color-dark);
}

.theme-post-pagination__each .theme-post-pagination__title:hover {
  color: var(--color-primary);
}

.theme-post-pagination__each .theme-post-pagination__meta span,
.theme-post-pagination__each .theme-post-pagination__meta a {
  text-decoration: none;
  color: var(--color-body);
}

.theme-post-pagination__each .theme-post-pagination__meta .theme-post-pagination-cats a:hover {
  color: var(--color-primary);
}

.theme-post-pagination .theme-post-pagination__each.ol-post-pagination__prev {
  margin-right: 15px;
}

.theme-post-pagination .theme-post-pagination__each.ol-post-pagination__next {
  text-align: right;
}

.theme-post-pagination__next {
  text-align: right;
}

/* Related Post */
.theme-related-post-area {
  padding-bottom: 55px;
  padding-top: 60px;
  border-bottom: 1px solid var(--color-border-light);
}

@media only screen and (max-width: 767px) {
  .theme-related-post-area {
    padding-top: 50px;
  }
}

.theme-related-post-area .related-post-title h1,
.theme-related-post-area .related-post-title h2,
.theme-related-post-area .related-post-title h3,
.theme-related-post-area .related-post-title h4,
.theme-related-post-area .related-post-title h5,
.theme-related-post-area .related-post-title h6 {
  font-weight: 600;
  color: var(--color-dark);
  font-size: calc(1.0125rem + 0.15vw);
  margin-bottom: 20px;
}

@media (min-width: 1200px) {
  .theme-related-post-area .related-post-title h1,
  .theme-related-post-area .related-post-title h2,
  .theme-related-post-area .related-post-title h3,
  .theme-related-post-area .related-post-title h4,
  .theme-related-post-area .related-post-title h5,
  .theme-related-post-area .related-post-title h6 {
    font-size: 1.125rem;
  }
}

.theme-related-post-area .related-post-title.text-center {
  text-align: left !important;
}

.theme-related-post-area .theme-related-blog-each {
  max-width: 430px;
  margin: 0 auto;
}

@media only screen and (max-width: 767px) {
  .theme-related-post-area .theme-related-blog-each {
    margin: 0;
  }
}

.theme-related-post-area .theme-related-blog-each .theme-blog-card__thumbnail img {
  max-height: 220px;
  min-height: 220px;
}

.theme-related-post-area .theme-related-post-sep {
  display: inline-block;
  margin: 0 -1px 0 6px;
}

.theme-related-post-area .theme-related-post-cats a {
  color: var(--color-primary);
}

/*---------------------------------------------
#. Comments
-----------------------------------------------*/
.comments-area {
  margin-top: 55px;
  margin-bottom: 60px;
}

@media only screen and (max-width: 767px) {
  .comments-area {
    margin-top: 30px;
  }
}

.comments-area .comment-title {
  margin-bottom: 54px;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .comments-area .comment-title {
    margin-bottom: 30px;
  }
}

.comments-area .comment-title h3 {
  position: relative;
  margin-bottom: 0;
}

.comments-area .comment-lists > ul {
  list-style: none;
  padding: 30px;
  border: 1px solid #e1e4ec;
  border-radius: 4px;
}

@media only screen and (max-width: 767px) {
  .comments-area .comment-lists > ul {
    padding: 15px;
  }
}

.comments-area .comment-lists ul {
  list-style: none;
}

.comments-area .comment-lists ul li {
  padding: 15px 0;
}

.comments-area .comment-lists ul li:not(:first-child) {
  border-top: 1px solid #e1e4ec;
}

.comments-area .comment-lists ul li:first-child {
  padding-top: 0;
}

.comments-area .comment-lists ul li:last-child {
  padding-bottom: 0;
}

.comments-area .comment-lists ul .children {
  padding-left: 20px;
}

@media only screen and (max-width: 479px) {
  .comments-area .comment-lists ul .children {
    padding-left: 15px;
  }
}

.comments-area .comment-lists ul .children li {
  margin-top: 15px;
  padding-top: 15px;
}

.comments-area .comment-lists ul .children li:first-child {
  border-top: 1px solid #e1e4ec;
}

.comments-area .comment-lists ul .children li:last-child {
  padding-bottom: 0;
}

.comments-area .comment-lists ul .media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media only screen and (max-width: 575px) {
  .comments-area .comment-lists ul .media {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.comments-area .comment-lists ul .media .cmnt_avatar img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
}

@media only screen and (max-width: 767px) {
  .comments-area .comment-lists ul .media .cmnt_avatar img {
    width: 60px;
    height: 60px;
  }
}

.comments-area .comment-lists ul .media .media-body {
  margin-left: 1.5625rem;
  overflow: hidden;
  width: 100%;
}

@media only screen and (max-width: 767px) {
  .comments-area .comment-lists ul .media .media-body {
    margin-left: 1.25rem;
  }
}

@media only screen and (max-width: 575px) {
  .comments-area .comment-lists ul .media .media-body {
    width: 100%;
    margin: 15px 0 0 0;
  }
}

.comments-area .comment-lists ul .media .media-body .media_top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 0.75rem;
}

@media only screen and (max-width: 479px) {
  .comments-area .comment-lists ul .media .media-body .media_top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

.comments-area .comment-lists ul .media .media-body .media_top .heading_right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.comments-area .comment-lists ul .media .media-body .media_top .heading_right a.comment-edit-link {
  color: var(--color-dark);
  font-size: 14px;
}

.comments-area .comment-lists ul .media .media-body .media_top .heading_right a.comment-edit-link svg {
  width: 16px;
  height: 16px;
  margin-right: 3px;
  fill: var(--color-dark);
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.comments-area .comment-lists ul .media .media-body .media_top .heading_right a.comment-edit-link:hover {
  color: var(--color-primary);
}

.comments-area .comment-lists ul .media .media-body .media_top .heading_right a.comment-edit-link:hover svg {
  fill: var(--color-primary);
}

@media only screen and (max-width: 479px) {
  .comments-area .comment-lists ul .media .media-body .media_top .heading_right:first-child {
    margin-bottom: 10px;
  }
}

.comments-area .comment-lists ul .media .media-body .media_top .heading_right span {
  color: var(--color-light-gray);
}

.comments-area .comment-lists ul .media .media-body .media_top .media-heading {
  margin-bottom: 0.3125rem;
  margin-top: 0;
  color: var(--color-dark);
}

.comments-area .comment-lists ul .media .media-body .media_top .comment-reply-link {
  border: 1px solid var(--color-border-light);
  color: var(--color-gray);
  line-height: 2.125rem;
  border-radius: 1.5625rem;
  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;
  font-weight: 500;
  font-size: 0.8125rem;
  padding: 0 0.9375rem;
}

.comments-area .comment-lists ul .media .media-body .media_top .comment-reply-link svg {
  width: 14px;
  height: 14px;
  margin-right: 4px;
  fill: var(--color-gray);
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

@media only screen and (max-width: 767px) {
  .comments-area .comment-lists ul .media .media-body .media_top .comment-reply-link {
    line-height: 1.875rem;
    padding: 0 0.625rem;
  }
}

.comments-area .comment-lists ul .media .media-body .media_top .comment-reply-link:hover {
  color: var(--color-white);
  background-color: var(--color-primary);
  border-color: var(--color-primary);
}

.comments-area .comment-lists ul .media .media-body .media_top .comment-reply-link:hover svg {
  fill: var(--color-white);
}

.comments-area .comment-lists ul .media .media-body .comment-status-notice {
  color: var(--color-warning);
  margin-bottom: 10px;
  display: block;
}

.comments-area .comment-lists ul .media .media-body p {
  color: #565865;
}

.comments-area .comment-lists ul .media p {
  margin: 0;
}

.comment-form {
  padding: 2.8125rem 2.5rem;
}

.comment-form .comment-title h3 {
  color: var(--color-dark);
  margin-bottom: 0.625rem;
}

.comment-form form textarea {
  height: 7.8125rem;
}

.comment-form-comment textarea {
  min-height: 7rem;
  padding: 10px 15px;
  margin-bottom: 30px;
}

/* Wordpress Comments */
.comment-respond {
  border: 1px solid #f2f2f2;
  margin-top: 60px;
  padding: 40px 30px;
  background: var(--color-white);
  clear: both;
  border-radius: 6px;
}

@media only screen and (max-width: 767px) {
  .comment-respond {
    margin-bottom: 30px;
  }
}

@media only screen and (max-width: 375px) {
  .comment-respond {
    padding: 30px 20px;
  }
}

.comment-respond h3 {
  margin-bottom: 10px;
  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;
  color: var(--color-dark);
}

.comment-respond h3 a {
  font-size: 14px;
  font-weight: 500;
}

.comment-respond .comment-notes {
  margin-bottom: 40px;
}

.comment-respond form input.form-control {
  margin-bottom: 30px;
  height: 48px;
}

.comment-respond .form-submit {
  margin-bottom: 0;
}

.comment-respond .form-submit .btn:hover {
  background-color: rgba(var(--color-primary-rgb), 0.8);
  color: var(--color-white);
}

.comment-respond .logged-in-as a {
  color: var(--color-dark);
}

.comment-respond .logged-in-as a:hover {
  color: var(--color-primary);
}

.comment-edit-link {
  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;
  margin-right: 10px;
}

.comment-edit-link i,
.comment-edit-link span.la,
.comment-edit-link span.las,
.comment-edit-link span.lar,
.comment-edit-link span.lab,
.comment-edit-link span.fab,
.comment-edit-link span.far,
.comment-edit-link span.fas {
  margin-right: 5px;
}

.comment-edit-link svg {
  width: 22px;
  height: 22px;
}

/* Directorist Profile Top  */
.directorist-author-profile-content .theme-profile-area .directorist-card {
  border: 0 none;
  -webkit-box-shadow: 0 0;
          box-shadow: 0 0;
}

.directorist-author-profile-content .theme-profile-area .directorist-card .directorist-card__body {
  padding: 0 0 38px;
}

@media only screen and (max-width: 767px) {
  .directorist-author-profile-content .theme-profile-area .directorist-card .directorist-card__body {
    padding: 0 0 15px;
  }
}

.directorist-author-profile-content .theme-profile-area .directorist-card .directorist-card__body .directorist-author-avatar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.directorist-author-profile-content .theme-profile-area .directorist-author-profile-wrap .directorist-author-avatar img {
  max-width: 120px !important;
  height: auto;
  margin-right: 30px;
  border-radius: 3px;
}

@media only screen and (max-width: 767px) {
  .directorist-author-profile-content .theme-profile-area .directorist-author-profile-wrap .directorist-author-avatar img {
    margin-right: 0;
  }
}

@media only screen and (max-width: 767px) {
  .directorist-author-profile-content .theme-profile-area .directorist-author-profile-wrap .directorist-author-avatar {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

@media only screen and (max-width: 767px) {
  .directorist-author-profile-content .theme-profile-area .directorist-author-profile-wrap .directorist-author-avatar__info {
    margin-top: 20px;
  }
}

.directorist-author-profile-content .theme-profile-area .directorist-author-profile-wrap .directorist-author-avatar__info .directorist-author-name {
  font-size: calc(1.05rem + 0.6vw);
  font-weight: 600;
  margin-bottom: 4px;
  color: var(--color-dark);
}

@media (min-width: 1200px) {
  .directorist-author-profile-content .theme-profile-area .directorist-author-profile-wrap .directorist-author-avatar__info .directorist-author-name {
    font-size: 1.5rem;
  }
}

.directorist-author-profile-content .theme-profile-area .directorist-author-profile-wrap .directorist-author-avatar__info .directorist-joined-date {
  font-size: 14px;
  display: inline-block;
  margin-bottom: 3px;
  color: var(--color-gray);
}

.directorist-author-profile-content .theme-profile-area .directorist-author-profile-wrap .directorist-author-meta-list .directorist-info-meta + .directorist-info-meta:before {
  display: none;
}

.directorist-author-profile-content .theme-profile-area .directorist-author-meta-list {
  list-style: none;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0;
  margin: 0;
  gap: 10px;
}

.directorist-author-profile-content .theme-profile-area .directorist-author-meta-list li.directorist-author-meta-list__item {
  margin-left: 0;
}

.directorist-author-profile-content .theme-profile-area .directorist-author-meta-list li.directorist-author-meta-list__item ul {
  padding: 0;
}

.directorist-author-profile-content .theme-profile-area .directorist-author-meta-list li.directorist-auhtor-meta-review {
  margin-right: 30px;
}

.directorist-author-profile-content .theme-profile-area .directorist-author-meta-list li.directorist-auhtor-meta-review .directorist-listing-count {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 14px;
  font-weight: 400;
  color: var(--color-gray);
}

.directorist-author-profile-content .theme-profile-area .directorist-author-meta-list li.directorist-auhtor-meta-review .directorist-listing-count span {
  display: inline-block;
  margin-right: 4px;
  color: var(--color-dark);
  font-weight: 500;
}

.directorist-author-profile-content .theme-profile-area .directorist-author-meta-list li.directorist-auhtor-meta-review-count .directorist-review-count {
  font-size: 14px;
  font-weight: 400;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: var(--color-gray);
}

.directorist-author-profile-content .theme-profile-area .directorist-author-meta-list li.directorist-auhtor-meta-review-count .directorist-review-count span {
  display: inline-block;
  margin-right: 4px;
  font-weight: 500;
  color: var(--color-dark);
}

@media only screen and (max-width: 991px) {
  .directorist-author-profile-content .directorist-row.directorist-mb-40 {
    margin-bottom: 5px !important;
  }
}

.directorist-author-profile-content .directorist-author-profile-wrap.directorist-mb-40 {
  margin-bottom: 20px !important;
}

@media only screen and (max-width: 575px) {
  .directorist-author-profile-content .directorist-author-profile-wrap .directorist-card__body {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

@media only screen and (max-width: 375px) {
  .directorist-author-profile-content .directorist-author-profile-wrap .directorist-card__body {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

/* Directorist Author About */
.directorist-author-about.directorist-card {
  border: 0 none;
  -webkit-box-shadow: 0 0;
          box-shadow: 0 0;
}

@media only screen and (max-width: 991px) {
  .directorist-author-about.directorist-card {
    margin-bottom: 30px;
  }
}

.directorist-author-about.directorist-card .directorist-card__header {
  padding: 0;
  border-bottom: 0 none;
  margin-bottom: 25px;
}

.directorist-author-about.directorist-card .directorist-card__header .directorist-card__header__title {
  font-size: calc(1.0375rem + 0.45vw);
  font-weight: 600;
  color: var(--color-dark);
}

@media (min-width: 1200px) {
  .directorist-author-about.directorist-card .directorist-card__header .directorist-card__header__title {
    font-size: 1.375rem;
  }
}

.directorist-author-about.directorist-card .directorist-card__body {
  padding: 0;
}

.directorist-author-about.directorist-card .directorist-card__body .directorist-author-about__content p {
  font-size: 16px;
  line-height: 1.75;
}

/* Directorist Author Listing Type  */
.directorist-author-listing-type {
  margin: 65px 0 0px;
}

@media only screen and (max-width: 991px) {
  .directorist-author-listing-type {
    margin: 15px 0 0px;
  }
}

@media only screen and (max-width: 767px) {
  .directorist-author-listing-type {
    margin: 0px;
  }
}

.directorist-author-listing-type .directorist-container-fluid {
  padding: 0;
}

.directorist-author-listing-type .directorist-type-nav {
  margin-bottom: 35px;
}

@media only screen and (max-width: 767px) {
  .directorist-author-listing-type .directorist-type-nav {
    margin-bottom: 25px;
  }
}

.directorist-author-listing-type .directorist-type-nav__list {
  margin: 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.directorist-author-listing-type .directorist-type-nav__list li .directorist-type-nav__link {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: -1px;
  color: var(--color-dark);
}

.directorist-author-listing-type .directorist-type-nav__list li .directorist-type-nav__link .directorist-icon-mask:after {
  background-color: var(--color-dark);
  width: 14px;
  height: 14px;
}

.directorist-author-listing-type .directorist-type-nav__list li.current .directorist-type-nav__link {
  color: var(--color-primary);
  border-color: var(--color-primary) !important;
}

.directorist-author-listing-type .directorist-type-nav__list li.current .directorist-type-nav__link i,
.directorist-author-listing-type .directorist-type-nav__list li.current .directorist-type-nav__link span {
  margin-right: 5px;
}

.directorist-author-listing-type .directorist-type-nav__list li.current .directorist-type-nav__link .directorist-icon-mask:after {
  background-color: var(--color-primary);
}

/* Directorist Author Listing */
.directorist-author-listing-top {
  margin-bottom: 0;
  margin-top: 80px;
  margin: 80px 0 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: row !important;
          flex-direction: row !important;
  padding-bottom: 15px;
}

@media only screen and (max-width: 767px) {
  .directorist-author-listing-top {
    margin: 30px 0 20px;
  }
}

.directorist-author-listing-top .directorist-author-listing-top__title {
  font-size: calc(1.0375rem + 0.45vw);
  color: var(--color-dark);
  font-weight: 600;
  margin-bottom: 0;
}

@media (min-width: 1200px) {
  .directorist-author-listing-top .directorist-author-listing-top__title {
    font-size: 1.375rem;
  }
}

@media only screen and (max-width: 767px) {
  .directorist-author-listing-top .directorist-author-listing-top__title {
    margin-bottom: 15px;
  }
}

.directorist-author-listing-top .directorist-dropdown {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.directorist-author-listing-top .directorist-dropdown .directorist-dropdown__sortby {
  font-size: 13px;
  font-weight: 500;
  color: var(--color-light-gray);
  text-transform: capitalize;
}

.directorist-author-listing-top .directorist-author-listing-top__dropdown {
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.directorist-author-listing-top .directorist-author-listing-top__dropdown .directorist-dropdown__toggle {
  font-size: 13px;
  font-weight: 500;
  padding: 0 20px 0 8px;
  line-height: 1.2;
  color: var(--color-dark);
  border: none !important;
  text-transform: capitalize;
  top: 0;
}

.directorist-author-listing-top .directorist-author-listing-top__dropdown .directorist-dropdown__toggle:hover {
  color: var(--color-primary) !important;
}

.directorist-author-listing-top .directorist-author-listing-top__dropdown .directorist-dropdown__toggle.directorist-toggle-has-icon:after {
  opacity: 1;
  visibility: visible;
  font-size: 12px;
  top: 50%;
  right: 0;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0;
  padding: 0;
  width: 12px !important;
  position: absolute;
}

.directorist-author-listing-top .directorist-author-listing-top__dropdown .directorist-dropdown__links {
  max-height: 350px;
}

/* Directorist Author Contact Widget */
.directorist-author-contact.directorist-widget.directorist-card {
  border-radius: 6px;
  border: 1px solid var(--color-border);
}

.directorist-author-contact.directorist-widget.directorist-card .directorist-card__header {
  padding: 19px 25px;
  border-color: var(--color-border);
}

.directorist-author-contact.directorist-widget.directorist-card .directorist-card__header .directorist-card__header__title {
  font-size: 18px;
  font-weight: 600;
  color: var(--color-dark);
}

.directorist-author-contact.directorist-widget.directorist-card .directorist-card__body {
  padding: 22px 25px 30px;
}

.directorist-author-contact.directorist-widget.directorist-card .directorist-card__body .directorist-author-info-list .directorist-author-info-list__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.directorist-author-contact.directorist-widget.directorist-card .directorist-card__body .directorist-author-info-list .directorist-author-info-list__item i,
.directorist-author-contact.directorist-widget.directorist-card .directorist-card__body .directorist-author-info-list .directorist-author-info-list__item span.la,
.directorist-author-contact.directorist-widget.directorist-card .directorist-card__body .directorist-author-info-list .directorist-author-info-list__item span.las,
.directorist-author-contact.directorist-widget.directorist-card .directorist-card__body .directorist-author-info-list .directorist-author-info-list__item span.lab,
.directorist-author-contact.directorist-widget.directorist-card .directorist-card__body .directorist-author-info-list .directorist-author-info-list__item span.lar,
.directorist-author-contact.directorist-widget.directorist-card .directorist-card__body .directorist-author-info-list .directorist-author-info-list__item span.fa,
.directorist-author-contact.directorist-widget.directorist-card .directorist-card__body .directorist-author-info-list .directorist-author-info-list__item span.fas,
.directorist-author-contact.directorist-widget.directorist-card .directorist-card__body .directorist-author-info-list .directorist-author-info-list__item span.fab {
  font-size: 18px;
  margin: 0;
  color: var(--color-light-gray);
}

.directorist-author-contact.directorist-widget.directorist-card .directorist-card__body .directorist-author-info-list .directorist-author-info-list__item .directorist-info {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.45;
  color: var(--color-body);
}

.directorist-author-contact.directorist-widget.directorist-card .directorist-card__body .directorist-author-info-list .directorist-author-info-list__item .directorist-info a {
  color: var(--color-body);
}

.directorist-author-contact.directorist-widget.directorist-card .directorist-card__body .directorist-author-info-list .directorist-author-info-list__item .directorist-info a:hover {
  color: var(--color-primary);
}

.directorist-author-contact.directorist-widget.directorist-card .directorist-card__body .directorist-author-social {
  margin: -3px;
  margin-top: 20px;
}

.directorist-author-contact.directorist-widget.directorist-card .directorist-card__body .directorist-author-social .directorist-author-social-item {
  margin: 3px;
}

.directorist-author-contact.directorist-widget.directorist-card .directorist-card__body .directorist-author-social .directorist-author-social-item a {
  font-size: 16px;
  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;
  width: 38px;
  height: 38px;
  border-radius: 6px;
  text-decoration: none;
  margin: 0;
}

.directorist-author-contact.directorist-widget.directorist-card .directorist-card__body .directorist-author-social .directorist-author-social-item a .directorist-icon-mask:after {
  width: 16px;
  height: 16px;
}

.directorist-author-contact.directorist-widget.directorist-card .directorist-card__body .directorist-author-social .directorist-author-social-item a.directorist-author-social-link-facebook {
  color: var(--color-facebook);
  background-color: rgba(59, 89, 152, 0.15) !important;
}

.directorist-author-contact.directorist-widget.directorist-card .directorist-card__body .directorist-author-social .directorist-author-social-item a.directorist-author-social-link-facebook .directorist-icon-mask:after {
  background-color: var(--color-facebook);
}

.directorist-author-contact.directorist-widget.directorist-card .directorist-card__body .directorist-author-social .directorist-author-social-item a.directorist-author-social-link-facebook:hover {
  background-color: var(--color-facebook) !important;
}

.directorist-author-contact.directorist-widget.directorist-card .directorist-card__body .directorist-author-social .directorist-author-social-item a.directorist-author-social-link-facebook:hover i,
.directorist-author-contact.directorist-widget.directorist-card .directorist-card__body .directorist-author-social .directorist-author-social-item a.directorist-author-social-link-facebook:hover span {
  color: var(--color-white);
}

.directorist-author-contact.directorist-widget.directorist-card .directorist-card__body .directorist-author-social .directorist-author-social-item a.directorist-author-social-link-facebook:hover .directorist-icon-mask:after {
  background-color: var(--color-white);
}

.directorist-author-contact.directorist-widget.directorist-card .directorist-card__body .directorist-author-social .directorist-author-social-item a.directorist-author-social-link-twitter {
  color: var(--color-twitter);
  background-color: rgba(29, 161, 242, 0.15) !important;
}

.directorist-author-contact.directorist-widget.directorist-card .directorist-card__body .directorist-author-social .directorist-author-social-item a.directorist-author-social-link-twitter .directorist-icon-mask:after {
  background-color: var(--color-twitter);
}

.directorist-author-contact.directorist-widget.directorist-card .directorist-card__body .directorist-author-social .directorist-author-social-item a.directorist-author-social-link-twitter:hover {
  background-color: var(--color-twitter) !important;
}

.directorist-author-contact.directorist-widget.directorist-card .directorist-card__body .directorist-author-social .directorist-author-social-item a.directorist-author-social-link-twitter:hover i,
.directorist-author-contact.directorist-widget.directorist-card .directorist-card__body .directorist-author-social .directorist-author-social-item a.directorist-author-social-link-twitter:hover span {
  color: var(--color-white);
}

.directorist-author-contact.directorist-widget.directorist-card .directorist-card__body .directorist-author-social .directorist-author-social-item a.directorist-author-social-link-twitter:hover .directorist-icon-mask:after {
  background-color: var(--color-white);
}

.directorist-author-contact.directorist-widget.directorist-card .directorist-card__body .directorist-author-social .directorist-author-social-item a.directorist-author-social-link-linkedin {
  color: var(--color-linkedin);
  background-color: rgba(0, 119, 181, 0.15) !important;
}

.directorist-author-contact.directorist-widget.directorist-card .directorist-card__body .directorist-author-social .directorist-author-social-item a.directorist-author-social-link-linkedin .directorist-icon-mask:after {
  background-color: var(--color-linkedin);
}

.directorist-author-contact.directorist-widget.directorist-card .directorist-card__body .directorist-author-social .directorist-author-social-item a.directorist-author-social-link-linkedin:hover {
  background-color: var(--color-linkedin) !important;
}

.directorist-author-contact.directorist-widget.directorist-card .directorist-card__body .directorist-author-social .directorist-author-social-item a.directorist-author-social-link-linkedin:hover i,
.directorist-author-contact.directorist-widget.directorist-card .directorist-card__body .directorist-author-social .directorist-author-social-item a.directorist-author-social-link-linkedin:hover span {
  color: var(--color-white);
}

.directorist-author-contact.directorist-widget.directorist-card .directorist-card__body .directorist-author-social .directorist-author-social-item a.directorist-author-social-link-linkedin:hover .directorist-icon-mask:after {
  background-color: var(--color-white);
}

.directorist-author-contact.directorist-widget.directorist-card .directorist-card__body .directorist-author-social .directorist-author-social-item a.directorist-author-social-link-pinterest {
  color: var(--color-pinterest);
  background-color: rgba(183, 8, 27, 0.15) !important;
}

.directorist-author-contact.directorist-widget.directorist-card .directorist-card__body .directorist-author-social .directorist-author-social-item a.directorist-author-social-link-pinterest:hover {
  background-color: var(--color-pinterest) !important;
}

.directorist-author-contact.directorist-widget.directorist-card .directorist-card__body .directorist-author-social .directorist-author-social-item a.directorist-author-social-link-pinterest:hover i,
.directorist-author-contact.directorist-widget.directorist-card .directorist-card__body .directorist-author-social .directorist-author-social-item a.directorist-author-social-link-pinterest:hover span.la,
.directorist-author-contact.directorist-widget.directorist-card .directorist-card__body .directorist-author-social .directorist-author-social-item a.directorist-author-social-link-pinterest:hover span.lab,
.directorist-author-contact.directorist-widget.directorist-card .directorist-card__body .directorist-author-social .directorist-author-social-item a.directorist-author-social-link-pinterest:hover span.lar,
.directorist-author-contact.directorist-widget.directorist-card .directorist-card__body .directorist-author-social .directorist-author-social-item a.directorist-author-social-link-pinterest:hover span.las,
.directorist-author-contact.directorist-widget.directorist-card .directorist-card__body .directorist-author-social .directorist-author-social-item a.directorist-author-social-link-pinterest:hover span.fab,
.directorist-author-contact.directorist-widget.directorist-card .directorist-card__body .directorist-author-social .directorist-author-social-item a.directorist-author-social-link-pinterest:hover span.fas,
.directorist-author-contact.directorist-widget.directorist-card .directorist-card__body .directorist-author-social .directorist-author-social-item a.directorist-author-social-link-pinterest:hover span.far {
  color: var(--color-white);
}

.directorist-author-contact.directorist-widget.directorist-card .directorist-card__body .directorist-author-social .directorist-author-social-item a.directorist-author-social-link-instagram {
  color: var(--color-instagram);
  background-color: rgba(38, 38, 38, 0.15) !important;
}

.directorist-author-contact.directorist-widget.directorist-card .directorist-card__body .directorist-author-social .directorist-author-social-item a.directorist-author-social-link-instagram:hover {
  background-color: var(--color-instagram) !important;
}

.directorist-author-contact.directorist-widget.directorist-card .directorist-card__body .directorist-author-social .directorist-author-social-item a.directorist-author-social-link-instagram:hover i,
.directorist-author-contact.directorist-widget.directorist-card .directorist-card__body .directorist-author-social .directorist-author-social-item a.directorist-author-social-link-instagram:hover span.la,
.directorist-author-contact.directorist-widget.directorist-card .directorist-card__body .directorist-author-social .directorist-author-social-item a.directorist-author-social-link-instagram:hover span.lab,
.directorist-author-contact.directorist-widget.directorist-card .directorist-card__body .directorist-author-social .directorist-author-social-item a.directorist-author-social-link-instagram:hover span.lar,
.directorist-author-contact.directorist-widget.directorist-card .directorist-card__body .directorist-author-social .directorist-author-social-item a.directorist-author-social-link-instagram:hover span.las,
.directorist-author-contact.directorist-widget.directorist-card .directorist-card__body .directorist-author-social .directorist-author-social-item a.directorist-author-social-link-instagram:hover span.fab,
.directorist-author-contact.directorist-widget.directorist-card .directorist-card__body .directorist-author-social .directorist-author-social-item a.directorist-author-social-link-instagram:hover span.fas,
.directorist-author-contact.directorist-widget.directorist-card .directorist-card__body .directorist-author-social .directorist-author-social-item a.directorist-author-social-link-instagram:hover span.far {
  color: var(--color-white);
}

.directorist-author-contact.directorist-widget.directorist-card .directorist-card__body .directorist-author-social .directorist-author-social-item a.directorist-author-social-link-github {
  color: var(--color-github);
  background-color: rgba(15, 14, 15, 0.15) !important;
}

.directorist-author-contact.directorist-widget.directorist-card .directorist-card__body .directorist-author-social .directorist-author-social-item a.directorist-author-social-link-github:hover {
  background-color: var(--color-github) !important;
}

.directorist-author-contact.directorist-widget.directorist-card .directorist-card__body .directorist-author-social .directorist-author-social-item a.directorist-author-social-link-github:hover i,
.directorist-author-contact.directorist-widget.directorist-card .directorist-card__body .directorist-author-social .directorist-author-social-item a.directorist-author-social-link-github:hover span.la,
.directorist-author-contact.directorist-widget.directorist-card .directorist-card__body .directorist-author-social .directorist-author-social-item a.directorist-author-social-link-github:hover span.lab,
.directorist-author-contact.directorist-widget.directorist-card .directorist-card__body .directorist-author-social .directorist-author-social-item a.directorist-author-social-link-github:hover span.lar,
.directorist-author-contact.directorist-widget.directorist-card .directorist-card__body .directorist-author-social .directorist-author-social-item a.directorist-author-social-link-github:hover span.las,
.directorist-author-contact.directorist-widget.directorist-card .directorist-card__body .directorist-author-social .directorist-author-social-item a.directorist-author-social-link-github:hover span.fab,
.directorist-author-contact.directorist-widget.directorist-card .directorist-card__body .directorist-author-social .directorist-author-social-item a.directorist-author-social-link-github:hover span.fas,
.directorist-author-contact.directorist-widget.directorist-card .directorist-card__body .directorist-author-social .directorist-author-social-item a.directorist-author-social-link-github:hover span.far {
  color: var(--color-white);
}

.directorist-author-contact.directorist-widget.directorist-card .directorist-card__body .directorist-author-social .directorist-author-social-item a.directorist-author-social-link-wordpress {
  color: var(--color-wordpress);
  background-color: rgba(59, 89, 152, 0.15) !important;
}

.directorist-author-contact.directorist-widget.directorist-card .directorist-card__body .directorist-author-social .directorist-author-social-item a.directorist-author-social-link-wordpress:hover {
  background-color: var(--color-wordpress) !important;
}

.directorist-author-contact.directorist-widget.directorist-card .directorist-card__body .directorist-author-social .directorist-author-social-item a.directorist-author-social-link-wordpress:hover i,
.directorist-author-contact.directorist-widget.directorist-card .directorist-card__body .directorist-author-social .directorist-author-social-item a.directorist-author-social-link-wordpress:hover span.la,
.directorist-author-contact.directorist-widget.directorist-card .directorist-card__body .directorist-author-social .directorist-author-social-item a.directorist-author-social-link-wordpress:hover span.lab,
.directorist-author-contact.directorist-widget.directorist-card .directorist-card__body .directorist-author-social .directorist-author-social-item a.directorist-author-social-link-wordpress:hover span.lar,
.directorist-author-contact.directorist-widget.directorist-card .directorist-card__body .directorist-author-social .directorist-author-social-item a.directorist-author-social-link-wordpress:hover span.las,
.directorist-author-contact.directorist-widget.directorist-card .directorist-card__body .directorist-author-social .directorist-author-social-item a.directorist-author-social-link-wordpress:hover span.fab,
.directorist-author-contact.directorist-widget.directorist-card .directorist-card__body .directorist-author-social .directorist-author-social-item a.directorist-author-social-link-wordpress:hover span.fas,
.directorist-author-contact.directorist-widget.directorist-card .directorist-card__body .directorist-author-social .directorist-author-social-item a.directorist-author-social-link-wordpress:hover span.far {
  color: var(--color-white);
}

.directorist-author-contact.directorist-widget.directorist-card .directorist-card__body .directorist-author-social .directorist-author-social-item a.directorist-author-social-link-youtube {
  color: var(--color-youtube);
  background-color: rgba(205, 32, 31, 0.15) !important;
}

.directorist-author-contact.directorist-widget.directorist-card .directorist-card__body .directorist-author-social .directorist-author-social-item a.directorist-author-social-link-youtube .directorist-icon-mask:after {
  background-color: var(--color-youtube);
}

.directorist-author-contact.directorist-widget.directorist-card .directorist-card__body .directorist-author-social .directorist-author-social-item a.directorist-author-social-link-youtube:hover {
  background-color: var(--color-youtube) !important;
}

.directorist-author-contact.directorist-widget.directorist-card .directorist-card__body .directorist-author-social .directorist-author-social-item a.directorist-author-social-link-youtube:hover i,
.directorist-author-contact.directorist-widget.directorist-card .directorist-card__body .directorist-author-social .directorist-author-social-item a.directorist-author-social-link-youtube:hover span {
  color: var(--color-white);
}

.directorist-author-contact.directorist-widget.directorist-card .directorist-card__body .directorist-author-social .directorist-author-social-item a.directorist-author-social-link-youtube:hover .directorist-icon-mask:after {
  background-color: var(--color-white);
}

.directorist-author-contact.directorist-widget.directorist-card .directorist-card__body .directorist-author-social .directorist-author-social-item a.directorist-author-social-link-rss {
  color: var(--color-rss);
  background-color: rgba(234, 94, 9, 0.15) !important;
}

.directorist-author-contact.directorist-widget.directorist-card .directorist-card__body .directorist-author-social .directorist-author-social-item a.directorist-author-social-link-rss:hover {
  background-color: var(--color-rss) !important;
}

.directorist-author-contact.directorist-widget.directorist-card .directorist-card__body .directorist-author-social .directorist-author-social-item a.directorist-author-social-link-rss:hover i,
.directorist-author-contact.directorist-widget.directorist-card .directorist-card__body .directorist-author-social .directorist-author-social-item a.directorist-author-social-link-rss:hover span.la,
.directorist-author-contact.directorist-widget.directorist-card .directorist-card__body .directorist-author-social .directorist-author-social-item a.directorist-author-social-link-rss:hover span.lab,
.directorist-author-contact.directorist-widget.directorist-card .directorist-card__body .directorist-author-social .directorist-author-social-item a.directorist-author-social-link-rss:hover span.lar,
.directorist-author-contact.directorist-widget.directorist-card .directorist-card__body .directorist-author-social .directorist-author-social-item a.directorist-author-social-link-rss:hover span.las,
.directorist-author-contact.directorist-widget.directorist-card .directorist-card__body .directorist-author-social .directorist-author-social-item a.directorist-author-social-link-rss:hover span.fab,
.directorist-author-contact.directorist-widget.directorist-card .directorist-card__body .directorist-author-social .directorist-author-social-item a.directorist-author-social-link-rss:hover span.fas,
.directorist-author-contact.directorist-widget.directorist-card .directorist-card__body .directorist-author-social .directorist-author-social-item a.directorist-author-social-link-rss:hover span.far {
  color: var(--color-white);
}

/* Author Listing Pagination */
.directorist-author-listing-content .directorist-pagination {
  margin-top: 10px !important;
}

@media only screen and (max-width: 991px) {
  .directorist-author-listing-content .directorist-pagination {
    margin-bottom: 30px !important;
  }
}

@media only screen and (max-width: 575px) {
  .directorist-author-listing-content.directorist-author-listing-grid--fix .directorist-col-6 {
    width: 100%;
    -webkit-box-flex: 100%;
        -ms-flex: 100%;
            flex: 100%;
  }
}

/*------------------------------------*\
  #. Blockquote
\*------------------------------------*/
.post-details blockquote:not(.has-vivid-cyan-blue-color) {
  margin: 0;
  -webkit-box-shadow: inset 0 0 0 0 #ddd;
          box-shadow: inset 0 0 0 0 #ddd;
  border-left: 4px solid #000;
  padding-left: 1em;
}

.post-details blockquote:not(.has-vivid-cyan-blue-color) p {
  margin-top: 28px;
  margin-bottom: 28px;
  line-height: 1.8;
}

/*------------------------------------*\
  #. All location
\*------------------------------------*/
.location-title {
  color: var(--color-gray);
  font-weight: 600;
  font-size: 30px;
  margin-bottom: 30px;
}

.location-title strong {
  font-weight: 700;
  color: var(--color-dark);
}

.theme-locations-masonry.directorist-row > * {
  margin-top: 0;
}

.theme-location-wrapper__title {
  color: var(--color-dark);
  font-size: 0.9375rem;
  line-height: 2.66667;
  font-weight: 600;
}

.theme-location-wrapper__title + .theme-location-wrapper__list {
  margin-bottom: 23px;
}

.theme-location-wrapper__list {
  margin-bottom: 0;
  padding: 0;
}

.theme-location-wrapper__list li {
  list-style: none;
}

.theme-location-wrapper__list li a {
  font-size: 15px;
  line-height: 2.4;
  font-weight: 400;
  color: var(--color-gray);
  text-transform: capitalize;
}

.theme-location-wrapper__list li a:hover {
  color: var(--color-primary);
}

.theme-location-wrapper__list li::before {
  content: "\2022";
  font-weight: bold;
  display: inline-block;
  width: 1em;
  color: #cbd0e3;
}

/* Widget Style */
.widget.atbd_widget, .widget.atbd_widget[id^="bd"], .widget.atbd_widget[id^="dcl"] {
  border-color: #e1e4ec;
  border-radius: 4px;
}

.widget.atbd_widget .widgettitle.atbd_widget_title, .widget.atbd_widget[id^="bd"] .widgettitle.atbd_widget_title, .widget.atbd_widget[id^="dcl"] .widgettitle.atbd_widget_title {
  font-size: 15px;
  padding: 20.5px 25px;
  font-weight: 600;
  color: var(--color-dark);
}

.widget .widget-title {
  font-size: 16px;
  font-weight: 500;
  color: var(--color-dark);
  margin-bottom: 18px;
}

/* Widget Search Style  */
.widget_search .search-form,
.theme-no-result .search-form,
.search-widget .search-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.widget_search .search-form label,
.theme-no-result .search-form label,
.search-widget .search-form label {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.widget_search .search-form .search-field,
.theme-no-result .search-form .search-field,
.search-widget .search-form .search-field {
  width: 100%;
  border: 1px solid var(--color-border);
  min-height: 46px;
  border-radius: 5px 0 0 5px;
  padding: 10px 18px;
}

.widget_search .search-form .search-field:focus,
.theme-no-result .search-form .search-field:focus,
.search-widget .search-form .search-field:focus {
  outline: none;
}

.widget_search .search-form .search-submit,
.theme-no-result .search-form .search-submit,
.search-widget .search-form .search-submit {
  min-height: 46px;
  padding: 0 20px;
  border-radius: 0 5px 5px 0;
  color: var(--color-white);
  background-color: var(--color-primary);
  border: 1px solid var(--color-primary);
}

/* Widget list */
.widget.atbd_widget > ul {
  list-style: none;
  padding: 18px 20px;
}

.widget.atbd_widget > ul > li {
  font-size: 14px;
  line-height: 1.45;
}

.widget.atbd_widget > ul > li:not(:last-child) {
  margin-bottom: 15px;
}

.widget.atbd_widget > ul > li a {
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.widget.atbd_widget > ul > li a:hover {
  color: var(--color-primary);
}

/* Widget author social */
.widget.widget_dhotels_author_info_socials ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: -3px;
}

.widget.widget_dhotels_author_info_socials ul li {
  margin: 3px !important;
}

.widget.widget_dhotels_author_info_socials ul li a {
  font-size: 16px;
  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;
  width: 38px;
  height: 38px;
  border-radius: 8px;
  background-color: var(--color-bg-section);
}

.widget.widget_dhotels_author_info_socials ul li a svg {
  width: 18px;
  height: 18px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.widget.widget_dhotels_author_info_socials ul li a.facebook svg {
  fill: var(--color-facebook);
}

.widget.widget_dhotels_author_info_socials ul li a.twitter svg {
  fill: var(--color-twitter);
}

.widget.widget_dhotels_author_info_socials ul li a.linkedin svg {
  fill: var(--color-linkedin);
}

.widget.widget_dhotels_author_info_socials ul li a.pinterest svg {
  fill: var(--color-pinterest);
}

.widget.widget_dhotels_author_info_socials ul li a.instagram svg {
  fill: var(--color-instagram);
}

.widget.widget_dhotels_author_info_socials ul li a.github svg {
  fill: var(--color-github);
}

.widget.widget_dhotels_author_info_socials ul li a.wordpress svg {
  fill: var(--color-wordpress);
}

.widget.widget_dhotels_author_info_socials ul li a.youtube-play svg {
  fill: var(--color-youtube);
}

.widget.widget_dhotels_author_info_socials ul li a.rss svg {
  fill: #EA6221;
}

.widget.widget_dhotels_author_info_socials ul li a:hover {
  background-color: var(--color-dark);
}

.widget.widget_dhotels_author_info_socials ul li a:hover svg {
  fill: var(--color-white);
}

/* Widget Post */
.widget_dhotels_post {
  padding: 0;
}

.widget_dhotels_post .theme-posts .theme-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.widget_dhotels_post .theme-posts .theme-item:not(:last-child) {
  margin-bottom: 25px;
}

.widget_dhotels_post .theme-posts .theme-item:last-child {
  margin-bottom: 5px;
}

.widget_dhotels_post .theme-posts .theme-item .theme-thumb {
  margin-right: 15px;
}

.widget_dhotels_post .theme-posts .theme-item .theme-thumb img {
  max-width: 70px;
  border-radius: 8px;
}

.widget_dhotels_post .theme-posts .theme-item .theme-title {
  margin-bottom: 6px;
}

.widget_dhotels_post .theme-posts .theme-item .theme-title a {
  font-size: 15px;
  line-height: 1.45;
  font-weight: 600;
  color: var(--color-dark);
}

.widget_dhotels_post .theme-posts .theme-item .theme-title a:hover {
  color: var(--color-primary);
}

.widget_dhotels_post .theme-posts .theme-item .theme-date {
  color: var(--color-light-gray);
}

.widget_dhotels_post .theme-blog-each {
  padding: 0 25px;
}

/* About Widget */
.theme-about-widget__img {
  margin-bottom: 30px;
}

.theme-about-widget__img img {
  max-width: 130px;
}

.theme-about-widget__content {
  font-size: 15px;
}

.theme-about-widget__social {
  margin-top: 28px;
}

.theme-about-widget__social ul {
  margin: -3.5px;
}

.theme-about-widget__social ul li a {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  background-color: rgba(var(--color-footer-link), 0.1);
  border-radius: 8px;
}

.theme-about-widget__social ul li a svg {
  fill: var(--color-white);
  width: 18px;
  height: 18px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.theme-about-widget__social ul li a i,
.theme-about-widget__social ul li a span.la,
.theme-about-widget__social ul li a span.lab,
.theme-about-widget__social ul li a span.lar,
.theme-about-widget__social ul li a span.las,
.theme-about-widget__social ul li a span.fab,
.theme-about-widget__social ul li a span.fas,
.theme-about-widget__social ul li a span.far {
  -webkit-transition: .3s;
  transition: .3s;
  color: var(--color-white);
  font-size: 18px;
}

.theme-about-widget__social ul li a:hover {
  background-color: var(--color-primary);
}

.theme-about-widget__social ul li {
  margin: 3.5px;
}

.theme-about-widget__social ul li a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 38px;
  width: 38px;
  text-decoration: none;
  border-radius: 8px;
}

.theme-about-widget__social ul li a i,
.theme-about-widget__social ul li a span.la,
.theme-about-widget__social ul li a span.lab,
.theme-about-widget__social ul li a span.las,
.theme-about-widget__social ul li a span.lar,
.theme-about-widget__social ul li a span.fa,
.theme-about-widget__social ul li a span.fas,
.theme-about-widget__social ul li a span.fab {
  color: var(--color-white);
}

.theme-about-widget .theme-about-widget__social ul li a {
  background-color: rgba(var(--color-gray), 0.1);
}

.theme-about-widget .theme-about-widget__social ul li a svg {
  fill: var(--color-white);
}

.theme-about-widget .theme-about-widget__social ul li a i,
.theme-about-widget .theme-about-widget__social ul li a span.la,
.theme-about-widget .theme-about-widget__social ul li a span.lab,
.theme-about-widget .theme-about-widget__social ul li a span.lar,
.theme-about-widget .theme-about-widget__social ul li a span.las,
.theme-about-widget .theme-about-widget__social ul li a span.fab,
.theme-about-widget .theme-about-widget__social ul li a span.fas,
.theme-about-widget .theme-about-widget__social ul li a span.far {
  color: var(--color-white);
}

.theme-about-widget .theme-about-widget__social ul li a:hover {
  background-color: var(--color-primary);
}

.theme-about-widget .theme-about-widget__social ul li.theme-about-widget__social--facebook a {
  background-color: rgba(var(--color-facebook-rgb), 0.15);
  color: var(--color-facebook);
}

.theme-about-widget .theme-about-widget__social ul li.theme-about-widget__social--facebook a svg {
  fill: var(--color-facebook);
}

.theme-about-widget .theme-about-widget__social ul li.theme-about-widget__social--facebook a:hover {
  background-color: var(--color-facebook);
}

.theme-about-widget .theme-about-widget__social ul li.theme-about-widget__social--facebook a:hover svg {
  fill: var(--color-white);
}

.theme-about-widget .theme-about-widget__social ul li.theme-about-widget__social--youtube a {
  background-color: rgba(var(--color-youtube-rgb), 0.15);
  color: var(--color-youtube);
}

.theme-about-widget .theme-about-widget__social ul li.theme-about-widget__social--youtube a svg {
  fill: var(--color-youtube);
}

.theme-about-widget .theme-about-widget__social ul li.theme-about-widget__social--youtube a:hover {
  background-color: var(--color-youtube);
}

.theme-about-widget .theme-about-widget__social ul li.theme-about-widget__social--youtube a:hover svg {
  fill: var(--color-white);
}

.theme-about-widget .theme-about-widget__social ul li.theme-about-widget__social--twitter a {
  background-color: rgba(var(--color-twitter-rgb), 0.15);
  color: var(--color-twitter);
}

.theme-about-widget .theme-about-widget__social ul li.theme-about-widget__social--twitter a svg {
  fill: var(--color-twitter);
}

.theme-about-widget .theme-about-widget__social ul li.theme-about-widget__social--twitter a:hover {
  background-color: var(--color-twitter);
}

.theme-about-widget .theme-about-widget__social ul li.theme-about-widget__social--twitter a:hover svg {
  fill: var(--color-white);
}

.theme-about-widget .theme-about-widget__social ul li.theme-about-widget__social--instagram a {
  background-color: rgba(var(--color-instagram-rgb), 0.15);
  color: var(--color-instagram);
}

.theme-about-widget .theme-about-widget__social ul li.theme-about-widget__social--instagram a svg {
  fill: var(--color-instagram);
}

.theme-about-widget .theme-about-widget__social ul li.theme-about-widget__social--instagram a:hover {
  background-color: var(--color-instagram);
}

.theme-about-widget .theme-about-widget__social ul li.theme-about-widget__social--instagram a:hover svg {
  fill: var(--color-white);
}

.theme-about-widget .theme-about-widget__social ul li a i,
.theme-about-widget .theme-about-widget__social ul li a span.la,
.theme-about-widget .theme-about-widget__social ul li a span.lab,
.theme-about-widget .theme-about-widget__social ul li a span.las,
.theme-about-widget .theme-about-widget__social ul li a span.lar,
.theme-about-widget .theme-about-widget__social ul li a span.fa,
.theme-about-widget .theme-about-widget__social ul li a span.fas,
.theme-about-widget .theme-about-widget__social ul li a span.fab {
  color: var(--color-white);
}

.dhotels_about_widget .theme-about-widget {
  padding: 25px;
}

.dhotels_about_widget .theme-about-widget__social ul {
  padding: 0;
}

/* Calendar Widget */
.widget.widget_calendar .wp-calendar-table tr td,
.widget.widget_calendar .wp-calendar-table tr th {
  font-size: 14px;
}

/* Subscribe box */
.dhotels_widget_buttons .widget-subscribe .widget-subscribe__body {
  padding: 20px 25px;
}

/* Widget Nav */
.widget.widget_nav_menu ul {
  list-style: none;
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.widget.widget_nav_menu ul li:not(:last-child) {
  margin-bottom: 9px;
}

.widget.widget_nav_menu ul li a {
  text-decoration: none;
  color: var(--color-gray);
}

.widget.widget_nav_menu ul li a:hover {
  color: var(--color-primary);
}

/* Text Widget */
.widget_text .textwidget {
  font-size: 15px;
  font-weight: 400;
  color: var(--color-gray);
}

.widget_text .textwidget p {
  margin-bottom: 0;
  color: var(--color-gray);
}

.widget_text .textwidget p *:last-child {
  margin-bottom: 0;
}

.widget_text .textwidget img {
  width: 100%;
  height: auto;
}

.directorist-content-active .widget_text .textwidget {
  padding: 22px 25px;
}

/* Widget search form */
.directorist-sidebar .search-area {
  padding: 20px 25px 25px 25px;
}

.directorist-sidebar .directorist-form-group.direcorist-search-field-checkbox .directorist-search-field > label,
.directorist-sidebar .directorist-form-group.direcorist-search-field-checkbox .directorist-search-field .directorist-checkbox {
  width: 100%;
  margin: 7.5px 0;
}

.widget .directorist-range-slider-wrap {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.widget .directorist-range-slider-wrap > div {
  -webkit-box-flex: 100%;
      -ms-flex: 100%;
          flex: 100%;
}

.widget .directorist-range-slider-wrap .directorist-range-slider-current-value {
  -webkit-box-flex: 100%;
      -ms-flex: 100%;
          flex: 100%;
  padding: 0 !important;
  margin-top: 10px;
}

.widget.atbd_widget .directorist-price-ranges {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.widget.atbd_widget .directorist-price-ranges .directorist-price-ranges__item {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.widget.atbd_widget .directorist-advanced-filter__basic {
  padding: 0;
  margin: 0;
}

.widget.atbd_widget .directorist-advanced-filter__advanced {
  padding-top: 20px;
}

.widget.atbd_widget .directorist-advanced-filter__advanced .directorist-form-group {
  padding: 0;
}

.widget.atbd_widget .directorist-advanced-filter__advanced .directorist-form-group.directorist-advanced-filter__advanced--tag {
  margin-top: 15px;
}

.widget.atbd_widget .directorist-advanced-filter__action {
  background-color: transparent;
  padding: 0;
}

.widget.atbd_widget .default-ad-search .form-group {
  margin-bottom: 0;
}

.widget.atbd_widget .default-ad-search .form-group label {
  margin-bottom: 0;
}

.widget.atbd_widget .default-ad-search .check-btn label span {
  border: 1px solid #ececec;
}

.widget.atbd_widget .directorist-advanced-filter__basic--element .directorist-search-field {
  margin-bottom: 20px;
  margin-top: 0;
}

.widget.atbd_widget .directorist-advanced-filter__advanced--element .directorist-search-field > label,
.widget.atbd_widget .default-ad-search .directorist-advanced-filter__basic .directorist-advanced-filter__basic--element .directorist-search-field > label {
  font-weight: 600;
  color: var(--color-dark);
  margin-bottom: 10px;
}

.widget.atbd_widget .directorist-advanced-filter__advanced--element .theme-search-dropdown__label > label,
.widget.atbd_widget .default-ad-search .directorist-advanced-filter__basic .directorist-advanced-filter__basic--element .theme-search-dropdown__label > label {
  font-weight: 600;
  color: var(--color-dark);
  margin-bottom: 10px;
}

.widget.atbd_widget .select2.select2-container .select2-selection--single {
  height: 46px;
  padding: 12px 20px;
  border-radius: 4px;
  border-color: #ececec;
}

.widget.atbd_widget .directorist-price-ranges__item.directorist-price-ranges__price-frequency {
  border-color: #ececec;
}

.widget.atbd_widget .directorist-price-ranges__item.directorist-price-ranges__price-frequency .directorist-price-ranges__price-frequency--btn:not(:last-child) {
  border-right-color: #ececec;
}

/* Widget map */
.widget .leaflet-popup {
  margin-bottom: 73px;
}

.widget .leaflet-popup-content p {
  margin-top: 0;
  margin-bottom: 10px;
}

/* According */
.widget.atbd_widget .directorist-faq-accordion h3 {
  margin-bottom: 0;
}

.widget .directorist-faq-accordion__single .directorist-faq-accordion__title a:before {
  top: 0;
}

/* Feature listing */
.widget.atbd_widget[id^=bd] .atbd_categorized_listings .listings > li .atbd_left_img + .atbd_right_content,
.widget.atbd_widget[id^=dcl] .atbd_categorized_listings .listings > li .atbd_left_img + .atbd_right_content,
.widget.atbd_widget .atbd_categorized_listings .listings > li .atbd_left_img + .atbd_right_content {
  padding-left: 10px;
}

/* Widget Subscription Box */
.widget .theme-subscription-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  border-radius: 5px;
  border: 1px solid transparent;
}

.widget .theme-subscription-box__input {
  width: 100%;
  padding-right: 40px;
  background-color: var(--color-bg-section2);
  border-radius: 5px;
}

.widget .theme-subscription-box__input input {
  width: 100%;
  min-height: 44px;
  padding: 0 20px;
  border: 1px solid var(--color-border);
  border-radius: 5px;
  background-color: var(--color-bg-light);
}

.widget .theme-subscription-box__input input:focus {
  outline: none;
}

.widget .theme-subscription-box__input input::-webkit-input-placeholder {
  font-size: 14px;
  font-weight: 500;
  color: var(--color-light-gray);
}

.widget .theme-subscription-box__input input::-moz-placeholder {
  font-size: 14px;
  font-weight: 500;
  color: var(--color-light-gray);
}

.widget .theme-subscription-box__input input:-ms-input-placeholder {
  font-size: 14px;
  font-weight: 500;
  color: var(--color-light-gray);
}

.widget .theme-subscription-box__input input::-ms-input-placeholder {
  font-size: 14px;
  font-weight: 500;
  color: var(--color-light-gray);
}

.widget .theme-subscription-box__input input::placeholder {
  font-size: 14px;
  font-weight: 500;
  color: var(--color-light-gray);
}

.widget .theme-subscription-box__submit {
  position: absolute;
  right: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.widget .theme-subscription-box__submit button {
  padding: 0;
  border: 0 none;
  height: 100%;
  background-color: transparent;
}

.widget .theme-subscription-box__submit button i,
.widget .theme-subscription-box__submit button span.la,
.widget .theme-subscription-box__submit button span.las,
.widget .theme-subscription-box__submit button span.lab,
.widget .theme-subscription-box__submit button span.lar,
.widget .theme-subscription-box__submit button span.fa,
.widget .theme-subscription-box__submit button span.fab,
.widget .theme-subscription-box__submit button span.fas {
  position: relative;
  top: 4px;
  margin: 0;
  color: var(--color-primary);
  font-size: 22px;
}

.widget .theme-subscription-box__submit button i:hover,
.widget .theme-subscription-box__submit button span.la:hover,
.widget .theme-subscription-box__submit button span.las:hover,
.widget .theme-subscription-box__submit button span.lab:hover,
.widget .theme-subscription-box__submit button span.lar:hover,
.widget .theme-subscription-box__submit button span.fa:hover,
.widget .theme-subscription-box__submit button span.fab:hover,
.widget .theme-subscription-box__submit button span.fas:hover {
  color: var(--color-dark);
}

.widget.theme_widget .menu,
.widget.theme_widget .widget-module-content,
.widget.theme_widget .wp-block-latest-posts__list,
.widget.theme_widget .wp-block-latest-comments,
.widget.theme_widget .wp-block-archives-list,
.widget.theme_widget .wp-block-categories-list,
.widget.theme_widget .aboutwidget,
.widget.theme_widget .menu-primary-menu-container ul,
.widget.theme_widget .wp-block-group__inner-container > h1,
.widget.theme_widget .wp-block-group__inner-container > h2,
.widget.theme_widget .wp-block-group__inner-container > h3,
.widget.theme_widget .wp-block-group__inner-container > h4,
.widget.theme_widget .wp-block-group__inner-container > h5,
.widget.theme_widget .wp-block-group__inner-container > h6,
.widget.theme_widget[id^="dcl"] > ul,
.widget.theme_widget[id^="dcl"] > form,
.widget.theme_widget[id^="bd"] > ul,
.widget.theme_widget[id^="bd"] > form,
.widget.theme_widget > ul,
.widget.theme_widget > form {
  padding: 20px 25px;
}

.widget.theme_widget .menu .atbd_widget_title,
.widget.theme_widget .widget-module-content .atbd_widget_title,
.widget.theme_widget .wp-block-latest-posts__list .atbd_widget_title,
.widget.theme_widget .wp-block-latest-comments .atbd_widget_title,
.widget.theme_widget .wp-block-archives-list .atbd_widget_title,
.widget.theme_widget .wp-block-categories-list .atbd_widget_title,
.widget.theme_widget .aboutwidget .atbd_widget_title,
.widget.theme_widget .menu-primary-menu-container ul .atbd_widget_title,
.widget.theme_widget .wp-block-group__inner-container > h1 .atbd_widget_title,
.widget.theme_widget .wp-block-group__inner-container > h2 .atbd_widget_title,
.widget.theme_widget .wp-block-group__inner-container > h3 .atbd_widget_title,
.widget.theme_widget .wp-block-group__inner-container > h4 .atbd_widget_title,
.widget.theme_widget .wp-block-group__inner-container > h5 .atbd_widget_title,
.widget.theme_widget .wp-block-group__inner-container > h6 .atbd_widget_title,
.widget.theme_widget[id^="dcl"] > ul .atbd_widget_title,
.widget.theme_widget[id^="dcl"] > form .atbd_widget_title,
.widget.theme_widget[id^="bd"] > ul .atbd_widget_title,
.widget.theme_widget[id^="bd"] > form .atbd_widget_title,
.widget.theme_widget > ul .atbd_widget_title,
.widget.theme_widget > form .atbd_widget_title {
  padding: 0;
}

.directorist-content-active .widget.atbd_widget .menu,
.directorist-content-active .widget.atbd_widget .widget-module-content,
.directorist-content-active .widget.atbd_widget .wp-block-latest-posts__list,
.directorist-content-active .widget.atbd_widget .wp-block-latest-comments,
.directorist-content-active .widget.atbd_widget .wp-block-archives-list,
.directorist-content-active .widget.atbd_widget .wp-block-categories-list,
.directorist-content-active .widget.atbd_widget .aboutwidget,
.directorist-content-active .widget.atbd_widget .menu-primary-menu-container ul,
.directorist-content-active .widget.atbd_widget .wp-block-group__inner-container > h1,
.directorist-content-active .widget.atbd_widget .wp-block-group__inner-container > h2,
.directorist-content-active .widget.atbd_widget .wp-block-group__inner-container > h3,
.directorist-content-active .widget.atbd_widget .wp-block-group__inner-container > h4,
.directorist-content-active .widget.atbd_widget .wp-block-group__inner-container > h5,
.directorist-content-active .widget.atbd_widget .wp-block-group__inner-container > h6,
.directorist-content-active .widget.atbd_widget[id^="dcl"] > ul,
.directorist-content-active .widget.atbd_widget[id^="dcl"] > form,
.directorist-content-active .widget.atbd_widget[id^="bd"] > ul,
.directorist-content-active .widget.atbd_widget[id^="bd"] > form,
.directorist-content-active .widget.atbd_widget > ul,
.directorist-content-active .widget.atbd_widget > form {
  padding: 20px 25px;
}

.directorist-content-active .widget.atbd_widget .menu .atbd_widget_title,
.directorist-content-active .widget.atbd_widget .widget-module-content .atbd_widget_title,
.directorist-content-active .widget.atbd_widget .wp-block-latest-posts__list .atbd_widget_title,
.directorist-content-active .widget.atbd_widget .wp-block-latest-comments .atbd_widget_title,
.directorist-content-active .widget.atbd_widget .wp-block-archives-list .atbd_widget_title,
.directorist-content-active .widget.atbd_widget .wp-block-categories-list .atbd_widget_title,
.directorist-content-active .widget.atbd_widget .aboutwidget .atbd_widget_title,
.directorist-content-active .widget.atbd_widget .menu-primary-menu-container ul .atbd_widget_title,
.directorist-content-active .widget.atbd_widget .wp-block-group__inner-container > h1 .atbd_widget_title,
.directorist-content-active .widget.atbd_widget .wp-block-group__inner-container > h2 .atbd_widget_title,
.directorist-content-active .widget.atbd_widget .wp-block-group__inner-container > h3 .atbd_widget_title,
.directorist-content-active .widget.atbd_widget .wp-block-group__inner-container > h4 .atbd_widget_title,
.directorist-content-active .widget.atbd_widget .wp-block-group__inner-container > h5 .atbd_widget_title,
.directorist-content-active .widget.atbd_widget .wp-block-group__inner-container > h6 .atbd_widget_title,
.directorist-content-active .widget.atbd_widget[id^="dcl"] > ul .atbd_widget_title,
.directorist-content-active .widget.atbd_widget[id^="dcl"] > form .atbd_widget_title,
.directorist-content-active .widget.atbd_widget[id^="bd"] > ul .atbd_widget_title,
.directorist-content-active .widget.atbd_widget[id^="bd"] > form .atbd_widget_title,
.directorist-content-active .widget.atbd_widget > ul .atbd_widget_title,
.directorist-content-active .widget.atbd_widget > form .atbd_widget_title {
  padding: 0;
}

.widget.atbd_widget .atbdp,
.widget.atbd_widget .directorist,
.widget.atbd_widget[id^=bd] .atbdp,
.widget.atbd_widget[id^=bd] .directorist,
.widget.atbd_widget[id^=dcl] .atbdp,
.widget.atbd_widget[id^=dcl] .directorist {
  padding: 20px 25px;
}

/* Widget Onelistig Post */
.widget.widget_dhotels_post .row {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.widget.widget_dhotels_post .row .col-lg-4 {
  width: 100%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
}

.widget.widget_dhotels_post .atbd_widget_title,
.widget.widget_dhotels_post .widgettitle {
  margin-bottom: 25px !important;
}

.widget.widget_dhotels_post .theme-blog-each {
  border: 0 none;
  -webkit-box-shadow: 0 0;
          box-shadow: 0 0;
}

.widget.widget_dhotels_post .theme-blog-each .theme-blog-card.blog-grid-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.widget.widget_dhotels_post .theme-blog-each .theme-blog-card.blog-grid-card .theme-blog-card__thumbnail {
  margin-right: 10px;
  width: 60px;
  min-width: 60px;
  height: 60px;
  border-radius: 6px;
}

.widget.widget_dhotels_post .theme-blog-each .theme-blog-card.blog-grid-card .theme-blog-card__thumbnail img {
  width: 60px;
  border-radius: 6px;
}

.widget.widget_dhotels_post .theme-blog-each .theme-blog-card.blog-grid-card .theme-blog-card__details {
  padding: 0;
}

.widget.widget_dhotels_post .theme-blog-each .theme-blog-card.blog-grid-card .theme-blog-card__details .theme-blog-card__title {
  margin-bottom: 0;
  font-weight: 500;
}

.widget.widget_dhotels_post .theme-blog-each .theme-blog-card.blog-grid-card .theme-blog-card__details .theme-blog-card_date-meta-text {
  font-size: 13px;
}

.widget.atbd_widget, .widget.atbd_widget[id^="bd"], .widget.atbd_widget[id^="dcl"] {
  border: 0 none;
  -webkit-box-shadow: 0 10px 40px rgba(143, 142, 159, 0.15);
          box-shadow: 0 10px 40px rgba(143, 142, 159, 0.15);
  border-radius: 6px;
  margin: 0 0 24px;
}

.widget.atbd_widget:last-child,
.widget.atbd_widget[id^="bd"]:last-child,
.widget.atbd_widget[id^="dcl"]:last-child {
  margin: 0;
}

.widget.atbd_widget .atbd_widget_title,
.widget.atbd_widget .widgettitle,
.widget.atbd_widget[id^="bd"] .atbd_widget_title,
.widget.atbd_widget[id^="bd"] .widgettitle,
.widget.atbd_widget[id^="dcl"] .atbd_widget_title,
.widget.atbd_widget[id^="dcl"] .widgettitle {
  font-size: 18px;
  padding: 20px 25px;
  margin-bottom: 0;
  color: var(--color-dark);
  border-bottom: 1px solid var(--color-border);
  text-transform: capitalize;
  font-weight: 600;
}

.widget.atbd_widget .atbd_widget_title h4,
.widget.atbd_widget .widgettitle h4,
.widget.atbd_widget[id^="bd"] .atbd_widget_title h4,
.widget.atbd_widget[id^="bd"] .widgettitle h4,
.widget.atbd_widget[id^="dcl"] .atbd_widget_title h4,
.widget.atbd_widget[id^="dcl"] .widgettitle h4 {
  font-size: 18px;
  font-weight: 600;
  color: var(--color-dark);
  text-transform: capitalize;
}

.widget.atbd_widget .atbd_widget_title .widgettitle,
.widget.atbd_widget .atbd_widget_title .atbd_widget_title,
.widget.atbd_widget .widgettitle .widgettitle,
.widget.atbd_widget .widgettitle .atbd_widget_title,
.widget.atbd_widget[id^="bd"] .atbd_widget_title .widgettitle,
.widget.atbd_widget[id^="bd"] .atbd_widget_title .atbd_widget_title,
.widget.atbd_widget[id^="bd"] .widgettitle .widgettitle,
.widget.atbd_widget[id^="bd"] .widgettitle .atbd_widget_title,
.widget.atbd_widget[id^="dcl"] .atbd_widget_title .widgettitle,
.widget.atbd_widget[id^="dcl"] .atbd_widget_title .atbd_widget_title,
.widget.atbd_widget[id^="dcl"] .widgettitle .widgettitle,
.widget.atbd_widget[id^="dcl"] .widgettitle .atbd_widget_title {
  padding: 0;
  border-bottom: none !important;
}

/* Widget Block */
.widget.widget_block p:last-child {
  margin-bottom: 0;
}

.widget.widget_block .wp-block-group__inner-container h2,
.widget.widget_block .wp-block-group__inner-container h3,
.widget.widget_block .wp-block-group__inner-container h4,
.widget.widget_block .wp-block-group__inner-container h5,
.widget.widget_block .wp-block-group__inner-container h6 {
  font-size: 16px;
  font-weight: 600;
  color: var(--color-dark);
  text-transform: capitalize;
  border-bottom: 1px solid var(--color-border);
  padding: 20px 25px;
  margin-bottom: 0;
}

.widget.widget_block .wp-block-group__inner-container ul,
.widget.widget_block .wp-block-group__inner-container ol {
  padding: 25px;
}

.widget.widget_block .wp-block-group__inner-container ul li:first-child,
.widget.widget_block .wp-block-group__inner-container ol li:first-child {
  margin-bottom: 0;
}

.widget.widget_block .wp-block-group__inner-container ul ul,
.widget.widget_block .wp-block-group__inner-container ul ol,
.widget.widget_block .wp-block-group__inner-container ol ul,
.widget.widget_block .wp-block-group__inner-container ol ol {
  padding: 0;
}

.widget.widget_block .wp-block-search {
  padding: 25px;
}

.widget.widget_block .wp-block-search .wp-block-search__label {
  font-size: 16px;
  font-weight: 600;
  color: var(--color-dark);
  text-transform: capitalize;
  margin-bottom: 15px;
}

/* Widget gallery */
.gallery {
  margin: 0 !important;
  padding: 15px 19px;
}

.gallery .gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
  padding: 6px;
  margin-bottom: 0;
}

.gallery .gallery-item img {
  width: 100%;
  max-width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 4px;
  height: 113px;
}

.gallery .gallery-item .gallery-caption {
  font-size: 14px;
  line-height: 1.4;
  padding-top: 5px;
}

.gallery-columns-2 .gallery-item {
  max-width: 50%;
}

.gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
  max-width: 25%;
}

.gallery-columns-5 .gallery-item {
  max-width: 20%;
}

.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}

.gallery-caption {
  display: block;
}

/* Image */
.widget_media_image img {
  min-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/* Recent comments */
.widget_recent_comments .comment-author-link a {
  color: var(--color-dark);
  font-weight: 600;
}

.widget_recent_comments .comment-author-link a:hover {
  color: var(--color-primary);
}

/* Widget Entries */
.widget_recent_entries ul li a {
  color: var(--color-dark);
  font-weight: 600;
}

.widget_recent_entries ul li a:hover {
  color: var(--color-primary);
}

/* Directorist Author */
.directorist-content-active .directorist-author-social__item a {
  background-color: var(--color-dark);
}

.directorist-content-active .directorist-author-social__item a .directorist-icon-mask:after {
  background-color: white;
}

.directorist-widget__author-info .diretorist-view-profile-btn {
  background-color: transparent;
}

.directorist-widget-taxonomy .directorist-taxonomy-list-one .directorist-taxonomy-list__icon .directorist-icon-mask {
  background: transparent;
  border: 1px solid var(--color-border);
}

.directorist-widget__listing-contact .directorist-btn {
  background-color: transparent;
}

.directorist-widget .directorist-advanced-filter__basic {
  padding: 0;
  margin: 0;
}

/*------------------------------------*\
  #. Registration form
\*------------------------------------*/
.directory_register_form_wrap {
  background: var(--color-white);
}

.directory_register_form_wrap .directorist-form-group label {
  font-size: 16px;
  color: var(--color-dark);
  line-height: 1.7;
  font-weight: 500;
}

.directory_register_form_wrap .directorist-form-group .directorist-form-element {
  font-size: 14px;
  height: 44px;
  border-color: var(--color-border);
  line-height: 1.5 !important;
  border-radius: .375rem;
  color: var(--color-gray);
}

.directory_register_form_wrap .directorist-form-group .directorist-form-element:focus {
  border-color: var(--color-dark);
}

.directory_register_form_wrap .atbd_privacy_policy_area {
  margin-top: 25px;
}

.directory_regi_btn button.directorist-btn.directorist-btn-primary {
  border: 1px solid var(--color-primary) !important;
  background-color: var(--color-primary) !important;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.directory_regi_btn button.directorist-btn.directorist-btn-primary:hover {
  background-color: var(--color-dark) !important;
  border: 1px solid var(--color-dark) !important;
}

.directory_regi_btn p {
  margin-bottom: 10px;
}

/* login */
.directorist-checkbox input[type="checkbox"]:checked + .directorist-checkbox__label:after,
.directorist-checkbox input[type="checkbox"]:checked + .directorist-radio__label:after,
.directorist-checkbox input[type="radio"]:checked + .directorist-checkbox__label:after,
.directorist-checkbox input[type="radio"]:checked + .directorist-radio__label:after,
.directorist-radio input[type="checkbox"]:checked + .directorist-radio__label:after,
.directorist-radio input[type="radio"]:checked + .directorist-checkbox__label:after {
  background-color: var(--color-primary);
  border-color: var(--color-primary);
}

.theme-dir-login .atbdp_login_form_shortcode {
  background-color: var(--color-white);
  padding: 30px;
  border-radius: 6px;
}

.theme-dir-login .directorist-form-group label {
  margin-bottom: 15px;
}

.theme-dir-login .directorist-form-group .directorist-btn.directorist-btn-block {
  height: 40px;
  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;
  background-color: var(--color-primary);
  margin-top: 30px;
  margin-bottom: 20px;
}

.theme-dir-login p .atbdp_recovery_pass {
  margin-bottom: 0;
  color: var(--color-gray);
}

.theme-dir-login p .atbdp_recovery_pass:hover {
  color: var(--color-primary);
}

.theme-dir-login .atbd_social_login,
.theme-dir-login .social-login {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

/* signup */
.theme-dir-registration .directory_register_form_wrap {
  background-color: var(--color-white);
  border-radius: 4px;
}

.theme-dir-registration .directory_regi_btn button {
  padding: 0 25px;
  margin-bottom: 0;
}

.directorist-form-required {
  line-height: normal;
}

/*------------------------------------*\
  #. 404 Page
\*------------------------------------*/
.error-page-area {
  padding: 100px 0;
}

@media only screen and (max-width: 767px) {
  .error-page-area {
    padding: 60px 0;
  }
}

@media only screen and (max-width: 575px) {
  .error-page-area {
    padding: 50px 0;
  }
}

.error-contents h2 {
  margin-top: 25px;
  margin-bottom: 15px;
}

.error-contents .widget-wrapper {
  margin-top: 30px;
}

.error-contents figure img {
  max-width: 100%;
  height: 200px;
}

.error-contents label .screen-reader-text {
  white-space: nowrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.error-contents label input {
  padding: 0 15px;
}

.error-contents .search-form {
  width: 100%;
  border-radius: 1.5625rem;
  background: #f5f4f7;
  border: 0 none;
  height: 3.125rem;
  padding: 0 0 0 1.5625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.error-contents .search-form label {
  width: 100%;
  margin-bottom: 0;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.error-contents .search-form label input {
  width: 100%;
  border: none;
  background-color: transparent;
  outline: none;
}

.error-contents .search-form .search-submit {
  border: none;
  border-radius: 0 1.5625rem 1.5625rem 0;
  padding: 0 20px;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: var(--color-white);
  background-color: var(--color-primary);
}

/*------------------------------------*\
  #. Review wrapper
\*------------------------------------*/
.review-wrapper {
  padding: 23px 30px;
  border-bottom: 1px solid #e1e4ec;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media only screen and (max-width: 991px) {
  .review-wrapper {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.review-wrapper__left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
}

@media only screen and (max-width: 575px) {
  .review-wrapper__left {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
}

.review-wrapper__left .review-left-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.review-wrapper__left .review-left-content .review-number {
  border: 1px solid var(--color-border);
  margin-right: 18px;
  min-width: 80px;
  min-height: 80px;
  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;
  border-radius: 6px;
  background-color: #f8f9fb;
}

.review-wrapper__left .review-left-content .review-number span {
  color: var(--color-primary);
  font-size: calc(1.0625rem + 0.75vw);
  font-weight: 600;
}

@media (min-width: 1200px) {
  .review-wrapper__left .review-left-content .review-number span {
    font-size: 1.625rem;
  }
}

.review-wrapper__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
}

@media only screen and (max-width: 1399px) {
  .review-wrapper__right {
    margin-top: 20px;
  }
}

@media only screen and (max-width: 575px) {
  .review-wrapper__right {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
}

.review-star--content {
  font-size: 13px;
  color: #9299b8;
}

/* Review progress bar */
.review-progressbar {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

@media only screen and (max-width: 575px) {
  .review-progressbar {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

.review-progressbar__child {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.review-progressbar__child:not(:last-child) {
  margin-bottom: 5px;
}

@media only screen and (max-width: 479px) {
  .review-progressbar__child {
    display: block;
  }
}

.review-progressbar__child .progress {
  width: 250px;
  height: 6px;
  border-radius: 8px;
  background: rgba(var(--color-primary-rgb), 1);
  background: -webkit-gradient(linear, left top, right top, from(rgba(var(--color-primary-rgb), 1)), to(rgba(var(--color-secondary-rgb), 1)));
  background: linear-gradient(90deg, rgba(var(--color-primary-rgb), 1) 0%, rgba(var(--color-secondary-rgb), 1) 100%);
}

.review-progressbar__child .progress .progress-bar {
  background: rgba(var(--color-primary-rgb), 1);
  background: -webkit-gradient(linear, left top, right top, from(rgba(var(--color-primary-rgb), 1)), to(rgba(var(--color-secondary-rgb), 1)));
  background: linear-gradient(90deg, rgba(var(--color-primary-rgb), 1) 0%, rgba(var(--color-secondary-rgb), 1) 100%);
}

@media only screen and (max-width: 479px) {
  .review-progressbar__child .progress {
    width: 100%;
    margin: 5px 0;
  }
}

.review-progressbar__child .progress--right,
.review-progressbar__child .progress--left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 60px;
  font-size: 0.875rem;
  font-weight: 400;
}

.review-progressbar__child .progress--left {
  color: var(--color-light);
}

.review-progressbar__child .progress--right {
  color: var(--color-gray);
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  font-weight: 600;
  font-size: 12px;
}

@media only screen and (max-width: 479px) {
  .review-progressbar__child .progress--right {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

.review-progressbar__parent {
  margin-bottom: 0;
  padding: 0;
}

@media only screen and (max-width: 479px) {
  .review-progressbar__parent {
    width: 100%;
  }
}

/*  Rating Card */
.theme-review__title {
  text-align: center;
}

.theme-review .tns-nav {
  margin: 10px 0;
  text-align: center;
  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;
}

.theme-review .tns-nav button {
  width: 8px;
  height: 8px;
  padding: 0;
  margin: 0 3px;
  border-radius: 50%;
  background: rgba(41, 98, 255, 0.2);
  border: none;
}

.theme-review .tns-nav .tns-nav-active {
  background: var(--color-primary);
  width: 12px;
  height: 12px;
}

.theme-review__nav {
  display: none;
}

.elementor-editor-wp-page .theme-review .tns-nav {
  display: none !important;
}

.review-box__nav {
  display: none;
}

.theme-review-box {
  padding: 30px;
  background: var(--color-white);
  -webkit-box-shadow: 0 15px 30px rgba(165, 164, 193, 0.1);
          box-shadow: 0 15px 30px rgba(165, 164, 193, 0.1);
  border-radius: 6px;
  margin-bottom: 24px;
}

@media only screen and (max-width: 991px) {
  .theme-review-box {
    margin-bottom: 20px;
  }
}

.theme-review-box .theme-review-box__img img {
  max-width: 50px;
  max-height: 50px;
  width: 50px;
  height: 50px;
  border-radius: 50rem;
  background-color: var(--color-gray);
  -o-object-fit: cover;
     object-fit: cover;
}

.theme-review-box__inner {
  width: 100%;
  margin-bottom: 14px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.theme-review-box__title {
  position: absolute;
  top: -39px;
  color: var(--color-secondary);
  font-size: 14px;
  margin-bottom: 15px;
}

.theme-review-box__area {
  margin-left: 15px;
  position: relative;
}

.theme-review-box__name {
  font-size: 16px;
  line-height: 1.5;
  font-weight: 600;
  margin-bottom: 0;
  color: var(--color-dark);
}

.theme-review-box__designation {
  font-size: 15px;
  font-weight: 400;
  font-family: Inter;
  color: var(--color-light-gray);
  margin-bottom: 0;
  margin-top: 2px;
}

.theme-review-box__designation i {
  font-size: 15px;
  color: var(--color-warning);
  margin-right: -3px;
}

.theme-reviewer__description {
  margin-bottom: 17px;
  font-size: 15px;
  line-height: 1.8;
  font-weight: 400;
  color: var(--color-gray);
}

.theme-reviewer__name, .theme-reviewer__date {
  font-size: 14px;
  line-height: 1.71429;
  font-weight: 400;
  color: var(--color-light);
  margin-bottom: 0;
}

/* universal ratings */
.theme-rating {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style-type: none;
  margin-bottom: 0;
}

.theme-rating li:before {
  content: "\4e";
  font-family: "theme-icons";
  font-weight: 400;
  color: var(--color-warning);
}

.theme-rating.one li:first-child:before,
.theme-rating.two li:first-child:before,
.theme-rating.two li:nth-child(2):before,
.theme-rating.three li:first-child:before,
.theme-rating.three li:nth-child(2):before,
.theme-rating.three li:nth-child(3):before,
.theme-rating.four li:first-child:before,
.theme-rating.four li:nth-child(2):before,
.theme-rating.four li:nth-child(3):before,
.theme-rating.four li:nth-child(4):before,
.theme-rating.five li:first-child:before,
.theme-rating.five li:nth-child(2):before,
.theme-rating.five li:nth-child(3):before,
.theme-rating.five li:nth-child(4):before,
.theme-rating.five li:nth-child(5):before {
  content: "\4b";
}

.theme-rating.one-n-half li:nth-child(2):before,
.theme-rating.two-n-half li:nth-child(3):before,
.theme-rating.three-n-half li:nth-child(4):before,
.theme-rating.four-n-half li:nth-child(5):before {
  content: "\4d";
  font-weight: 900;
}

/* Listing details review */
/* Product rating */
.theme-product__rating {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.theme-product__rating__stars {
  position: relative;
}

.theme-product__rating__stars__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.theme-product__rating__stars__wrap svg {
  width: 14px !important;
  fill: var(--color-warning) !important;
}

.theme-product__rating__stars__solid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  left: 0;
  top: 0;
  overflow: hidden;
}

.theme-product__rating__stars__solid svg {
  min-width: 14px !important;
  fill: var(--color-warning) !important;
}

.theme-product__rating .theme-product__rating__total {
  font-size: 14px;
  color: var(--color-light);
  display: inline-block;
  padding-left: 4px;
  position: relative;
  top: 2px;
}

/*------------------------------------*\
    #. Range Slider
\*------------------------------------*/
.ui-slider {
  position: relative;
  z-index: 0;
  text-align: left;
}

.ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 1.2em;
  height: 1.2em;
  cursor: default;
  -ms-touch-action: none;
  touch-action: none;
}

.ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  font-size: 0.7em;
  display: block;
  border: 0;
  background-position: 0 0;
}

.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
  -webkit-filter: inherit;
          filter: inherit;
}

.ui-slider-horizontal {
  height: 0.8em;
}

.ui-slider-horizontal .ui-slider-handle {
  top: -0.3em;
  margin-left: -0.6em;
}

.ui-slider-horizontal .ui-slider-range {
  top: 0;
  height: 100%;
}

.ui-slider-horizontal .ui-slider-range-min {
  left: 0;
}

.ui-slider-horizontal .ui-slider-range-max {
  right: 0;
}

.ui-slider-vertical {
  width: 0.8em;
  height: 100px;
}

.ui-slider-vertical .ui-slider-handle {
  left: -0.3em;
  margin-left: 0;
  margin-bottom: -0.6em;
}

.ui-slider-vertical .ui-slider-range {
  left: 0;
  width: 100%;
}

.ui-slider-vertical .ui-slider-range-min {
  bottom: 0;
}

.ui-slider-vertical .ui-slider-range-max {
  top: 0;
}

.price-range p {
  margin-bottom: 0;
  margin-top: 15px;
}

.price-range p .amount {
  font-size: 14px;
  font-weight: 500;
}

.price-range .amount,
.price-range .amount-four {
  font-weight: 600;
  color: var(--color-dark);
}

.price-range .ui-slider-horizontal {
  background: rgba(var(--color-primary-rgb), 0.2);
  height: 4px;
  border-radius: 1.5625rem;
}

.price-range .ui-slider-horizontal .ui-slider-range {
  background-color: var(--color-secondary);
}

.price-range .ui-slider-horizontal .ui-slider-handle {
  background-color: var(--color-white);
  border: 2px solid var(--color-secondary);
  border-radius: 50%;
  cursor: pointer;
  outline: 0;
  top: -7px;
  margin-left: 0;
}

.price-range .amount-two {
  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;
  margin-top: 1.25rem;
}

.price-range .amount-two span {
  min-width: 6.25rem;
  display: inline-block;
  border: 1px solid var(--color-border-light);
  text-align: center;
  color: var(--color-gray);
  font-size: 16px;
  line-height: 2.5;
  font-weight: 500;
}

.price-range.rs-primary .amount,
.price-range.rs-primary .amount-four,
.range-slider.rs-primary .amount,
.range-slider.rs-primary .amount-four {
  font-weight: 600;
  color: var(--color-dark);
}

.price-range.rs-primary .ui-slider-horizontal .ui-slider-range,
.range-slider.rs-primary .ui-slider-horizontal .ui-slider-range {
  background-color: var(--color-primary);
}

.price-range.rs-primary .ui-slider-horizontal .ui-slider-handle,
.range-slider.rs-primary .ui-slider-horizontal .ui-slider-handle {
  border-color: var(--color-primary);
}

.directorist-search-contents .ui-slider {
  top: 7px;
}

.directorist-search-contents .price-range .ui-slider-horizontal .ui-slider-handle {
  top: -7px;
}

.slider-peragraph {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media only screen and (max-width: 375px) {
  .slider-peragraph {
    display: block;
  }
}

.slider-peragraph .slider-peragraph__min,
.slider-peragraph .slider-peragraph__max {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-height: 44px;
  padding: 0 15px;
  border-radius: 5px;
  border: 1px solid var(--color-border);
}

.slider-peragraph .slider-peragraph__min .theme-min-label,
.slider-peragraph .slider-peragraph__max .theme-min-label {
  display: inline-block;
  margin-right: 6px;
  font-size: 14px;
  font-weight: 400;
  color: var(--color-light-gray);
}

.slider-peragraph .slider-peragraph__min .theme-min-amount,
.slider-peragraph .slider-peragraph__min .theme-max-amount,
.slider-peragraph .slider-peragraph__max .theme-min-amount,
.slider-peragraph .slider-peragraph__max .theme-max-amount {
  font-size: 14px;
  font-weight: 600;
  color: var(--color-dark);
}

.slider-peragraph .slider-peragraph__sign {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 8px;
  color: var(--color-light-gray);
}

/*---------------------------------
#. Contact
----------------------------------*/
/* Contact Info */
.theme-contact-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.theme-contact-info__list ul {
  list-style: none;
  padding-left: 0;
}

.theme-contact-info__list ul li {
  background: #fff;
  border-radius: 8px;
  margin-bottom: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 30px 27px 26px;
  -webkit-box-shadow: 0 3px 5px rgba(146, 153, 184, 0.05);
          box-shadow: 0 3px 5px rgba(146, 153, 184, 0.05);
}

.theme-contact-info__list ul li:last-child {
  margin-bottom: 0;
}

.theme-contact-info__list ul li p {
  margin-bottom: 0;
  overflow: hidden;
}

.theme-contact-info__list ul li p:first-child {
  margin-right: 12px;
}

.theme-contact-info__list ul li p:first-child .la {
  font-size: calc(1.0875rem + 1.05vw);
  color: #cfd3e8;
}

@media (min-width: 1200px) {
  .theme-contact-info__list ul li p:first-child .la {
    font-size: 1.875rem;
  }
}

.theme-contact-info__list ul li p.contact-details span {
  display: block;
}

.theme-contact-info__list ul li p.contact-details .contact-details__title {
  font-size: calc(1.0125rem + 0.15vw);
  color: var(--color-dark);
  font-weight: 500;
}

@media (min-width: 1200px) {
  .theme-contact-info__list ul li p.contact-details .contact-details__title {
    font-size: 1.125rem;
  }
}

.theme-contact-info__list ul li p.contact-details .contact-details__info {
  line-height: 24px;
  color: var(--color-light);
  margin-top: 10px;
  word-break: break-all;
}

.theme-contact-info__title {
  color: var(--color-dark);
  font-size: 18px;
  font-weight: 600;
}

.theme-contact-info a:hover {
  color: var(--color-primary);
}

.theme-contact-info__content {
  font-size: 15px;
  color: var(--color-gray);
  margin-top: 9px;
}

/* Theme Contact Form */
.theme-contact-form.card.theme-card {
  -webkit-box-shadow: 0 3px 5px rgba(143, 142, 159, 0.05);
          box-shadow: 0 3px 5px rgba(143, 142, 159, 0.05);
  border: 1px solid #EFF1F6;
  text-align: left;
}

.theme-contact-form.card.theme-card .card-body.theme-card-body {
  padding: 20px 30px 30px;
}

.theme-contact-form .theme-card-header h2 {
  font-size: 18px;
  font-weight: 600 !important;
}

.theme-contact-form label {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 4px;
  color: var(--color-dark);
}

.theme-contact-form p:last-child {
  margin-bottom: 0;
}

.theme-contact-form .btn-send {
  margin-top: 20px;
}

.theme-contact-form .ajax-loader {
  position: absolute;
  right: 20px;
  bottom: 40px;
  z-index: 22;
}

/* Theme Contact Modal */
.theme-contact-modal.theme-modal .modal-body {
  padding-bottom: 50px;
}

.theme-contact-modal.theme-modal .modal-body textarea {
  min-height: 99px;
  resize: none;
}

/* Warning Style */
.wpcf7-response-output {
  background-color: rgba(255, 185, 0, 0.09);
  color: var(--color-warning);
  border: 0 none !important;
  min-height: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: px;
}

.wpcf7-form.sent .wpcf7-response-output {
  background-color: rgba(40, 168, 0, 0.09);
  color: var(--color-success);
}

.wpcf7 form .wpcf7-response-output {
  margin: 2em 0 1em;
}

/*------------------------------
#. Authentication
-------------------------------*/
/* Theme Auhtentication Modal */
.theme-authentication-modal .modal {
  background-color: rgba(0, 0, 0, 0.15);
}

.theme-authentication-modal .modal-content {
  border-radius: 8px;
  -webkit-box-shadow: 0 0;
          box-shadow: 0 0;
  border: 0 none;
}

.theme-authentication-modal .modal-dialog {
  max-width: 450px;
}

@media only screen and (max-width: 575px) {
  .theme-authentication-modal .modal-dialog {
    max-width: 100%;
  }
}

.theme-authentication-modal .modal-header {
  padding: 17px 30px;
}

.theme-authentication-modal .modal-header .theme-close {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  padding: 0;
  border: 0 none;
  background-color: var(--color-bg-lighter);
}

.theme-authentication-modal .modal-header .theme-close span {
  font-size: 22px;
  line-height: 0;
  color: var(--color-primary);
  margin-top: -4px;
}

.theme-authentication-modal .modal-header .theme-close::before {
  background-color: var(--color-dark);
}

.theme-authentication-modal .modal-header .modal-title {
  font-size: 20px;
  font-weight: 500;
  color: var(--color-dark);
}

.theme-authentication-modal .modal-body {
  padding: 0;
}

.theme-authentication-modal .modal-body .directorist-authentication {
  margin: 0px;
  width: 100%;
  padding: 0;
}

.theme-authentication-modal .modal-body .directorist-authentication .directorist-authentication__form {
  margin: 0px;
  padding: 30px 30px;
}

.theme-authentication-modal .modal-body .theme-close {
  position: absolute;
  top: 5px;
  right: 5px;
  background: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: none;
  font-size: 22px;
  width: 30px;
  height: 30px;
  border: 1px solid #e3e6ef;
  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;
  border-radius: 50%;
}

.theme-authentication-modal .theme-modal-wrap {
  padding: 20px 30px 25px;
}

.theme-authentication-modal .error_login {
  padding: 10px 30px 0;
  text-align: center;
}

.theme-authentication-modal .error_login .success {
  color: var(--color-warning);
}

.theme-authentication-modal .theme-login-info {
  padding: 15px 20px;
  border-radius: 8px;
}

.theme-authentication-modal .theme-login-info.alert-success {
  border: 0 none;
  background-color: rgba(44, 185, 0, 0.15);
}

.theme-authentication-modal .theme-login-info ul {
  margin-bottom: 0;
}

.theme-authentication-modal .theme-login-info ul li .theme-login-info__label {
  display: inline-block;
  margin-right: 20px;
  color: var(--color-dark);
}

.theme-authentication-modal .theme-login-info ul li .theme-login-info__text {
  color: var(--color-success);
}

.theme-authentication-modal .theme-register-btn .directorist-btn {
  width: 100%;
  border-radius: 8px;
  background-color: var(--color-primary);
}

.theme-authentication-modal .directorist-form-group label {
  margin-bottom: 8px;
  color: var(--color-dark);
  font-size: 15px;
  line-height: 1.26667;
  font-weight: 500;
}

.theme-authentication-modal .directorist-form-group .directorist-form-element {
  border: 2px solid var(--color-border);
}

.theme-authentication-modal .directorist-form-group .directorist-form-element:focus {
  border-color: var(--color-dark);
}

.theme-authentication-modal .directorist-form-group.atbd_login_btn_wrapper .directorist-btn {
  width: 100%;
  min-height: 46px;
  border-radius: 8px;
  line-height: 1;
  background-color: var(--color-primary);
}

.theme-authentication-modal .theme-password-activity {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.theme-authentication-modal .theme-password-activity p {
  margin-bottom: 0;
}

.theme-authentication-modal .theme-password-activity p a {
  font-size: 13px;
  font-weight: 500;
  color: var(--color-dark);
}

.theme-authentication-modal .theme-password-activity p a:hover {
  color: var(--color-primary);
}

.theme-authentication-modal .theme-password-activity.directorist-checkbox input[type=checkbox] + .directorist-checkbox__label {
  font-size: 13px;
  font-weight: 400;
  line-height: 1.23077;
}

.theme-authentication-modal .theme-social-login {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  justify-content: center;
  margin: 25px -5px -5px -5px;
}

.theme-authentication-modal .theme-social-login button {
  min-height: 46px;
  padding: 10px 30px;
  border-radius: 6px;
  margin: 5px !important;
  border: 1px solid var(--color-border-light);
}

.theme-authentication-modal .theme-social-login button:focus {
  outline: none;
  -webkit-box-shadow: 0 0;
          box-shadow: 0 0;
}

.theme-authentication-modal .theme-social-login button:hover {
  background-color: transparent;
}

.theme-authentication-modal .theme-social-login button:hover .fa.fa-facebook {
  color: var(--color-white);
}

.theme-authentication-modal .theme-social-login button:hover .fa.fa-google {
  color: var(--color-white);
}

.theme-authentication-modal .theme-social-login button.fb-login {
  color: #3067FF;
  border-color: #3067FF;
}

.theme-authentication-modal .theme-social-login button.fb-login:hover {
  color: var(--color-white);
  background-color: #3067FF;
}

.theme-authentication-modal .theme-social-login button.fb-google {
  color: #dd4b39;
  border-color: #dd4b39;
}

.theme-authentication-modal .theme-social-login button.fb-google:hover {
  color: var(--color-white);
  background-color: #dd4b39;
}

.theme-authentication-modal .theme-social-login button .fa {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
  margin-right: 5px;
}

.theme-authentication-modal .theme-social-login button .fa.fa-facebook {
  color: #3067FF;
}

.theme-authentication-modal .theme-social-login button .fa.fa-google {
  color: #dd4b39;
}

.theme-authentication-modal .theme-modal-bottom {
  padding: 20px 25px;
  border-radius: 0 0 8px 8px;
  text-align: center;
  background-color: var(--color-bg-lighter);
}

.theme-authentication-modal .theme-modal-bottom p {
  font-weight: 400;
  margin-bottom: 0;
}

.theme-authentication-modal .theme-modal-bottom p a {
  display: inline-block;
  margin-left: 15px;
  text-decoration: underline;
  color: var(--color-primary);
}

.theme-authentication-modal .theme-modal-bottom p a:hover {
  color: var(--color-primary);
}

.theme-authentication-modal .theme-modal-bottom .message {
  padding: 15px 30px;
  text-align: center;
}

.theme-authentication-modal #recover-pass-modal {
  margin: 0 !important;
  padding: 20px 30px 30px 30px;
}

.theme-authentication-modal #recover-pass-modal .directorist-btn {
  font-size: 14px;
  margin-top: 15px;
  background-color: var(--color-primary);
}

.theme-authentication-modal #recover-pass-modal .directorist-form-element + p {
  margin-bottom: 0;
}

.theme-authentication-modal form fieldset > p {
  color: var(--color-dark);
  font-size: 16px;
  line-height: 1.75;
  font-weight: 500;
}

.login_modal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.login_modal i {
  cursor: pointer;
  font-size: 20px;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .modal-dialog {
    max-width: 420px;
    margin: 1.75rem auto;
  }
}

.modal-backdrop.show {
  z-index: 2;
}

.directorist-content-active .theme-login-modal__btn {
  background-color: var(--color-primary) !important;
  border: 1px solid var(--color-primary) !important;
}

.directorist-content-active .theme-login-modal__btn:focus {
  background-color: var(--color-dark) !important;
  border-color: var(--color-dark) !important;
}

@media only screen and (max-width: 991px) {
  .theme-header-action__add-listing .btn,
  .login_modal {
    width: 30px;
    height: 30px;
    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;
    border-radius: 3px;
    color: var(--color-white);
    padding: 8px 8px;
  }
  .theme-header-action__add-listing .btn i,
  .login_modal i {
    font-size: 16px;
    margin-top: 0;
  }
}

.gallery-item:hover img {
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
}

/* Custom Change for RTL */
body.rtl .theme-header-logo__img svg {
  direction: rtl;
}

body.rtl .owl-nav button,
body.rtl #theme-catagories__nav .theme-swiper-button-nav {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

body.rtl #theme-testimonial__nav.theme-swiper-button-nav-wrap .theme-swiper-button-nav {
  -webkit-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
}

body.rtl .directorist-search-form .directorist-search-form-action .directorist-search-form-action__submit .directorist-btn.directorist-btn-lg span {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}

body.rtl .pagination-area .page-numbers.next,
body.rtl .pagination-area .page-numbers.prev,
body.rtl .theme-el-dir-listings-more-btn .btn i,
body.rtl .directorist-pagination .page-numbers.next,
body.rtl .directorist-pagination .page-numbers.prev,
body.rtl .widget .theme-subscription-box__submit button i,
body.rtl .directorist-signle-listing-top .directorist-return-back i,
body.rtl .theme-blog-grid-area .comment-pagination .page-numbers svg,
body.rtl .theme-blog-grid-area .theme-pagination-area .page-numbers svg,
body.rtl .theme-single-categories__carousel .theme-categories__btn--btn i,
body.rtl .theme-swiper-nested .theme-swiper-button-nav-wrap .theme-swiper-button-nav svg,
body.rtl .theme-single-listing-slider .theme-swiper-navigation .theme-swiper-button-nav i,
body.rtl .theme-single-listing-sliding .theme-swiper-navigation .theme-swiper-button-nav i,
body.rtl .theme-swiper-slider__top .theme-swiper-button-nav-wrap .theme-swiper-button-nav i,
body.rtl .directorist-user-dashboard-tabcontent .directorist-dashboard-pagination .page-numbers i,
body.rtl .atbd_location_grid_wrap .atbd_location_grid figure figcaption .directorist-location-content .directorist-location i,
body.rtl .theme-categories-carousel .theme-categories-carousel__single.theme-location-style .theme-single-categories__title h6 i {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

body.rtl .theme-more-btn.theme-more-blog a i,
body.rtl footer .widget .widget-subscribe .submit-btn {
  -webkit-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
}

body.rtl input,
body.rtl textarea,
body.rtl [type="tel"],
body.rtl [type="url"],
body.rtl [type="email"],
body.rtl [type="number"] {
  direction: ltr;
}

body.rtl .directorist-map-search .select2.select2-container .select2-selection--single .select2-selection__rendered {
  padding: 0 20px !important;
}

body.rtl .main-breadcrumb ul li:after {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
  margin: 0;
}

body.rtl .directorist-open-hours li .directorist-open-hours__time span {
  display: inline-block;
}

body.rtl .directorist-search-field .price-range .ui-slider-horizontal,
body.rtl .directorist-archive-contents .directorist-advanced-filter__advanced--element.directorist-advanced-filter__advanced--pricing .directorist-price-ranges .slider-range {
  margin-right: unset;
  margin-left: 16px;
}

body.rtl .directorist-open-hours li .directorist-open-hours__time span {
  display: inline-block;
}

body.rtl .daterangepicker .drp-calendar.left {
  margin-right: 0;
}

body.rtl .directorist-review-content .directorist-review-content__header h3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

body.rtl .directorist-review-content .directorist-review-content__header h3 span {
  margin-left: 5px;
}

body.rtl .directorist-check-in-check-out .directorist-booking-entry {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

body.rtl .directorist-check-in-check-out .directorist-booking-entry .directorist-booking-entry__data {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  border: none;
  outline: none;
  border-right: 1px solid #eff1f6;
}

body.rtl .directorist-check-in-check-out .directorist-booking-entry .directorist-booking-entry__data:last-child {
  border: none;
}

body.rtl .theme-post-single .theme-post-body .wp-block-quote cite {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

body.rtl .theme-post-single .theme-post-body .wp-block-quote cite:before {
  top: 15px;
}

body.rtl .theme-post-single .theme-post-body .wp-block-quote p:before {
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}

.site-footer {
  background-color: var(--bgcolor-footer);
}

.site-footer .theme-footer-top-area {
  padding: 70px 0 45px;
  border-top: 1px solid rgba(var(--color-footer-divider), 0.1);
}

@media only screen and (max-width: 991px) {
  .site-footer .theme-footer-top-area {
    padding: 50px 0 8px;
  }
}

@media only screen and (max-width: 767px) {
  .site-footer .theme-footer-top-area {
    padding: 40px 0 0px;
  }
}

.site-footer .theme-footer-top-area a {
  color: rgba(var(--color-footer-link), 0.4);
}

.site-footer .theme-footer-top-area a:hover {
  color: var(--color-footer-link-hover);
}

@media only screen and (max-width: 1199px) {
  .dir-listings_with_map .site-footer {
    padding-bottom: 62px;
  }
}

.theme-footer-top-area .theme-subscription-box {
  max-width: 255px;
}

@media only screen and (max-width: 991px) {
  .theme-footer-top-area .theme-subscription-box__input {
    min-width: auto;
  }
}

@media only screen and (max-width: 991px) {
  .theme-footer-top-area .theme-subscription-box__input input {
    min-width: auto;
  }
}

/* Menu  */
.theme-footer-top-area .widget.widget_nav_menu ul li a {
  color: rgba(var(--color-footer-link), 0.4);
}

.theme-footer-top-area .widget.widget_nav_menu ul li a:hover {
  color: var(--color-footer-link-hover);
}

/* Copyright Text */
.theme-footer-bottom-area .theme-copyright-text {
  font-size: 15px;
  font-weight: 400;
  text-align: center;
  padding: 25px 0;
  color: rgba(var(--color-footer-text), 0.4);
  border-top: 1px solid rgba(var(--color-footer-divider), 0.1);
}

.theme-footer-bottom-area .theme-copyright-text a {
  font-weight: 500;
  color: rgba(var(--color-footer-link), 0.4);
}

.theme-footer-bottom-area .theme-copyright-text a:hover {
  color: var(--color-footer-link-hover);
}

/* Subscribe box */
.theme-footer-top-area .dhotels_widget_buttons .widget-subscribe {
  font-size: 15px;
  font-weight: 400;
}

.theme-footer-top-area .dhotels_widget_buttons .widget-subscribe .widget-subscribe__body {
  padding: 0;
}

/* Social */
.theme-footer-top-area .theme-about-widget__social ul li a {
  background-color: rgba(var(--color-footer-link), 0.1) !important;
}

.theme-footer-top-area .theme-about-widget__social ul li a svg {
  fill: var(--color-white) !important;
}

.theme-footer-top-area .theme-about-widget__social ul li a i,
.theme-footer-top-area .theme-about-widget__social ul li a span.la,
.theme-footer-top-area .theme-about-widget__social ul li a span.lab,
.theme-footer-top-area .theme-about-widget__social ul li a span.lar,
.theme-footer-top-area .theme-about-widget__social ul li a span.las,
.theme-footer-top-area .theme-about-widget__social ul li a span.fab,
.theme-footer-top-area .theme-about-widget__social ul li a span.fas,
.theme-footer-top-area .theme-about-widget__social ul li a span.far {
  color: var(--color-white) !important;
}

.theme-footer-top-area .theme-about-widget__social ul li a:hover {
  background-color: var(--color-primary) !important;
}

.theme-footer-top-area .theme-about-widget__social ul li a {
  border-radius: 10px;
}

.theme-footer-top-area .theme-about-widget__social ul li a i,
.theme-footer-top-area .theme-about-widget__social ul li a span.la,
.theme-footer-top-area .theme-about-widget__social ul li a span.lab,
.theme-footer-top-area .theme-about-widget__social ul li a span.las,
.theme-footer-top-area .theme-about-widget__social ul li a span.lar,
.theme-footer-top-area .theme-about-widget__social ul li a span.fa,
.theme-footer-top-area .theme-about-widget__social ul li a span.fas,
.theme-footer-top-area .theme-about-widget__social ul li a span.fab {
  color: var(--color-white);
}

/* calendar */
.theme-footer-top-area .widget {
  color: rgba(var(--color-footer-text), 0.4);
}

.theme-footer-top-area .widget_calendar .wp-calendar-table thead tr th {
  color: rgba(var(--color-footer-link), 0.9);
}

.theme-footer-top-area .widget_calendar .wp-calendar-table tr td,
.theme-footer-top-area .widget_calendar .wp-calendar-table tr th {
  color: rgba(var(--color-footer-link), 0.6);
}

.theme-footer-top-area .widget_calendar .wp-calendar-table tr td#today,
.theme-footer-top-area .widget_calendar .wp-calendar-table tr th#today {
  color: rgba(var(--color-footer-link), 0.9);
  background-color: var(--color-primary);
}

.theme-footer-top-area .widget_calendar .wp-calendar-table tr:nth-child(even) {
  background-color: transparent;
}

.theme-footer-top-area .widget_calendar table tr td,
.theme-footer-top-area .widget_calendar table tr th {
  text-align: center;
  padding: 9px 12px;
  border-bottom: 1px solid var(--color-border);
}

.theme-footer-top-area .widget_calendar table tr td:not(:last-child),
.theme-footer-top-area .widget_calendar table tr th:not(:last-child) {
  border-right: 1px solid var(--color-border);
}

/* categories list */
.theme-footer-top-area .widget.widget_categories ul li.cat-item a {
  color: rgba(var(--color-footer-link), 0.4);
}

.theme-footer-top-area .widget.widget_categories ul li.cat-item a:hover {
  color: var(--color-white);
}

.theme-footer-top-area .widget.widget_categories ul li.cat-item a:hover:after {
  color: var(--color-footer-link-hover);
}

.theme-footer-top-area {
  /* recent comment */
  /* recent entries */
  /* rss */
  /* textwidget */
  /* categories */
}

.theme-footer-top-area .widget_recent_comments .comment-author-link a {
  color: rgba(var(--color-footer-link), 0.8);
}

.theme-footer-top-area .widget_recent_comments .comment-author-link a:hover {
  color: var(--color-footer-link-hover);
}

.theme-footer-top-area .widget_recent_entries ul li:last-child {
  margin-bottom: 0;
}

.theme-footer-top-area .widget_recent_entries ul li a {
  color: var(--color-footer-link);
}

.theme-footer-top-area .widget_recent_entries ul li a:hover {
  color: var(--color-footer-link-hover);
}

.theme-footer-top-area .widget_rss ul li a {
  color: var(--color-footer-link);
}

.theme-footer-top-area .widget_rss ul li a:hover {
  color: var(--color-footer-link-hover);
}

.theme-footer-top-area .textwidget p {
  color: rgba(var(--color-footer-link), 0.4);
}

.theme-footer-top-area .widget_tag_cloud .tagcloud a {
  color: rgba(var(--color-footer-link), 0.4);
  border: 1px solid rgba(var(--color-footer-link), 0.4);
}

.theme-footer-top-area .widget_tag_cloud .tagcloud a:hover {
  border: 1px solid var(--color-primary);
  color: var(--color-footer-link-hover);
}

.theme-footer-top-area .widget_dhotels_post .theme-posts .theme-item .theme-title a {
  color: rgba(var(--color-footer-link), 0.8);
}

.theme-footer-top-area .widget_dhotels_post .theme-posts .theme-item .theme-title a:hover {
  color: var(--color-footer-link-hover);
}

.theme-footer-top-area .atbdp-widget-categories ul.atbdp_parent_category li a {
  color: rgba(var(--color-footer-link), 0.4);
}

.theme-footer-top-area .atbdp-widget-categories ul.atbdp_parent_category li a:hover {
  color: var(--color-footer-link-hover);
}

.theme-footer-top-area .atbd_categorized_listings {
  padding: 0;
}

.theme-footer-top-area .atbd_categorized_listings .listings > li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}

.theme-footer-top-area .atbd_categorized_listings .listings > li .atbd_right_content .cate_title a {
  color: rgba(var(--color-footer-link), 0.8);
}

.theme-footer-top-area .atbd_categorized_listings .listings > li .atbd_right_content .cate_title a:hover {
  color: var(--color-footer-link-hover);
}

.theme-footer-top-area .atbd_categorized_listings .listings > li .atbd_right_content .directory_tag a {
  color: rgba(var(--color-footer-link), 0.4);
}

.theme-footer-top-area .atbd_categorized_listings .listings > li .atbd_right_content .directory_tag a:hover {
  color: var(--color-footer-link-hover);
}

.theme-footer-top-area .atbd_categorized_listings .listings > li .atbd_right_content .directory_tag span {
  color: rgba(var(--color-footer-link), 0.4);
}

.theme-footer-top-area .default-ad-search .directorist-advanced-filter__basic .directorist-advanced-filter__basic--element .directorist-search-field > label {
  color: rgba(var(--color-footer-link), 0.8);
}

.theme-footer-top-area .directorist-advanced-filter__advanced--element .directorist-search-field > label {
  color: rgba(var(--color-footer-link), 0.8);
}

/* Footer Widget */
.theme-footer-top-area .widget.atbd_widget,
.theme-footer-top-area .widget.atbd_widget[id^="bd"],
.theme-footer-top-area .widget.atbd_widget[id^="dcl"] {
  -webkit-box-shadow: 0 0;
          box-shadow: 0 0;
  background-color: transparent;
}

.theme-footer-top-area .widget.atbd_widget .atbd_widget_title,
.theme-footer-top-area .widget.atbd_widget .widgettitle,
.theme-footer-top-area .widget.atbd_widget[id^="bd"] .atbd_widget_title,
.theme-footer-top-area .widget.atbd_widget[id^="bd"] .widgettitle,
.theme-footer-top-area .widget.atbd_widget[id^="dcl"] .atbd_widget_title,
.theme-footer-top-area .widget.atbd_widget[id^="dcl"] .widgettitle {
  padding: 0;
  border-bottom: 0 none;
}

.theme-footer-top-area .widget.atbd_widget .atbdp,
.theme-footer-top-area .widget.atbd_widget .directorist,
.theme-footer-top-area .widget.atbd_widget[id^=bd] .atbdp,
.theme-footer-top-area .widget.atbd_widget[id^=bd] .directorist,
.theme-footer-top-area .widget.atbd_widget[id^=dcl] .atbdp,
.theme-footer-top-area .widget.atbd_widget[id^=dcl] .directorist {
  padding: 0;
}

.theme-footer-top-area .widget.atbd_widget[id^=bd] .atbd_widget_title h4,
.theme-footer-top-area .widget.atbd_widget[id^=dcl] .atbd_widget_title h4,
.theme-footer-top-area .widget.atbd_widget .atbd_widget_title h4 {
  margin-bottom: 18px !important;
  font-size: 15px;
  font-weight: 600;
  color: var(--color-footer-title);
  text-transform: capitalize;
}

.theme-footer-top-area .widget.atbd_widget[id^=bd] a,
.theme-footer-top-area .widget.atbd_widget[id^=dcl] a,
.theme-footer-top-area .widget.atbd_widget a {
  font-size: 14px;
  font-weight: 500;
  color: rgba(var(--color-footer-link), 0.4);
}

.theme-footer-top-area .widget.atbd_widget[id^=bd] a + span,
.theme-footer-top-area .widget.atbd_widget[id^=dcl] a + span,
.theme-footer-top-area .widget.atbd_widget a + span {
  color: rgba(var(--color-footer-link), 0.4);
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.theme-footer-top-area .widget.atbd_widget[id^=bd] a:hover,
.theme-footer-top-area .widget.atbd_widget[id^=dcl] a:hover,
.theme-footer-top-area .widget.atbd_widget a:hover {
  color: var(--color-footer-link-hover);
}

.theme-footer-top-area .widget.atbd_widget[id^=bd] a:hover + span,
.theme-footer-top-area .widget.atbd_widget[id^=dcl] a:hover + span,
.theme-footer-top-area .widget.atbd_widget a:hover + span {
  color: var(--color-footer-link-hover);
}

.theme-footer-top-area .widget.atbd_widget[id^=bd] .atbdp-widget-categories .atbdp_child_location,
.theme-footer-top-area .widget.atbd_widget[id^=dcl] .atbdp-widget-categories .atbdp_child_location,
.theme-footer-top-area .widget.atbd_widget .atbdp-widget-categories .atbdp_child_location {
  margin-top: 6px;
}

.theme-footer-top-area .widget.atbd_widget[id^=bd] .atbdp-widget-categories .atbdp_child_location li,
.theme-footer-top-area .widget.atbd_widget[id^=dcl] .atbdp-widget-categories .atbdp_child_location li,
.theme-footer-top-area .widget.atbd_widget .atbdp-widget-categories .atbdp_child_location li {
  margin-bottom: 6px;
}

.theme-footer-top-area .widget {
  font-size: 0.9375rem;
  line-height: 1.73;
}

.theme-footer-top-area .widget .widget-title {
  font-size: 15px;
  font-weight: 600;
  color: var(--color-footer-title);
}

.theme-footer-top-area .theme-about-widget img {
  max-width: 130px;
}

.theme-footer-top-area a {
  font-size: 14px;
  color: var(--color-body);
  text-decoration: none;
}

.theme-footer-top-area a:hover {
  color: var(--color-primary);
}

.theme-footer-top-area select {
  min-height: 46px;
  border-radius: 6px;
  padding: 0 15px;
  border-color: var(--color-border);
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.theme-footer-top-area .widget_calendar .wp-calendar-nav {
  display: none;
}

.theme-footer-top-area select::-ms-expand {
  display: none;
}

.theme-footer-top-area .widget.widget_tag_cloud .tagcloud {
  padding: 0;
}

.theme-footer-top-area .widget.widget_nav_menu ul ul {
  padding-left: 20px;
}

.theme-footer-top-area .theme-about-widget__social ul li a {
  border-radius: 10px;
}

.theme-footer-top-area .theme-subscription-box {
  margin-top: 20px;
}

.theme-footer-top-area .widget.atbd_widget[id^=bd] .atbdp.atbdp-widget-tags ul li a,
.theme-footer-top-area .widget.atbd_widget[id^=bd] .directorist.atbdp-widget-tags ul li a,
.theme-footer-top-area .widget.atbd_widget[id^=dcl] .atbdp.atbdp-widget-tags ul li a,
.theme-footer-top-area .widget.atbd_widget[id^=dcl] .directorist.atbdp-widget-tags ul li a,
.theme-footer-top-area .widget.atbd_widget .atbdp.atbdp-widget-tags ul li a,
.theme-footer-top-area .widget.atbd_widget .directorist.atbdp-widget-tags ul li a {
  color: rgba(var(--color-footer-link), 0.4);
  border: 1px solid rgba(var(--color-footer-link), 0.4);
}

.theme-footer-top-area .widget.atbd_widget[id^=bd] .atbdp.atbdp-widget-tags ul li a:hover,
.theme-footer-top-area .widget.atbd_widget[id^=bd] .directorist.atbdp-widget-tags ul li a:hover,
.theme-footer-top-area .widget.atbd_widget[id^=dcl] .atbdp.atbdp-widget-tags ul li a:hover,
.theme-footer-top-area .widget.atbd_widget[id^=dcl] .directorist.atbdp-widget-tags ul li a:hover,
.theme-footer-top-area .widget.atbd_widget .atbdp.atbdp-widget-tags ul li a:hover,
.theme-footer-top-area .widget.atbd_widget .directorist.atbdp-widget-tags ul li a:hover {
  color: var(--color-footer-link-hover);
  border: 1px solid var(--color-primary);
}

.theme-footer-top-area .widget_text .textwidget {
  padding: 0;
}

.theme-footer-top-area .widget_text .textwidget .mc4wp-form {
  margin-top: 20px;
}

.theme-footer-top-area .widget_text .textwidget .mc4wp-form .mc4wp-response {
  margin-top: 15px;
}

.theme-footer-top-area .widget .atbd_author_info_widget .atbd_avatar_wrapper {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.theme-footer-top-area .widget .atbd_author_info_widget .atbd_avatar_wrapper .atbd_name_time {
  margin-left: 15px;
}

.theme-footer-top-area .widget .atbd_author_info_widget .atbd_avatar_wrapper .atbd_name_time h4 {
  color: var(--color-footer-title);
  margin-bottom: 0;
}

.theme-footer-top-area .widget .atbd_author_info_widget .atbd_widget_contact_info {
  margin-top: 10px;
}

.theme-footer-top-area .widget .atbd_author_info_widget .atbd_widget_contact_info ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.theme-footer-top-area .widget .atbd_author_info_widget .atbd_widget_contact_info ul li span.la {
  color: var(--color-light-gray);
  margin-right: 8px;
}

.theme-footer-top-area .widget .atbd_author_info_widget .atbd_widget_contact_info ul li .atbd_info {
  color: rgba(var(--color-footer-link), 0.4) !important;
}

.theme-footer-top-area .widget .atbd_author_info_widget .atbd_social_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.theme-footer-top-area .widget .atbd_author_info_widget .atbd_social_wrap p {
  margin: 0 5px 5px 0;
}

.theme-footer-top-area .widget .atbd_author_info_widget .atbd_social_wrap p span {
  font-size: 18px;
}

.theme-footer-top-area .widget .atbd_author_info_widget a.btn {
  width: 100%;
  color: var(--color-white);
}

.theme-footer-top-area .widget .atbd_author_info_widget a.btn.btn-contact {
  margin-bottom: 10px;
}

.theme-footer-top-area .widget.atbd_widget[id^=bd] .atbd_author_info_widget .atbd_social_wrap p a {
  width: auto;
  border-radius: 8px;
}

.theme-footer-top-area .widget.atbd_widget[id^=bd] .atbd_author_info_widget a.btn {
  color: var(--color-white) !important;
}

.theme-footer-top-area .widget.atbd_widget[id^=bd] .atbd_author_info_widget a.btn:hover {
  background-color: var(--color-white) !important;
  border: 1px solid var(--color-white) !important;
  color: var(--color-dark) !important;
}

.theme-footer-top-area .widget.bdb_widget .directorist-booking-dropdown-wrap .directorist-booking-panel-dropdown .directorist-booking-ts-dropdown-toggle {
  background-color: var(--color-white);
  color: var(--color-dark);
}

.theme-footer-top-area .widget.bdb_widget .directorist-booking-dropdown-wrap .directorist-booking-panel-dropdown .directorist-booking-panel-dropdown-content {
  color: var(--color-dark);
}

.theme-footer-top-area .widget.bdb_widget .atbd-drop-select .directorist-dropdown__toggle {
  background-color: var(--color-white);
  color: var(--color-dark) !important;
}

.theme-footer-top-area .widget.bdb_widget .atbd-drop-select .directorist-dropdown__links a {
  color: var(--color-dark);
}

.theme-footer-top-area .widget.atbd_widget .directorist-open-hours {
  padding: 20px 0;
}

.theme-footer-top-area .widget.atbd_widget .directorist-open-hours ul li .directorist-business-day {
  color: var(--color-white);
}

.theme-footer-top-area .widget.atbd_widget .directorist-open-hours ul li .directorist-open-hours__time {
  color: var(--color-white);
}

.theme-footer-top-area .widget.atbd_widget .atbdp-widget-listing-contact .directorist-contact-owner-form button.btn {
  color: var(--color-white) !important;
}

.theme-footer-top-area .widget.atbd_widget .atbdp-widget-listing-contact .directorist-contact-owner-form button.btn:hover {
  color: var(--color-primary) !important;
}

/*------------------------------------*\
  #. Menu & Footer Colors
\*------------------------------------*/
.menu-area .mainmenu__menu .navbar-nav > li.current-menu-item > a,
.menu-area .mainmenu__menu .navbar-nav > li.current-menu-item .current-menu-item > a,
.menu-area .mainmenu__menu .navbar-nav li.current-menu-parent .current-menu-item > a,
.menu-area .mainmenu__menu .navbar-nav li.current_page_item > a,
.menu-area .mainmenu__menu .navbar-nav > li.menu-item-has-children .current-menu-item > a .mainmenu__menu .navbar-nav > li.menu-item .sub-menu a:hover {
  color: var(--color-menu-active-disble);
  background-color: var(--bgcolor-menu-active);
}

.menu-area .mainmenu__menu .navbar-nav > li.current-menu-parent > a {
  color: var(--color-menu-active);
}

.menu-area .mainmenu__menu .navbar-nav > li.current-menu-parent > a:after {
  color: var(--color-menu-active);
}

.mainmenu__menu .navbar-nav > li.menu-item .sub-menu a:hover {
  color: var(--color-menu-hover);
}

.theme-login-modal .modal-body .form-excerpts ul li a:hover,
.theme-login-modal .recovery_status .error,
.signup-user-modal .modal-body .form-excerpts ul li a:hover .menu-area .author__access_area ul li .access-link a {
  color: var(--color-menu-hover);
}

.keep_signed label input[type="checkbox"]:checked + span:before {
  color: var(--color-white);
}

.menu-area .search-form button,
.mainmenu__menu .navbar-nav .menu-item-has-children > a:after,
.card-categories .card-categories_body:hover .card-text-content .card-text {
  color: var(--color-white-rgb-8);
}

.footer-top .widget_nav_menu h2.widget-title,
.footer-top .widget_text h2.widget-title {
  color: var(--color-white-rgb-9);
}

.menu-area .mainmenu__menu .navbar-nav > li > a {
  color: var(--color-menu);
}

.menu-area .mainmenu__menu .navbar-nav > li > a:hover {
  color: var(--color-menu-hover);
}

.menu-area .author__access_area ul li > span {
  color: rgba(39, 43, 65, 0.5);
}

.menu-area .mainmenu__menu .navbar-nav > li.has_dropdown .dropdown-menu a,
.menu-area .mainmenu__menu .navbar-nav > li.has_dropdown .dropdown-menu .dropdown-menu--inner > ul li a,
.menu-area .mainmenu__menu .navbar-nav .menu-item-has-children > a:after {
  color: var(--color-gray);
}

.theme-login-modal .modal-header .modal-title i,
.signup-user-modal .modal-header .modal-title i {
  color: var(--color-light);
}

.theme-login-modal #dlist_recovery_password .recovery_status .success {
  color: var(--color-success);
}

input::-webkit-input-placeholder {
  color: rgba(145, 146, 163, 0.7);
}

input::-moz-placeholder {
  color: rgba(145, 146, 163, 0.7);
}

input:-ms-input-placeholder {
  color: rgba(145, 146, 163, 0.7);
}

input::-ms-input-placeholder {
  color: rgba(145, 146, 163, 0.7);
}

input::placeholder {
  color: rgba(145, 146, 163, 0.7);
}

.footer-top ul li a,
.footer-top p,
.footer-top a,
.footer-bottom .footer-bottom--content p a,
.footer-bottom ul li a,
.footer-bottom p,
.footer-bottom a,
footer .social.social--small ul li a {
  color: var(--color-white-rgb-4);
}

footer .widget.widget_dhotels_about .social--small ul li a:hover {
  color: var(--color-white);
}

/* Background color */
.menu-area .mainmenu__menu .navbar-nav > li.has_dropdown .dropdown-menu .dropdown-menu--inner > ul,
.mainmenu__menu .navbar-nav > li.menu-item .sub-menu {
  background-color: var(--color-white);
}

.status span.status-failed {
  background: rgba(248, 7, 24, 0.1);
  color: var(--color-danger);
}

.status span.status-success {
  background: rgba(40, 168, 0, 0.1);
  color: var(--color-success);
}

.pricing.atbd_pricing_special .atbd_popular_main .atbd_popular_badge {
  background: var(--color-primary-rgb-1);
}

.footer-three {
  background: #f4f4f4;
}

.overlay.overlay--dark:before {
  background: rgba(47, 38, 57, 0.8);
}

/* Border color */
.menu-area .author__notification_area {
  border-color: var(--color-white-rgb-1);
}

.form-control:focus,
.lisitng_button {
  border: 1px solid var(--color-primary);
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.theme-login-modal .recover-pass-form input[type="text"],
.keep_signed label .cf-select:before,
.navbar-toggler {
  border: 1px solid var(--color-border);
}

.keep_signed label input[type="checkbox"]:checked + span:before {
  border-color: var(--color-primary);
}

/* Box shadow color */
.menu-area {
  -webkit-box-shadow: 0 5px 15px rgba(146, 153, 184, 0.1);
          box-shadow: 0 5px 15px rgba(146, 153, 184, 0.1);
}

.mainmenu__menu .navbar-nav > li:not(.multi-column-menu).menu-item .sub-menu,
.mainmenu__menu .navbar-nav > li:not(.multi-column-menu).menu-item .sub-menu .menu-item-has-children > ul {
  -webkit-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
          box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
}

@font-face {
  font-family: "theme-icons";
  src: url("../../assets/fonts/theme-icons.eot");
  src: url("../../assets/fonts/theme-icons.eot?#iefix") format("embedded-opentype"), url("../../assets/fonts/theme-icons.woff") format("woff"), url("../../assets/fonts/theme-icons.ttf") format("truetype"), url("../../assets/fonts/theme-icons.svg#theme-icons") format("svg");
  font-weight: normal;
  font-style: normal;
}

[data-icon]:before {
  font-family: "theme-icons" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

[class^="themeicon-"]:before,
[class*=" themeicon-"]:before {
  font-family: "theme-icons" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.themeicon-angle-left-solid:before {
  content: "\61";
}

.themeicon-angle-right-solid:before {
  content: "\62";
}

.themeicon-facebook:before {
  content: "\63";
}

.themeicon-facebook-square:before {
  content: "\64";
}

.themeicon-twitter:before {
  content: "\65";
}

.themeicon-times-circle:before {
  content: "\66";
}

.themeicon-times-circle-solid:before {
  content: "\67";
}

.themeicon-times-solid:before {
  content: "\68";
}

.themeicon-user:before {
  content: "\69";
}

.themeicon-instagram:before {
  content: "\6a";
}

.themeicon-paper-plane:before {
  content: "\6d";
}

.themeicon-paper-plane-solid:before {
  content: "\6e";
}

.themeicon-pinterest:before {
  content: "\6f";
}

.themeicon-plus-solid:before {
  content: "\70";
}

.themeicon-rss-solid:before {
  content: "\71";
}

.themeicon-search-solid:before {
  content: "\72";
}

.themeicon-vimeo:before {
  content: "\74";
}

.themeicon-user-solid:before {
  content: "\75";
}

.themeicon-user-circle:before {
  content: "\76";
}

.themeicon-facebook-f:before {
  content: "\77";
}

.themeicon-linkedin-in:before {
  content: "\6b";
}

.themeicon-link-h:before {
  content: "\78";
}

.themeicon-vk:before {
  content: "\79";
}

.themeicon-tumblr:before {
  content: "\7a";
}

.themeicon-github:before {
  content: "\41";
}

.themeicon-reddit:before {
  content: "\42";
}

.themeicon-bars-solid:before {
  content: "\43";
}

.themeicon-angle-up-solid:before {
  content: "\44";
}

.themeicon-angle-down-solid:before {
  content: "\45";
}

.themeicon-youtube:before {
  content: "\73";
}

.themeicon-plus-circle:before {
  content: "\47";
}

.themeicon-reply-solid:before {
  content: "\46";
}

.themeicon-edit:before {
  content: "\48";
}

.themeicon-angle-double-right:before {
  content: "\6c";
}

.themeicon-quote-right:before {
  content: "\49";
}

.themeicon-quote-left:before {
  content: "\4a";
}

.themeicon-star:before {
  content: "\4b";
}

.themeicon-star-half-o:before {
  content: "\4d";
}

.themeicon-star-o:before {
  content: "\4e";
}

.themeicon-check:before {
  content: "\4c";
}

.themeicon-minus-solid:before {
  content: "\4f";
}

.themeicon-tag:before {
  content: "\51";
}

.directorist-archive-list-view .directorist-container-fluid,
.directorist-archive-grid-view .directorist-container-fluid {
  padding-right: 5px;
  padding-left: 5px;
}

.container .directorist-container-fluid {
  padding: 0;
}

/*-------------------------------------
  #. Banner
---------------------------------------*/
.banner {
  background-color: var(--color-gray);
  text-align: center;
  position: relative;
}

.banner:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(var(--color-dark-rgb), 0.56);
}

.banner .banner-content {
  position: relative;
  padding: 4.0625rem 0;
}

.banner .banner-content h1 {
  color: var(--color-banner_title);
  font-size: 36px;
  font-weight: 500;
  margin-bottom: 0;
  line-height: 1.16667;
  line-height: 1.85714;
  line-height: 1.5;
  word-wrap: break-word;
}

@media only screen and (max-width: 991px) {
  .banner .banner-content h1 {
    font-size: 30px;
  }
}

@media only screen and (max-width: 767px) {
  .banner .banner-content h1 {
    font-size: 26px;
  }
}

.theme-single-post .banner .banner-content {
  padding: 44px 0;
}

/* Breadcrumb Trail */
.main-breadcrumb {
  margin-top: 13px;
  color: var(--color-breadcrumb_separator);
}

.main-breadcrumb span {
  color: var(--color-breadcrumb-active);
}

.main-breadcrumb a span {
  color: var(--color-breadcrumb-link);
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.main-breadcrumb a span:hover {
  color: var(--color-breadcrumb-link-hover);
}

.main-breadcrumb ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.main-breadcrumb ul li {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 15px;
  line-height: 1;
}

.main-breadcrumb ul li:after {
  content: "\62";
  font-family: "theme-icons";
  padding: 0 10px;
  font-weight: 600;
  margin-top: 4px;
  color: var(--color-breadcrumb_separator);
  font-size: 0.75rem;
}

.main-breadcrumb ul li:last-of-type::after {
  display: none;
}

/* Preloader */
#theme-preloader {
  background-color: var(--color-white);
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: fixed;
  height: 100%;
  left: 0;
  overflow: visible;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9999999;
}

#theme-preloader svg {
  width: 150px;
  height: 150px;
  fill: var(--color-secondary);
}

#theme-preloader .theme-preloader-wrapper {
  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;
  width: 100%;
  height: 100%;
}

#theme-preloader .theme-preloader-wrapper svg g circle {
  fill: var(--color-primary);
}

a.theme-back-to-top {
  background-color: var(--color-primary);
  color: var(--color-white);
  display: block;
  position: fixed;
  z-index: 5;
  bottom: -50px;
  right: 20px;
  height: 40px;
  width: 40px;
  font-size: 16px;
  line-height: 40px;
  text-align: center;
  -webkit-transition: all 0.5s cubic-bezier(0, 0, 0.15, 1.88);
  transition: all 0.5s cubic-bezier(0, 0, 0.15, 1.88);
}

a.theme-back-to-top i {
  display: inline-block;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  font-weight: 900;
}

a.theme-back-to-top:hover {
  opacity: 0.8;
}

a.theme-back-to-top.tbtt-visible {
  bottom: 20px;
}

/* Section Padding */
.elementor-page .content_area {
  padding: 80px 0 100px;
}

@media only screen and (max-width: 991px) {
  .elementor-page .content_area {
    padding: 50px 0 50px;
  }
}

@media only screen and (max-width: 767px) {
  .elementor-page .content_area {
    padding: 40px 0 40px;
  }
}

.content_area {
  padding: 80px 0 100px;
}

@media only screen and (max-width: 991px) {
  .content_area {
    padding: 50px 0 50px;
  }
}

@media only screen and (max-width: 767px) {
  .content_area {
    padding: 40px 0 40px;
  }
}

.author-profile-section {
  padding: 68px 0 66px 0;
}

@media only screen and (max-width: 767px) {
  .author-profile-section {
    padding: 50px 0;
  }
}

.search-no-results .content-area,
body.archive .content-area,
.search-results .content-area,
.theme-archive:not(.elementor-page) .content-area,
.theme-single-page:not(.elementor-page) .content-area {
  padding: 50px 0 100px;
}

@media only screen and (max-width: 991px) {
  .search-no-results .content-area,
  body.archive .content-area,
  .search-results .content-area,
  .theme-archive:not(.elementor-page) .content-area,
  .theme-single-page:not(.elementor-page) .content-area {
    padding: 40px 0 80px;
  }
}

.search-no-results.theme-archive .content-area, .search-no-results.theme-dir-author .content-area, .search-no-results.theme-dir-all_locations .content-area, .search-no-results.theme-dir-category .content-area, .search-no-results.theme-blog .content-area,
body.archive.theme-archive .content-area,
body.archive.theme-dir-author .content-area,
body.archive.theme-dir-all_locations .content-area,
body.archive.theme-dir-category .content-area,
body.archive.theme-blog .content-area,
.search-results.theme-archive .content-area,
.search-results.theme-dir-author .content-area,
.search-results.theme-dir-all_locations .content-area,
.search-results.theme-dir-category .content-area,
.search-results.theme-blog .content-area,
.theme-archive:not(.elementor-page).theme-archive .content-area,
.theme-archive:not(.elementor-page).theme-dir-author .content-area,
.theme-archive:not(.elementor-page).theme-dir-all_locations .content-area,
.theme-archive:not(.elementor-page).theme-dir-category .content-area,
.theme-archive:not(.elementor-page).theme-blog .content-area,
.theme-single-page:not(.elementor-page).theme-archive .content-area,
.theme-single-page:not(.elementor-page).theme-dir-author .content-area,
.theme-single-page:not(.elementor-page).theme-dir-all_locations .content-area,
.theme-single-page:not(.elementor-page).theme-dir-category .content-area,
.theme-single-page:not(.elementor-page).theme-blog .content-area {
  padding: 50px 0 100px;
}

@media only screen and (max-width: 991px) {
  .search-no-results.theme-archive .content-area, .search-no-results.theme-dir-author .content-area, .search-no-results.theme-dir-all_locations .content-area, .search-no-results.theme-dir-category .content-area, .search-no-results.theme-blog .content-area,
  body.archive.theme-archive .content-area,
  body.archive.theme-dir-author .content-area,
  body.archive.theme-dir-all_locations .content-area,
  body.archive.theme-dir-category .content-area,
  body.archive.theme-blog .content-area,
  .search-results.theme-archive .content-area,
  .search-results.theme-dir-author .content-area,
  .search-results.theme-dir-all_locations .content-area,
  .search-results.theme-dir-category .content-area,
  .search-results.theme-blog .content-area,
  .theme-archive:not(.elementor-page).theme-archive .content-area,
  .theme-archive:not(.elementor-page).theme-dir-author .content-area,
  .theme-archive:not(.elementor-page).theme-dir-all_locations .content-area,
  .theme-archive:not(.elementor-page).theme-dir-category .content-area,
  .theme-archive:not(.elementor-page).theme-blog .content-area,
  .theme-single-page:not(.elementor-page).theme-archive .content-area,
  .theme-single-page:not(.elementor-page).theme-dir-author .content-area,
  .theme-single-page:not(.elementor-page).theme-dir-all_locations .content-area,
  .theme-single-page:not(.elementor-page).theme-dir-category .content-area,
  .theme-single-page:not(.elementor-page).theme-blog .content-area {
    padding: 40px 0 50px;
  }
}

.theme-single-page:not(.elementor-page).theme-dir-add-listing .content-area {
  padding: 0;
}

.theme-dir-single_category .content-area,
.theme-dir-search-result .content-area,
.theme-dir-single_tag .content-area,
.theme-dir-add-listing .content-area {
  padding: 45px 0 70px 0;
}

@media only screen and (max-width: 767px) {
  .theme-dir-single_category .content-area,
  .theme-dir-search-result .content-area,
  .theme-dir-single_tag .content-area,
  .theme-dir-add-listing .content-area {
    padding: 30px 0 50px 0;
  }
}

.content-area {
  padding: 100px 0;
}

.content-area.theme-single-blog {
  padding-top: 50px;
}

@media only screen and (max-width: 991px) {
  .content-area {
    padding: 80px 0;
  }
}

@media only screen and (max-width: 767px) {
  .content-area {
    padding: 60px 0;
  }
}

/* No Results */
.error-page {
  text-align: center;
}

.no-results.not-found {
  padding: 100px 0;
  text-align: center;
}

.no-results.not-found p {
  color: var(--color-gray);
  font-weight: 400;
  font-size: 16px;
  line-height: 1.75;
  margin-bottom: 15px;
}

.no-results.not-found form input {
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 6px;
  height: 46px;
  border: 1px solid var(--color-border-light);
  padding: 6px 15px;
  outline: none;
}

.no-results.not-found form input.search-field {
  min-width: 300px;
}

@media only screen and (max-width: 575px) {
  .no-results.not-found form input.search-field {
    min-width: auto;
    width: 100%;
  }
}

.no-results.not-found .search-submit {
  background-color: var(--color-primary);
  color: var(--color-white);
  border-radius: 6px;
  height: 46px;
  padding: 0 20px;
}

/* Search Results */
.search.search-results .post-each {
  background-color: var(--color-white);
  padding: 15px 30px;
  border-radius: 3px;
  margin-bottom: 20px;
}

.search.search-results .post-each .post-title {
  font-size: 18px;
}

.search.search-results .post-each .post-title a:hover {
  color: var(--color-primary);
}

.search.search-results .post-each .post-content p {
  font-size: 16px;
  line-height: 1.75;
  color: var(--color-gray);
  word-break: break-word;
}

.search.search-results .post-each .post-content p:first-child {
  margin-bottom: 0;
}

.custom-search-input .input-group {
  position: relative;
}

.custom-search-input .input-group input {
  width: 100%;
  border-radius: 25px;
  background: #f5f4f7;
  border: 0 none;
  height: 50px;
  padding: 0 60px 0 25px;
}

.custom-search-input .input-group input:focus {
  outline: 0;
}

.custom-search-input .input-group button {
  padding: 0 20px;
  border-radius: 25px;
  position: absolute;
  right: 0;
  top: 0;
  height: 50px;
  background: none;
  border: 0;
  cursor: pointer;
  color: var(--color-dark);
}

.form-control {
  border: 1px solid var(--color-border);
  padding: 0 15px;
  border-radius: 0.375rem;
}

.form-control::-webkit-input-placeholder {
  font-size: 0.875rem;
  font-weight: 400;
  color: #9299b8;
}

.form-control::-moz-placeholder {
  font-size: 0.875rem;
  font-weight: 400;
  color: #9299b8;
}

.form-control:-ms-input-placeholder {
  font-size: 0.875rem;
  font-weight: 400;
  color: #9299b8;
}

.form-control::-ms-input-placeholder {
  font-size: 0.875rem;
  font-weight: 400;
  color: #9299b8;
}

.form-control::placeholder {
  font-size: 0.875rem;
  font-weight: 400;
  color: #9299b8;
}
