/*
Theme Name: Insolvency Insider
Theme URI: https://insolvencyinsider.ca
Template: oceanwp
Author: Peter Davenport
Author URI: https://codeable.io/developers/peter-davenport/
Description: A custom child theme of OceanWP for Insolvency Insider
Tags: two-columns,right-sidebar,footer-widgets,blog,news,custom-background,custom-menu,post-formats,rtl-language-support,sticky-post,editor-style,threaded-comments,translation-ready
Version: 0.1.0.1498424572
Updated: 2017-06-25 21:02:52

*/
body {
  background-color: #ededed;
}
div#outer-wrap {
    background-color: #fff;
}
blockquote,
p {
}
table th {
    text-transform: none;
}

ul.homepage-post-list {
  list-style: none;
}

ul.homepage-post-list li.listing-item {
  margin-bottom: 15px;
}

ul.homepage-post-list li.listing-item a:hover {
  text-decoration: underline;
}

.elementor-button {
  background-color: #7c1d16;
}

.elementor-button:hover {
  background-color: #ac2a20;
}

.taxonomy-description,
.filing-description {
  text-align: center;
  width: 100%;
  display: block;
  border-bottom: 1px solid #cfcfcf;
  margin-bottom: 20px;
}

.filing-head {
  display: inline-block;
  background-color: #f0f0f0;
  width: 100%;
  padding: 0 20px;
  border-left: 2px solid gainsboro;
}

h3.filing-name {
  float: left;
}

p.filing-date {
  float: right;
  margin: 14px 0;
}

.filing-body {
  line-height: inherit;
  display: inline-block;
  padding: 20px 20px 0px 25px;
  border-left: 2px solid gainsboro;
  margin-top: -5px;
  margin-bottom: 20px;
}

.filing-meta p {
  margin-bottom: 4px;
}

.filing-meta-label {
  font-weight: 800;
  display: inline-block;
}

.filing-meta a {
  pointer-events: none;
  color: inherit;
}

h3.facet-label,
.facetwp-facet {
    margin: 0 !important;
}

p.case-detail-link {}

button.fwp-load-more {
  display: block;
  width: 50%;
  color: #ffffff;
  border: none;
  padding: 10px;
  margin: 0 auto;
}

.clr.tax-desc {
    font-size: large;
    font-weight: 700;
    border-bottom: 3px solid gainsboro;
    margin-bottom: 25px;
}

.single-insolvency_filings .filing-head,
.single-insolvency_filings .filing-body {
  background: none;
  border: none;
}

.single-insolvency_filings .filing-date {
  float: none;
}

.header-ad-area {
    max-height: 90px;
}
.nav-content {
  display: none;
}
li.widget.insol-widget {
    list-style: none;
}
.tablepress td, .tablepress th {
  text-align: center !important;
}
.post-type-archive-insolvency_filings  .page-subheading {
  display: none;
}
.single-post .page-header .page-header-title {
 color:transparent;
}
#footer-bottom #footer-bottom-menu {
    float: left;
    text-align: center;
    padding-left: 15px;
    width: 100%;
    font-size: large;
    text-transform: uppercase;
}
#footer-bottom #copyright {
    float: left;
    text-align: center;
    padding-right: 15px;
    width: 100%;
    margin-top: 40px;
    color: #ffffff;
}
@media only screen and (min-width: 800px) {
  .filing-content {
    width: 45%;
    float: left;
  }
  .filing-meta {
    width: 45%;
    float: right;
  }
}