/*
* Template Name: Printable Flyer
*/
.popup-message,
.header,
.fixed-header,
.ip-banner-content,
#content-footer,
.aios-mobile-header-wrapper{
    display: none !important;
}
#inner-page-wrapper{
    margin-bottom: 0 !important;
}
#inner-page-wrapper > .container{
    width: 100%;
    padding:  0 0;
}

#pf-ip{
    padding: 0 0 63px;
    position: relative;
}
#pf-ip:before{
    content:'';
    display: block;
    position: absolute;
    z-index: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url(../../images/printable-flyer/pf-bg.jpg) center bottom no-repeat;
    background-size: cover;
    height: calc(100% - 1022px);
}
#pf-ip:after{
    content:'';
    display: block;
    position: absolute;
    z-index: 1;
    left: 0;
    right: 0;
    bottom: 0;
    background: #fff;
    opacity: 0.9;
    height: calc(100% - 1022px);
}
.pf-container{
    width: 1280px;
    background: #fff;
    margin: 0 auto;
    max-width: calc(100% - 30px);
    position: relative;
    z-index: 2;
}
.pf-inner{
    width: 1140px;
    max-width: calc(100% - 30px);
    margin: 0 auto;
}
.pf-top{
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: space-between;
    max-width: 1045px;
    margin: 0 auto;
    padding: 27px 0;
}
.pf-top .pf-logo:not(.no-filter){
    filter: brightness(0) invert(0);
    -webkit-filter: brightness(0) invert(0);
}
.pf-top .pf-logo_01{
    max-width: 186px;
    
}
.pf-top .pf-logo_02{
    max-width: 300px;
}
.pf-top .pf-logo_03{
    max-width: 144px;
}
.pf-gallery{
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: center;
}
.pf-gallery .pf-gallery-col{
    width: 50%;
}
.pf-gallery .pf-gallery-col:not(:nth-child(odd)){
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: center;
}
.pf-gallery .pf-gallery-img{
    position: relative;
}
.pf-gallery .pf-gallery-img > canvas{
    display: block;
    position: relative;
    z-index: 0;
    width: 100%;
    height: auto;
}
.pf-gallery .pf-gallery-img > img{
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.pf-gallery .pf-gallery-lg{}
.pf-gallery .pf-gallery-sm{
    width: calc(50% - 1px);
    margin-left: 1px;
}
.pf-gallery .pf-gallery-sm:nth-child(n + 3){
    margin-top: 1px;
}
.pf-det {
    text-align: center;
    border: 1px solid #000;
    padding: 35px 0;
    margin: 1px 0 0;
}
.pf-add{
    font-family: 'Lora', serif;
    font-size: 45px;
    color: #000;
    text-transform: uppercase;
}
.pf-add span{
    display: block;
    font-size: 20px;
}

span.us-toll{
    margin-right: 45px !important;
}
.pf-price{
    font-size: 30px;
    font-weight: 500;
    letter-spacing: 0.025em;
    margin: 11px 0 0;
}
.pf-feat{
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: center;
    margin: 16px 0 0;
}
.pf-feat > div{
    font-size: 16px;
    letter-spacing: 0.025em;
    color: #000;
    font-weight: 300;
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: center;
    padding: 0 20px;
    border-left: 1px solid #e5e5e5;
}
.pf-feat > div:first-child{
    padding-left: 0;
    border-left: 0px solid #e5e5e5;
}
.pf-feat > div:last-child{
    padding-right: 0;
}
.pf-feat em{
    margin: 0 15px 0 0;
}
.pf-desc{
    font-size: 14px;
    line-height: 1.786;
    letter-spacing: 0.025em;
    font-weight: 300;
    margin: 57px 0 0;
    padding: 0 0 40px;
    border-bottom: 1px solid #5e354f;
}
.pf-desc p:not(:nth-of-type(1)){
    margin: 23px 0 0;
}
.pf-desc-title{
    font-size: 20px;
    letter-spacing: 0.025em;
    text-transform: uppercase;
    color: #532742;
    line-height: 1;
    font-weight: 500;
    margin: 0 0 28px;
}
.pf-bottom{
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: space-evenly;
    padding: 62px 0;
}
.pf-bottom.more-agent {
    flex-flow: row;
}
.pf-cu {
    font-family: 'Lora', serif;
    font-size: 34px;
    color: #532742;
    text-transform: uppercase;
    max-width: 285px;
}
.pf-info{
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: center;
}
.pf-photo{
    margin: 0 24px 0 0;
    position: relative;
}
.pf-contacts{}
.pf-contacts .pf-name{
    color: #532742;
    font-size: 25px;
    font-family: 'Lora', serif;
    text-transform: uppercase;
    margin: 0 0 6px;
}
.pf-contacts ul{}
.pf-contacts li{
    font-size: 13px;
    font-weight: 500;
    line-height: 1.467;
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: flex-start;
    
}
.pf-contacts li:first-child{
    margin: 0 0 0;
}
.pf-contacts li span{
    min-width: 87px;
    margin: 0 21px 0 0;
}

.pf-photo-name {
    position: absolute;
    width: 203px;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    background: rgb(255,255,255);
    background: linear-gradient(0deg, rgba(255,255,255,1) 70%, rgba(255,255,255,0) 100%);
    /* bottom: 62px; */
    bottom: 0;
}

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

    .pf-photo-name {
        bottom: 211px;
    }

    .pf-bottom{
        flex-flow: column wrap;
        align-items: center;
        justify-content: center;
    }
    .pf-cu{
        text-align: center;
        margin: 0 0 30px;
    }
    .pf-info{
        flex-flow: column wrap;
        align-items: center;
        justify-content: center;
    }
    .pf-photo {
        margin: 0 0 30px;
    }
    .pf-contacts .pf-name{
        text-align: center;
    }
    .pf-contacts li{
        justify-content: center;
    }
    .pf-contacts li span{
        min-width: 0px;
        margin: 0 10px 0 0;
    }
}
@media only screen and (max-width: 767px) {
    .pf-top .pf-logo_01 {
        max-width: 126px;
    }
    .pf-top .pf-logo_02 {
        max-width: 122px;
    }
    .pf-top .pf-logo_03 {
        max-width: 114px;
    }
    .pf-feat{
        display: block;
    }
    .pf-feat > div{
        padding: 10px 0;
        border-left: 0px solid #e5e5e5;
        text-align: center;
    }
}
@media only screen and (max-width: 568px) {}
@media only screen and (max-width: 480px) {
    .pf-add {
        font-size: 35px;
    }
    .pf-desc-title {
        letter-spacing: 0;
    }
    .pf-top .pf-logo_01,
    .pf-top .pf-logo_02,
    .pf-top .pf-logo_03 {
        max-width: 75px;
    }
    .pf-cu{
        font-size: 31px;
    }
}