:root {
    --default-transition: all 0.35s ease-in-out;
}
.site-easing{
    -webkit-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}
.desc p{
    font-size: 16px;
    color: #ffffff;
    line-height: 1.5;
    text-align: center;
    letter-spacing: 0.03em;
}
.img-wrap {
    position: relative;
    width: 100%;
    height: 100%;
}
.img-wrap canvas {
    position: relative;
    display: block;
    height: auto;
    width: 100%;
}
.img-wrap img {
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
    font-size: 0;
    width: 100%;
    height: 100%;
    outline: none;
    transition: var(--default-transition);
}

.ip-banner{
    display: none; 
}
#inner-page-wrapper {
    margin-bottom: 0;
    padding-bottom: 100px;
}
#inner-page-wrapper > .container {
    width: 100%;
    padding: 0;
}
.ip-banner-testi{
    position: relative;
    line-height: 0;
}
.ip-banner-testi canvas {
    display: block;
    position: relative;
    z-index: 0;
    width: 100%;
    min-height: 300px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.ip-banner-testi::after{
    content: '';
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.18;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}
.ip-title-testi{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    margin-top: 60px;
    margin-top: 6.3vw;
}
.entry-title{
    color: #ffffff;
    font-size: 72px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    text-align: center;
    line-height: 1;
}
.entry-title span{
    display: block;
    font-size: 36px;
    letter-spacing: 0.03em;
    margin-bottom: -3px;
}
.ip-testi{
    position: relative;
    padding-top: 50px;
}
.ip-testi-container{
/*    display: flex;*/
    flex-flow: row wrap;
    justify-content: space-between;
}
.testi-item{
    position: relative;
    margin-bottom: 30px;
}
.testi-item.with-img:nth-child(odd) .testi-item-inner{
    flex-direction: row-reverse;
}
.testi-item.with-img{
    width: 100%;
    display: flex;
    justify-content: space-between;
}


.testi-item.with-img > div > div{
    position: relative;
    width: calc(50% - 15px);
}
.testi-item-content{
    background: var(--primary);
    padding: 41px 40px;
/*    height: 100%;*/
}

/* .testi-item:not(.with-img) .testi-item-content{
    min-height: 910px;
} */
.testi-caps{
    font-size: 22px;
    line-height: 1.545;
    color: #ffffff;
    text-transform: uppercase;
    text-align: center;
    letter-spacing: 0.03em;
}
.testi-stars{
    display: flex;
    justify-content: center;
    padding: 10px 0px 15px;
}
.testi-stars li{
    color: #aeaeae;
    padding: 0 5px;
    font-size: 13px;
}
.testi-name{
    font-size: 16px;
    color: #ffffff;
    text-align: center;
    margin-top: 26px;
    letter-spacing: 0.03em;
}
.pagination-wrap {
    justify-content: center;
    display: flex;
    margin-top: 45px;
    width: 100%;
}
.pagination-wrap ul {
    display: flex;
}
.pagination-wrap ul li {
    padding: 0 13px;
    display: flex;
    align-items: center;
}
.pagination-wrap ul li.prev-page{
    margin-right: 30px;
}
.pagination-wrap ul li.next-page{
    margin-left: 30px;
}
.pagination-wrap ul li.page-ellipsis{
    padding: 0;
}
.pagination-wrap ul li span,
.pagination-wrap ul li a {
    display: block;
    color: var(--primary);
    transition: var(--default-transition);
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    letter-spacing: 0.01em;
    font-weight: 500;
    white-space: nowrap;
}
.pagination-wrap ul li.current span,
.pagination-wrap ul li.current a {
    background: var(--primary);
    color: #ffffff;
    pointer-events: none;
    font-size: 18px;
    width: 41px;
    height: 42px;
}
.pagination-wrap ul li a:hover {
    color:  var(--secondary);
}
.pagination-wrap ul li.prev-page a,
.pagination-wrap ul li.next-page a{
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    font-size: 0.875vw;
    font-weight: 400;
    letter-spacing: 0.03em;
    color: var(--primary);
    text-align: center;
    text-transform: uppercase;
    padding: 0 0 0 0.03em;
}
.pagination-wrap ul li.prev-page a:hover,
.pagination-wrap ul li.next-page a:hover{
    color:  var(--secondary);
}
.pagination-wrap ul li.prev-page a i,
.pagination-wrap ul li.next-page a i{
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 28px;
    font-size: 1.750vw;
    font-weight: 700;
}
.pagination-wrap ul li.prev-page a i {
    margin: 0 0.625vw 0 0;
}
.pagination-wrap ul li.next-page a i {
    margin: 0 0 0 0.925vw;
}
.testi-social-logos{
    display: flex;
    justify-content: space-between;
    flex-flow: row wrap;
    align-items: center;
    margin-top: 30px;
}
.testi-social-logos a:first-child,
.testi-social-logos a:nth-child(2){
    margin-bottom: 30px;
}
.testi-social-logos img{
    width: 100%;
    height: auto;
}
.testi-social-logos img.yelp-logo{
    max-width: 187px;
}
.testi-social-logos img.zillow-logo{
    max-width: 229px;
}
.testi-social-logos img.fb-logo{
    max-width: 229px;
}
.testi-social-logos img.google-logo{
    max-width: 193px;
}
.default-testi .testi-caps{
    padding: 0 30px;
}

.ip-testi-container::before{
    display: none;
}

.grid-sizer{
    width: calc(50% - 15px);
}
.testi-item{
    float: left;
}
.ip-testi * { box-sizing: border-box; }

.grid {
  background: #DDD;
    width: 100%;
    max-width: 1170px;
    margin: auto;
    padding: 0 15px;
}

/* clear fix */
.grid:after {
  content: '';
  display: block;
  clear: both;
}

/* ---- .grid-item ---- */

.grid-sizer{
  width: calc(50%);
}
.grid-item {
    width: 50%;
    padding: 15px;
}
.grid-item.with-img{
    width: 100%;
}

.grid-item {
  float: left;
}

.grid-item img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.ip-testi-container{
    padding: 0;
}


.testi-item-inner{
    padding: 15px;
}
.testi-item.wo-img{
    width: calc(50%);
}
.testi-item.wo-img .testi-item-content{
    width: calc(100% - 15px);
    width: 100%;
}
.testi-item{
    margin-bottom: 0;
}
.testi-item.with-img > div{
    display: flex;
    justify-content: space-between;
    flex-flow: row wrap;
}

/**************************************************/
/*MEDIA AND OTHER MOBILE STYLES*/
/**************************************************/
@media only screen and (min-width: 1601px){
    .pagination-wrap{
/*        margin-top: 185px;*/
    }
}
@media only screen and (max-width: 1480px){

}
@media only screen and (max-width: 1366px){
    
}
@media only screen and (max-width: 1280px){
    
}
@media only screen and (max-width: 1199px){
    .entry-title{
        font-size: 55px;
    }
    .entry-title span{
        font-size: 30px;
    }
    .testi-caps{
        font-size: 18px;
    }
    .desc p{
        font-size: 13px;
    }
    .testi-name{
        font-size: 13px;
    }
    .pagination-wrap ul li a{
        font-size: 11px;
    }
    .pagination-wrap ul li.current span,
    .pagination-wrap ul li.current a{
        font-size: 15px;
        width: 30px;
        height: 30px;
    }
    .testi-social-logos a{
        display: block;
        width: calc(50% - 10px);
    }

}
@media only screen and (max-width: 991px){
    .testi-item{
        width: 100% !important;
        max-width: 500px;
        margin: auto;
        margin-bottom: 0 !important;
        flex-flow: column !important;
        position: relative !important;
        top: unset !important;
        left: unset !important;
        float: unset;
    }
    .testi-item > div > div{
        width: 100% !important;
    }
    .testi-item.with-img > div{
        width: 100%;
    }
    .testi-item.wo-img {
        width: 100%;
        max-width: 500px;
        margin: auto;
        margin-bottom: 30px;
    }
    .pagination-wrap ul li.prev-page a,
    .pagination-wrap ul li.next-page a{
        font-size: 11px;
    }
    .pagination-wrap ul li.prev-page a i,
    .pagination-wrap ul li.next-page a i{
        font-size: 20px;
    }
    .ip-testi-container{
        height: unset !important;
    }
    
    
    

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

}
@media only screen and (max-width: 480px){
    .entry-title {
        font-size: 45px;
    }
    .testi-item-content{
        padding: 30px 15px;
    }
    .pagination-wrap ul li.prev-page {
        margin-right: 0;
    }
    .pagination-wrap ul li.next-page {
        margin-left: 0;
    }
    .pagination-wrap ul li{
        padding: 0 8px;
    }
    .pagination-wrap ul li.current span,
    .pagination-wrap ul li.current a{
        width: 25px;
        height: 25px;
    }
    .pagination-wrap ul li.prev-page a i,{
        margin: 0 5px 0 0;
    }
    .pagination-wrap ul li.next-page a i {
        margin: 0 0 0 5px;
    }
    .default-testi .testi-caps {
        padding: 0;
    }

}