/*
 * ___ _   _ ___ _  _
 * | _ \ | | / __| || |
 * |  _/ |_| \__ \ __ |
 * |_|  \___/|___/_||_|
 * 
 * Real Estate Web Solutions - http://property.pushcreative.com.au/
 * 
 * Copyright (c) 2019. All Rights Reserved.
 */
/* Vars */

/** flex-grid(margin = 0.5rem, flex-basis = 160px, flex-wrap = nowrap) */
body[data-template-id="44"] {
    padding: 0;
    margin: 0;
    background-color: #fff;
    font-size: 8px;
    }
body[data-template-id="44"] #site-header {
    position: static;
    }
body[data-template-id="44"] #pageContainer {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    }
body[data-template-id="44"] .content-container {
    overflow: hidden;
    width: 100%;
    max-width: 800px;
    padding: 4rem 0;
    margin: 0 auto;
    }
body[data-template-id="44"] .office-name {
    color: color-highlight;
    font-family: "Barlow Semi Condensed","Arial","Helvetica",sans-serif;
    font-weight: bold;
    }
body[data-template-id="44"] .office-phone {
    font-family: "Barlow Semi Condensed","Arial","Helvetica",sans-serif;
    font-weight: bold;
    }
body[data-template-id="44"] table.propertySummary {
    width: 100%;
    border-collapse: collapse;
    }
body[data-template-id="44"] table.propertySummary tr td {
    vertical-align: top;
    border-bottom: 1px solid rgba(0,0,0,.5);
    }
body[data-template-id="44"] table.propertySummary tr td + td {
    padding-left: 1rem;
    }
body[data-template-id="44"] table.propertySummary tr.suburb-row th {
    border-bottom: 2px solid #000;
    font-size: 16px;
    }
body[data-template-id="44"] table.propertySummary tbody {
    page-break-inside: avoid;
    }
body[data-template-id="44"] table.propertySummary .suburb-row {
    font-family: "Barlow Semi Condensed","Arial","Helvetica",sans-serif;
    page-break-inside: avoid;
    }
body[data-template-id="44"] table.propertySummary tr,
body[data-template-id="44"] table.propertySummary tr img {
    page-break-inside: avoid;
    }
body[data-template-id="44"] table.propertySummary .streetaddress {
    font-size: 12px;
    font-weight: bold;
    }
body[data-template-id="44"] table.propertySummary .title {
    text-transform: uppercase;
    font-size: 12px;
    font-weight: bold;
    }
body[data-template-id="44"] table.propertySummary #footer {
    font-size: 1rem;
    }
