/*******************************************************
 *
 * General
 *
 *******************************************************/
.single.single-aios-listings{
    overflow: auto;
}

.two-btn-custom{
    display: flex;
    justify-content: center;
    padding: 20px 3px;
}
.two-btn-custom a{
    color: #fff;
    background: #316cad;
    padding-top: 3px;
    font-family: var(--title-font);
    text-transform: uppercase;
    border: none;
    outline: none;
    -webkit-transition: all var(--default-transition);
    -o-transition: all var(--default-transition);
    transition: all var(--default-transition);
    text-align: center;
    width: 167px;
    font-size: 15px;
    height: 28px;
    margin: 0 4px;
    vertical-align: middle;
}


.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;
}














/*** image bg***/
.accent {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}
.accent canvas {
    background-size: cover;
    width: 100%;
    height: 100%;
    background-position: center;
}

.image-holder{
  position: relative;
}

.image-holder canvas{
  display: block;
  height: 100%;
  width: 100%;
}

.image-holder img{
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
}










.pn-head {
    display: flex;
    justify-content: center;
    height: 132px;
    align-items: center;
    background-image: url(/wp-content/themes/mwaight-pending.com/assets/images/pn-head-bg.jpg);
}

.pn-head img {
    width: 100%;
    max-width: 176px;
    height: auto;
    display: block;
    filter: brightness(0) invert(1);
}

.pn-photo {
    float: right;
    margin-left: clamp(24px, 3.75vw , 60px);
    width: clamp(360px, 42.1875vw, 675px);
}

.pn-listing-info {
    width: clamp(100px, 87.6875vw, 1403px);
    margin-left: auto;
    margin-right: auto;
}


.pnnw {
    display: block;
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: clamp(60px, 8.125vw , 130px);
    padding-bottom: 84px;
}

.pn-agent-info {
    display: flex;
    clear: both;
    justify-content: space-between;
    gap: 15px;
}

h2.pn-price {
    font-weight: 700;
    font-size: clamp(24px, 3.125vw , 50px);
    color: #292856;
    display: block;
    margin-bottom: 18px;
}

h3.pn-addr {
    font-size: clamp(22px, 2.1875vw , 35px);
    text-transform: uppercase;
    color: #292856;
    font-weight: 400;
    line-height: 1.1;
    margin-bottom: 6px;
}

.pn-main-content > span {
    text-transform: uppercase;
    font-size: clamp(16px, 1.25vw , 20px);
    margin-bottom: 20px;
    display: block;
}

ul.pn-bbl {
    display: flex;
    gap: 38px;
    margin-bottom: 36px;
}

ul.pn-bbl li {
    font-size: 18px;
}

.pn-description {
    font-weight: 400;
    font-size: clamp(14px, 1.125vw , 18px);
    color: #636363;
    letter-spacing: 0.05em;
    line-height: 1.63;
}

.pn-description p {
    margin-bottom: 22px;
}


.pn-agent-photo {
    width: 100%;
    max-width: clamp(240px, 21.0625vw , 337px);
}

.pn-agent-info-inn .pna-title {color: #292856;font-size: clamp(24px, 3.125vw , 50px);font-weight: 700;margin-bottom: 27px;text-transform: uppercase;}

.pn-agent-info-inn .pna-title span {
    display: block;
    font-weight: 400;
    font-size: clamp(18px, 1.5625vw, 25px);
    margin-bottom: 4px;
}

h2.pna-name {
    font-size: clamp(24px, 3.125vw , 50px);
    font-weight: 700;
    margin-bottom: 28px;
}

ul.pna-phone-email li {
    font-size: 18px;
    letter-spacing: 0.05em;
    margin-bottom: 20px;
}

ul.pna-phone-email li a {
    color: #636363;
}

ul.pna-phone-email li a b {
    color: #292856;
}

.pn-listing-amenities ul li {
    font-size: clamp(14px, 1.125vw , 18px);
    color: #636363;
    margin-bottom: 23px;
}

.pn-listing-amenities ul {
    column-count: 2;
    gap: clamp(30px, 8.3125vw  , 133px);
}

.pn-listing-amenities h2 {
    color: #292856;
    font-size: clamp(24px, 3.125vw, 50px);
    font-weight: 700;
    margin-bottom: 26px;
    text-transform: uppercase;
}

.pn-listing-amenities {
    padding-top: 79px;
}

.pn-agent-info-inn {
    padding-top: 52px;
}

.pn-listing-features h2 {
    color: #292856;
    font-size: clamp(24px, 3.125vw, 50px);
    font-weight: 700;
    margin-bottom: 74px;
    text-transform: uppercase;
}

.pn-listing-features {
    padding-top: 70px;
}

.pn-listing-features ul li {
    font-size: 18px;
    letter-spacing: 0.05em;
    margin-bottom: 12px;
    color: #636363;
    line-height: 1.6;
}

.pn-listing-features ul li b {
    color: #292856;
}

.pn-listing-features ul {
    column-count: 2;
    gap: 30px;
}


.pn-row {
    display: flex;
    flex-flow: row wrap;
    margin-bottom: clamp(6px, 0.625vw , 10px);
    justify-content: space-between;
}

.pn-property-images h2 {
    color: #292856;
    font-size: clamp(24px, 3.125vw, 50px);
    font-weight: 700;
    margin-bottom: 74px;
    text-transform: uppercase;
}

.pn-property-images {
    padding-top: clamp(60px, 9.0625vw , 145px);
}

.pn-gallery .pn-row:nth-child(odd) .pn-item:first-child {
    width: calc((603 / 1403)* 100%);
}

.pn-gallery .pn-row:nth-child(odd) .pn-item:last-child {
    width: calc((788 / 1403)* 100%);
}

.pn-gallery .pn-row:nth-child(even) .pn-item:last-child {
    width: calc((603 / 1403)* 100%);
}

.pn-gallery .pn-row:nth-child(even) .pn-item:first-child {
    width: calc((788 / 1403)* 100%);
}

.pn-gallery {
    width: 100%;
}

.pn-listing-features.amenities{
	display: none;
}

.print-btn-parent{
	margin-top: 60px;
} 

.print-btn-parent .print-btn{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 100%;
	height: 50px;
	border: 1px solid #292856;
	background-color: transparent;
	font-size: 14px;
	text-transform: uppercase;
	line-height: 1;
	letter-spacing: 0.050em;
	max-width: 183px;
	margin: 0 auto;
	padding: 0 10px;
	color: #292856;
	-webkit-transition: all var(--default-transition);
	-o-transition: all var(--default-transition);
	transition: all var(--default-transition);
}

.print-btn-parent .print-btn:hover {
    background-color: var(--primary-color);
    border-color: var(--primary-color);
    color: #fff;
} 

.pn-agent-photo .image-holder img{
	object-fit: contain;
} 

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

@media print {
	.print-btn-parent,
	.pn-agent-info .pn-listing-amenities,
	.pn-head{
		display: none!important;
	}
	.pn-agent-info-inn a[href]:after {
	    content: none !important;
	}
	.pn-listing-features.amenities{
		display: block!important;
	} 
} 
 












  @media only screen and (max-width: 991px){

    
    .pn-listing-features ul {
        column-count: 1;
        gap: 0;
    }

    .pn-agent-info {
        flex-flow: row wrap;
        gap: 0;
    }

    .pn-agent-info > div {
        width: 100%;
    }

    .pn-agent-info > div {
        padding-top: 40px;
        text-align: center;
        margin: 0px auto;
    }

    .pn-photo {
        float: initial;
        margin: 0px auto;
        margin-bottom: 40px;
        width: 100%;
        max-width: 560px;
    }

    .pn-main-content {
        text-align: center;
    }

    ul.pn-bbl {
        flex-flow: row wrap;
        justify-content: center;
    }

    .pn-listing-amenities ul {
        column-count: 1;
        text-align: center;
    }

    .pn-listing-features {
        text-align: center;
    }

    .properties-printable-inner-new {
        overflow: hidden;
    }

  }
