/*
Theme Name: Investor Host Theme
Theme URI: http://www.investorhost.com
Version: 1.0
Description: A theme built by designers and real estate investors to help you quickly launch and build your real estate investing website.
Author: The Investor Host Team
Author URI: http://www.investorhost.com
template: bb-theme
*/

/* Add your custom styles here... */ 


.fl-page-nav-right.fl-page-header-fixed .fl-logo-text,
.fl-page-header-fixed .fl-logo-text {
  font-size:22px;
}


/* Align Top Bar Right on Large Devices */
@media (min-width: 992px) {
  .fl-page-bar-row .text-center {
    text-align: right !important;
  }
}


/* make footer h4 larger */
h4.fl-widget-title {
  font-size: 22px;
}


/* remove link from hrefs, used for lock icon on Investor Portal  */
.not-active {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
}


.fl-post-meta-top {
  display: none;
}