/**
 * TT Theme - TurboTenant theme styles
 * Loaded in head via tt-elements plugin.
 * Formerly: turbotenant child theme style.css
 */

/* ==========================================================================
   Turbo Tenant - Custom styles
   Add your custom CSS below.
   ========================================================================== */

.btn-not-landlord .elementor-widget-container a {
  background-color: #ffffff;
  font-weight: 600;
  fill: #022c52;
  color: #022c52;
  border-style: none;
  padding: 20px;
  border-top: 1px solid #e7ebf0;
  border-bottom: 1px solid #e7ebf0;
  width: 100%;
  display: flex;
  justify-content: center;
  font-size: 15px;
}

body .dc-question-filter {
  z-index: 0;
}

/* CUSTOM MENU PRICING FOR AUTOPILOT PAGE */

/*
Pages for autopilot pricing menu
/tenant-placement-p
-- page-id-470 ( Local )
-- page-id-67850 ( Staging )
-- page-id-68446 ( Production )
*/

#menuitem-autopilot-pricing,
.mobile-mega-menu .menu-wrapper a.menuitem-autopilot-pricing,
/* -- page-id-470 ( Local ) */
body.page-id-470 #menuitem-pricing,
body.page-id-470 .menuitem-pricing,
body.page-id-470 .mobile-mega-menu a.menuitem-pricing,
/* -- page-id-67850 */
body.page-id-67850 #menuitem-pricing,
body.page-id-67850 .menuitem-pricing,
body.page-id-67850 .mobile-mega-menu a.menuitem-pricing,
/* -- page-id-68446 */
body.page-id-68446 #menuitem-pricing,
body.page-id-68446 .menuitem-pricing,
body.page-id-68446 .mobile-mega-menu a.menuitem-pricing {
  display: none;
}

/* -- page-id-470 ( Local ) */
body.page-id-470 .mobile-mega-menu .menu-wrapper a.menuitem-autopilot-pricing,
body.page-id-470 .menuitem-autopilot-pricing,
body.page-id-470 #menuitem-autopilot-pricing,
/* -- page-id-67850 */
body.page-id-67850 .mobile-mega-menu .menu-wrapper a.menuitem-autopilot-pricing,
body.page-id-67850 .menuitem-autopilot-pricing,
body.page-id-67850 #menuitem-autopilot-pricing,
/* -- page-id-68446 */
body.page-id-68446 .mobile-mega-menu .menu-wrapper a.menuitem-autopilot-pricing,
body.page-id-68446 .menuitem-autopilot-pricing,
body.page-id-68446 #menuitem-autopilot-pricing {
  display: flex;
}
