/*
 * Styling for the mgoc-recd-supp plugin
 */

body.single-recd_supp .inner-header-description,
body.page-id-115688 .inner-header-description {
    display: none;
}


/* 
 * List of Results
 */

.mgoc-recd-supp a,
.mgoc-recd-supp-subtypes a {
  text-decoration: none;      /* no underline normally */
}
.mgoc-recd-supp a:hover,
.mgoc-recd-supp-subtypes a:hover {
  text-decoration: underline; /* underline only on hover */
}

.mgoc-recd-supp {
    border: 1px solid #a9bdd4;
    background-color: #fff;
    clear: both;
    padding: 1em;
    margin-bottom: 1em;
    min-height: 100px;
}
.mgoc-recd-supp-metadata {
    float: left;
    width: 70%;
}
.mgoc-recd-supp-title {
/*    float: left;  */
    font-weight: bold;
}
.mgoc-recd-supp-town {
    margin-top: 0.5em;
    font-style: italic;
}

/*
 * Services Offered filter
 */
#mgoc-service-filter-form {
    border: 1px solid #a9bdd4;
    background-color: #fff;
    clear: both;
    padding: 1em;
    margin-left: 1em;
    margin-bottom: 1em;
    min-height: 100px;
    width: auto;
    float: right;
}

/* 
 * Styling for the custom post type template
 */
.mgoc-recd-supp-description {
    margin-top: 0.5em;
    font-style: italic;
}
.mgoc-recd-supp-box {
    border: 1px solid #a9bdd4;
    background-color: #fff;
    clear: both;
    padding: 1em;
    margin-bottom: 1em;
}
.mgoc-recd-supp-services {
    margin-left: 0.7em;
}

