/*******************************************************
 *
 * Active
 *
 *******************************************************/
:root {
    --aios-ihf-template-global-page-primary-color: #a11e2d;
    --aios-ihf-template-global-page-secondary-color: #c15966;
}
#inner-page-wrapper {
    margin-bottom: 0;
}
#inner-page-wrapper > .container {
    width: 100%;
}
.entry-title {
    display: none !important;
}
.global-title-widget {
    font-size: 40px !important;
    margin: 0 !important;
    font-weight: bolder;
}

.listings-pagination {
    position: relative;
    margin-top: 81px;
}

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

.listings-pagination ul li {
    -webkit-user-select: none;
    user-select: none;
    display: block;
    margin: 2px;
    padding: 0;
}

.listings-pagination ul li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    outline: none;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    color: var(--aios-ihf-template-global-page-primary-color);
    text-decoration: none;
    min-width: 32px;
    height: 32px;
    padding: 0 10px;
    border: 1px solid #cecece;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.listings-pagination ul li.active a,
.listings-pagination ul li a.active,
.listings-pagination ul li a:hover {
    color: #fff;
    border-color: var(--aios-ihf-template-global-page-primary-color);
    background: var(--aios-ihf-template-global-page-primary-color);
}

.listings-pagination ul li.active {
    cursor: not-allowed;
}

.listings-pagination ul li.active a,
.listings-pagination ul li a.active {
    pointer-events: none;
}

.listings-pagination ul li.ellipsis a {
    pointer-events: none;
    cursor: text;
}
/*** FP Area ***/
.ip-sold-temp {
    padding: 50px 0 30px;
}

.ip-fp-list-wrap {
    padding: 50px 0;
}

.ip-fp-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin: 0 auto;
    padding: 0 50px;
}

.ip-fp-list-wrap {
    display: block;
    margin: 0 auto;
    position: relative;
    font-size: 0;
    letter-spacing: 0;
    /*margin-bottom: 30px;*/
    margin-bottom: 10px;
    margin-left: -10px;
    margin-right: -10px;
}

.ip-fp-list {
    display: inline-block;
    width: 33.333%;
/*    width: 25%;*/
    vertical-align: top;
    padding: 0 10px;
    margin: 15px 0;
}

.ip-fp-list a {
    width: 100%;
    display: block;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
}

.ip-fp-list a>.ip-fp-details-d {
    position: absolute;
    z-index: 6;
    padding: 25px 20px;
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    bottom: 0;
    text-align: center;
    opacity: 1;
    background: rgba(255, 255, 255, .83);
}

.ip-fp-list a>.ip-fp-details-d.ip-fp-details-d-w {
   background: rgba(255, 255, 255, .83);
}

.page-id-5796 .ip-fp-list a>.ip-fp-details-d,
.page-id-5796 .ip-fp-list a>.ip-fp-details-d.ip-fp-details-d-w {
   background: rgba(209, 188, 133, .83);
}

.ip-fp-list a:hover>.ip-fp-details-d {
    opacity: 0;
}

.ip-fp-list a>.ip-fp-details-d .ip-fp-info {
    display: block;
    text-align: left;
    width: 100%;
    padding-left: 60px;
    position: relative;
}

.ip-fp-list a>.ip-fp-details-d .ip-fp-info:before {
    position: absolute;
    content: '';
    left: 0;
    background: url(../../images/star-img.png) no-repeat center/cover;
    width: 47px;
    height: 45px;
    z-index: 0;
}

.ip-fp-list a>.ip-fp-details-d .ip-fp-info span {
    display: block;
    font-size: 16px;
    color: #fff;
    font-weight: 700;
    padding: 5px 0;
    letter-spacing: 0.05em;
    color: var(--primary); 
    line-height: 26px;
}

.page-id-5796 .ip-fp-list a>.ip-fp-details-d .ip-fp-info span {
    color: #fff;
}

.ip-fp-list a>.ip-fp-details-d.ip-fp-details-d-w span {
    color: #9f1d2e;
}

.ip-fp-list a>.ip-fp-details,
.ip-fp-list a>.ip-fp-details-w {
    position: absolute;
    display: block;
    z-index: 6;
    padding: 30px 20px;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    bottom: 0;
    text-align: center;
    opacity: 0;
    background: rgba(178, 47, 64, .83);
}

.page-id-5796 .ip-fp-list a>.ip-fp-details,
.page-id-5796 .ip-fp-list a>.ip-fp-details-w{
    background: rgba(209, 188, 133, .83);
}

.ip-fp-list a>.ip-fp-details-w {
    background: rgba(255, 255, 255, .83);
}
.page-id-2724 .ip-fp-list a>.ip-fp-details{
    background: rgba(255, 255, 255, .83);
}
.ip-fp-list a:hover>.ip-fp-details,
.ip-fp-list a:hover>.ip-fp-details-w {
    opacity: 1;
}

.ip-fp-list a>.ip-fp-details .ip-fp-info {
    display: block;
    text-align: left;
    width: 100%;
    position: relative;
}

.ip-fp-list a>.ip-fp-details .ip-fp-info:before {
    position: absolute;
    content: '';
    left: 0;
    background: url(../../images/star-img.png) no-repeat center/cover;
    width: 47px;
    height: 45px;
    z-index: 0;
    top: 0;
}

.ip-fp-list a>.ip-fp-details .ip-fp-info .ip-fp-d-info {
    padding-left: 60px;
    display: block;
}

.ip-fp-list a>.ip-fp-details .ip-fp-info span {
    display: block;
    font-size: 16px;
    font-weight: 700;
    color: #9f1d2e;
    padding: 0;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.ip-fp-list a>.ip-fp-details.ip-fp-details-w .ip-fp-info span {
     color: #9f1d2e;
}

.ip-fp-list a>.ip-fp-details.ip-fp-details-w .ip-fp-info span.ip-fp-view {
     color: #9f1d2e;
     border: 1px solid #9f1d2e;
}


.ip-fp-list a>.ip-fp-details .ip-fp-info span.fl {
    margin-bottom: 10px;
    margin-top: 10px;
}

.ip-fp-list a>.ip-fp-details .ip-fp-info span.ip-fp-name {
    font-size: 15px;
    font-weight: 700;
    margin-bottom: 10px;
    text-transform: uppercase;
    line-height: 26px;
}

.ip-fp-list a>.ip-fp-details .ip-fp-info span.ip-fp-view {
    padding: 0;
    opacity: 1;
    border: 1px solid #9f1d2e;
    width: 179px;
    max-width: 100%;
    height: 55px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-transform: uppercase;
    font-size: 14px;
    margin: 20px auto;
    margin-bottom: 10px;
    letter-spacing: 0.1em; 
    margin-top: 56px;
}

.page-id-5796 .ip-fp-list a>.ip-fp-details .ip-fp-info span.ip-fp-view{
    border-color: #fff;
}
.page-id-5796 .ip-fp-list a>.ip-fp-details .ip-fp-info span.ip-fp-view,
.page-id-5796 .ip-fp-list a>.ip-fp-details .ip-fp-info span{
    color: #fff;
}

.ip-fp-list a>.ip-fp-photo.canvas-img:before {
    position: absolute;
    width: 100%;
    height: 30%;
    left: 0;
    right: 0;
    z-index: 1;
    bottom: 0;
    content: '';
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+26,000000+58,000000+100&0+0,0.65+100 */
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.17) 26%, rgba(0, 0, 0, 0.38) 58%, rgba(0, 0, 0, 0.65) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.17) 26%, rgba(0, 0, 0, 0.38) 58%, rgba(0, 0, 0, 0.65) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.17) 26%, rgba(0, 0, 0, 0.38) 58%, rgba(0, 0, 0, 0.65) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#a6000000', GradientType=0);
    /* IE6-9 */
    /* IE6-9 */
}

.ip-fp-list .status {
    position: absolute;
    top: 15px;
    right: 15px;
    padding: 12px 15px;
    font-size: 15px;
    color: #fff;
    background: var(--primary);
    z-index: 5;
    pointer-events: none;
}

.page-id-5796 .ip-fp-list .status {
    color: #fff;
    background-color: #d1bc85;
}

/*** THR Area ***/
#thr-section {
    position: relative;
    margin: 50px auto 0;
    padding: 40px 50px;
    z-index: 1;
}

.thr-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin: 0 auto;
    background: #fff;
    -webkit-box-shadow: 0px 0px 30px 11px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 30px 11px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 30px 11px rgba(0, 0, 0, 0.2);
}

.thr-text {
    position: relative;
    display: block;
    /* padding: 50px 100px 80px;*/
    padding: 40px 100px 35px;
}

.thr-text p {
    font-size: 26px !important;
    font-family: var(--font-family-title);
    text-align: justify;
    line-height: 46px !important;
}

.thr-text p strong {
    color: #a11d2c;
}

.thr-text p span {
    display: flex;
    justify-content: center;
}
.ip-fp-list a>.ip-fp-details-d {
    padding: 30px 20px 70px;
}
/*******************************************************
 *
 * Mobile styles and other media queries
 *
 *******************************************************/

 
/* iPad(landscape) | iPad(landscape) | Galaxy Tab 4 (landscape) | Galaxy Tab 3 (landscape) */ 
@media only screen and (max-width: 1199px) {
    .ip-fp-list {
        width: 50%;
    }
    #thr-section {
      padding-left: 15px;
      padding-right: 15px;
    }
}   

/* iPad(portrait) | Galaxy Tab 4(portrait)  */ 
@media only screen and (max-width: 991px) {
    
    .ip-fp-list {
        width: 100%;
    }

    .thr-text{
      /*padding: 50px 15px;*/
      padding: 40px 15px;
    }
    #content .thr-text p {
      font-size: 22px !important;
      text-align: center !important;
    }

    .thr-text p {
        text-align: center;
        font-size: 22px !important;
    }
} 

/* Galaxy Tab 3(portrait) | Galaxy S5(landscape) */ 
@media only screen and (max-width: 767px) {

}

/* Galaxy S5(portrait) | iPod Touch(landscape) | iPod Touch(portrait) */ 
@media only screen and (max-width: 480px) {

}
 
