/*******************************************************
 *
 * General
 *
 *******************************************************/

.properties-printable-wrap,
.properties-printable-inner {
    position: relative;
}

.properties-printable-inner {
    width: 615px;
    max-width: 100%;
    margin: 0 auto;
}

.properties-printable-header {
    position: absolute;
    z-index: 10;
    top: 0;
    left: 0;
    right: 0;
    padding: 30px;
}

.properties-printable-header span {
    display: block;
    font-family: var(--secondary-font);
    font-size: 40px;
    font-weight: 400;
    line-height: 1;
    text-transform: uppercase;
    color: #fff;
    text-align: center;
}

.properties-printable-logo img{
    width: 50%;
    margin: 10px auto 10px;
    display: block;
}
.properties-printable-header img {
    display: block;
    max-width: 100%;
    margin: 5px auto 0;
}

.properties-printable-photo {
    position: relative;
}

.properties-printable-photo:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.properties-printable-photo img {
    display: block;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center center;
    object-position: center center;
    width: 100%;
}

.properties-printable-photo canvas {
    display: block;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.properties-printable-photo div {
    position: absolute;
    z-index: 2;
    bottom: 30px;
    left: 0;
    right: 0;
}

.properties-printable-photo div strong {
    font-size: 16px;
    font-weight: 500;
    display: block;
    line-height: 1;
    color: #fff;
    text-align: center;
    padding: 0 10px;
}

.properties-printable-info {
    position: relative;
    font-weight: 400;
    text-transform: uppercase;
    text-align: center;
    color: #fff;
    padding: 30px;
    background: var(--aios-listing-primary-color);
}

.properties-printable-mls{
    font-size: 22px;
    margin-top: 12px;
}

.properties-printable-address {
    font-size: 22px;
}

.properties-printable-price {
    font-size: 35px;
    color: #fff;
    margin-top: 5px;
}

.properties-printable-plan {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    margin: 30px 0 0;
    padding: 0;
}

.properties-printable-plan li {
    display: block;
    padding: 0 15px;
    font-size: 18px;
    font-weight: 400;
    line-height: 1;
    text-transform: uppercase;
}

.properties-printable-plan li i {
    display: inline-block;
    font-weight: 500;
    font-style: normal;
    margin-right: 5px;
}

.properties-printable-amenities {
    position: relative;
    margin-top: 40px;
}

.properties-printable-amenities h2 {
    font-size: 25px;
    font-weight: 400;
    line-height: 1;
    text-transform: uppercase;
    text-align: center;
    color: #fff;
    margin-bottom: 0;
}

.properties-printable-amenities ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0;
    padding: 0;
}

.properties-printable-amenities ul li {
    display: block;
    padding: 10px;
    font-size: 16px;
}

.properties-printable-description {
    padding: 15px;
    font-size: 18px;
    font-weight: 400;
    text-align: center;
}

.properties-printable-description p {
    margin: 0;
    font-size: 18px;
    line-height: 1.5;
    text-align: left;
}

.properties-printable-git {
    position: relative;
    background: #000;
    padding: 30px;
    text-align: center;
}

.properties-printable-git h2 {
    font-size: 35px;
    font-weight: 400;
    line-height: 1;
    text-transform: uppercase;
    text-align: center;
    color: #fff;
    margin-bottom: 0;
}

.properties-printable-git strong {
    display: block;
    font-size: 25px;
    font-weight: 400;
    line-height: 1;
    text-transform: uppercase;
    color: #fff;
    margin-top: 30px;
}

.properties-printable-git ul {
    display: block;
    margin: 15px;
    padding: 0;
}

.properties-printable-git ul li {
    display: block;
    font-size: 15px;
    font-weight: 400;
    line-height: 1;
    color: #fff;
}

.properties-printable-git ul li i {
    font-size: 12px;
    font-style: normal;
    display: inline-block;
    vertical-align: middle;
    margin-right: 8px;
    color: #fff;
}

.properties-printable-git ul li + li {
    margin-top: 10px;
}

.properties-printable-git ul li a {
    color: inherit;
}

/*******************************************************
 *
 * Media Queries
 *
 *******************************************************/

@media print {}
