/*******************************************************
 *
 * 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: 15px 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: 0 auto;
     filter: drop-shadow(1px 1px 2px rgba(0,0,0,0.8));
     width: 27%;
 }
 
 .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: #081D56;
 }
 
 .properties-printable-mls{
     font-size: 22px;
     margin-top: 12px;
 }
 
 .properties-printable-address {
     font-size: 20px;
     margin-bottom: 10px;
     line-height: 38px;
 }
 
 .properties-printable-address.full-address {
     color: #d4b420;
     font-size: 18px;
 }
 
 .properties-printable-price {
     font-size: 32px;
     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: 16px;
     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;
     color: #d4b420;
 }
 
 .properties-printable-plan p:first-of-type {
     margin-top: 10px;
 }
 
 .properties-printable-plan p {
     line-height: 1.7;
 }
 
 .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;
 }
 
 .properties-printable-description p {
     font-family: var(--font-spartan);
     font-size: 13px;
     font-weight: 500;
     color: #424242;
     line-height: 1.7;
     letter-spacing: 0.025em;
     margin-bottom: 25px;
 }
 
 .properties-printable-git {
     position: relative;
     background: #081D56;
     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 {
 
     .properties-printable-header {
         padding: 15px 30px !important;
     }
     .properties-printable-header img {
         margin: 0 auto !important;
         width: 27% !important;
     }
 
     .properties-printable-git ul li a {
         display: block !important;
         margin-top: 10px;
         color: #000000;
     }
     .properties-printable-git ul li a[href]:after {
         content: none !important;
     }
 
 }