.ip-banner {
    display: none;
}
#inner-page-wrapper {
    margin-bottom: 0;
}
#inner-page-wrapper > .container {
    width: 100%;
    padding: 0;
}
.ip-blog-banner {
    position: relative;
}
.ip-blog-banner canvas {
    display: block;
    width: 100%;
    min-height: 200px;
    background-color: #cccccc;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    z-index: 1;
}
.ip-blog-banner::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0,0,0,0.2);
    z-index: 2;
}
.ip-blbb-text {
    position: absolute;
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
    padding: 0 15px;
    text-align: center;
    z-index: 3;
}
.ip-blbb-text h1.entry-title,
.ip-blbb-text h2.entry-title {
    font: 500 54px/1 'big-caslon-fb', sans-serif;
    color: #ffffff;
    letter-spacing: 0.32em;
    text-transform: uppercase;
}
.ip-blbb-text h1.entry-title span,
.ip-blbb-text h2.entry-title span {
    font: 700 55px/1 'Montserrat', sans-serif;
    letter-spacing: 0.28em;
}
.ip-blbb-text div {
    font: italic 300 31px/1 'miller-banner', sans-serif;
    color: #ffffff;
    letter-spacing: 0.01em;
    margin-top: 35px;
}

.ip-blog-category {
    background: #ffffff;
    padding: 15px 0;
	display: none;
}
.ip-blbc-container {
    max-width: 1600px;
    padding: 0 62px;
    margin: 0 auto;
}
.ip-blbc-holder {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.ip-blbc-holder a {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    font-weight: 700;
    color: #a2a092;
    line-height: 1.3;
    letter-spacing: 0.28em;
    text-align: center;
    text-transform: uppercase;
    min-width: 130px;
    height: 54px;
    padding: 0 10px;
    border: 2px solid transparent;
    transition: all 0.35s ease-in-out;
}
.ip-blbc-holder a.is-active {
    border-color: #a2a092;
}
.ip-blbc-holder a:hover {
    background: #a2a092;
    color: #ffffff;
}

.ip-blog-main {
    padding: 18px 0 92px;
}
.ip-blog-main-container {
    width: 1486px;
    max-width: 100%;
    padding: 0 15px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.ip-blog-content {
    width: 60.02%;
}
.ip-blbm-item {
    background: #ffffff;
    border: 1px solid #e3deda;
    padding: 48px 48px 72px;
    margin-bottom: 50px;
}
.ip-blbm-image {
    position: relative;
    margin-bottom: 42px;
}
.ip-blbm-image canvas {
    display: block;
    width: 100%;
    background-color: #cccccc;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.ip-blbm-date {
    position: absolute;
    background: linear-gradient( to left, rgb(46,46,46,0.5) 0%, rgb(162,160,146,0.5) 100%);
    width: 100%;
    max-width: 280px;
    padding: 14px;
    top: 30px;
    left: -35px;
}
.ip-blbm-date-inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 30px 10px 32px;
    background: linear-gradient( to left, rgb(46,46,46,0.75) 0%, rgb(162,160,146,0.75) 100%);
}
.ip-blbm-date span {
    font-size: 14px;
    font-weight: 500;
    color: #ffffff;
    line-height: 1;
    letter-spacing: 0.3em;
    text-transform: uppercase;
    margin-bottom: 12px;
}
.ip-blbm-date strong {
    font: 400 24px/1 'miller-banner', serif;
    color: #ffffff;
}
.ip-blbm-text {

}
.ip-blbm-title {
    font-size: 27px;
    font-weight: 700;
    color: #a2a092;
    line-height: 1.3;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    margin-bottom: 36px;
}
.ip-blbm-text p {
    font-size: 13px;
    color: #858383;
    line-height: 2.5;
    letter-spacing: 0.07em;
    margin-bottom: 36px;
}
.ip-blbm-text a.default-button {
    width: 212px;
}
.ip-blbm-navigation {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}
.ip-blbm-navigation a {
    width: 236px;
    max-width: 100%;
    margin: 0 6px 6px;
    transition: all 0.35s ease-in-out; 
}

/*.ip-blbm-navigation a.next.page-numbers, 
.ip-blbm-navigation a.prev.page-numbers {
    width: 236px;
    max-width: 100%;
    margin: 0 6px 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 280px;
    height: 60px;
    background: #a2a092;
    border: 2px solid #a2a092;
    font-size: 11px;
    font-weight: 600;
    color: #ffffff;
    line-height: 1;
    letter-spacing: 0.3em;
    text-transform: uppercase;
}*/

.ip-blbm-navigation a.page-numbers.default-button:hover{
    background: transparent;
    border-color: transparent;
}
.ip-blbm-navigation a.page-numbers.default-button:before{
    z-index: -1; 
}
.ip-blog-sidebar {
    width: 36.26%;
    padding-top: 25px;
}
.ip-blbs-connect {
    background: linear-gradient( to left, rgb(46,46,46) 0%, rgb(162,160,146) 100%);
    padding: 70px 15px 115px;
}
.ip-blbs-connect .section-title {
    text-align: center;
    margin-bottom: 62px;
}
.ip-blbs-connect .section-title div {
    margin-bottom: 28px;
}
.ip-blbs-connect .section-title div::before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 56px;
    height: 1px;
    margin-right: 35px;
    background: #ffffff;
}
.ip-blbs-connect .section-title h2 {
    padding-left: 0;
}
.ip-blbs-connect strong {
    display: block;
    font: italic 300 32px/1 'miller-banner', serif;
    color: #ffffff;
    text-align: center;
    text-transform: lowercase;
    margin-bottom: 25px;
}
.ip-blbs-connect p {
    font-size: 16px;
    font-weight: 600;
    color: #ffffff;
    line-height: 1.7;
    letter-spacing: 4.2px;
    text-align: center;
    text-transform: uppercase;
    max-width: 400px;
    margin: auto;
}
.ip-blog-connect-form {
    position: relative;
    max-width: 448px;
    padding: 52px 0 58px;
    margin: 0 auto;
}

.is-connect-form-success-active .ip-blog-connect-form-success {
    opacity: 1;
    pointer-events: auto;
}
.is-connect-form-success-active div.wpcf7 {
    opacity: 0;
}

.ip-blog-connect-form .field-input {
    display: inline-block;
    vertical-align: middle;
    width: 65.64%;
}
.ip-blog-connect-form .form-button {
    display: inline-block;
    vertical-align: middle;
    width: 32.58%;
    margin-left: 1.78%;
}
.ip-blog-connect-form .wpcf7-form-control-wrap {
    display: block;
}
.ip-blog-connect-form .use-floating-validation-tip span.wpcf7-not-valid-tip {
    font-size: 12px;
}
.ip-blog-connect-form div.wpcf7 .ajax-loader {
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    right: -20px;
    margin: auto;
}
.ip-blog-connect-form div.wpcf7-response-output {
    width: 100%;
    position: absolute;
    font-size: 12px;
    text-align: center;
    margin: 5px 0 0 !important;
    color: #ffffff;
    /* bottom: 35px; */
}
.ip-blog-connect-form-success {
    position: absolute;
    width: 100%;
    height: 72.22%;
    top: 12.88%;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    font-weight: 600;
    color: #fffefe;
    line-height: 1;
    background: rgba(225,220,215,0.2);
    opacity: 0;
    pointer-events: none;
    transition: all 0.35s ease-in-out;
}
.ip-blog-connect-terms-conditions {
    font-size: 14px;
    color: #d1d0cb;
    line-height: 1.9;
    letter-spacing: 0.04em;
    text-align: center;
}
.ip-blog-connect-terms-conditions a {
    font-weight: 700;
    text-decoration: underline;
}
.ip-blog-connect-terms-conditions a:hover {
    color: #ffffff;
}
.ip-blog-listings {
    margin-top: 65px;
}
.ip-blog-listings .section-title {
    text-align: center;
    margin-bottom: 55px;
}
.ip-blog-listings .section-title h2 {
    padding-left: 0;
    font-size: 38px;
    letter-spacing: 0.02em;
}
.ip-blog-listings-item {
    position: relative;
    margin-bottom: 96px;
}
.ip-blog-listings-item a {
    display: block;
    position: relative;
}
.ip-blog-listings-default {
    position: relative;
}
.ip-blog-listings-default canvas {
    display: block;
    width: 100%;
    background-color: #cccccc;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.ip-blog-listings-default-text {
    position: absolute;
    width: 54.57%;
    left: 8px;
    bottom: -64px;
    background: rgba(225,220,215,0.82);
    padding: 8px;
    text-align: center;
    z-index: 3;
}
.ip-blog-listings-default-text-inner {
    background: linear-gradient(-90deg, rgba(255,255,255,0.8) 0%, rgba(255,255,255,0.8) 100%);
    padding: 10px;
    height: 155px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    transition: all ease .4s;
}
.ip-blog-listings-item a:hover .ip-blog-listings-default-text .ip-blog-listings-default-text-inner{
    background: linear-gradient( to left, rgb(46,46,46) 0%, rgb(162,160,146) 100%);
}
.ip-blog-listings-price {
    font-size: 23px;
    font-weight: 600;
    color: #2e2e2e;
    line-height: 1;
    letter-spacing: 0.06em;
    border-bottom: 1px solid #e1dcd7;
    width: 100%;
    max-width: 142px;
    padding-bottom: 10px;
}
.ip-blog-listings-price.small-text {
    font-size: 16px;
    max-width: 210px;
}
.ip-blog-listings-address-01 {
    font: 400 20px/1 'miller-banner', serif;
    color: #8a887e;
    letter-spacing: 0.02em;
    margin: 15px 0 8px;
}
.ip-blog-listings-address-02 {
    font-size: 11px;
    font-weight: 600;
    color: #8a887e;
    line-height: 1;
    letter-spacing: 0.3em;
    text-transform: uppercase;

}
.ip-blog-listings-item a:hover .ip-blog-listings-default-text .ip-blog-listings-price,
.ip-blog-listings-item a:hover .ip-blog-listings-default-text .ip-blog-listings-address-02,
.ip-blog-listings-item a:hover .ip-blog-listings-default-text .ip-blog-listings-address-01{
    color:#fff;
}
.ip-blog-listings-active {
    position: absolute;
    width: calc( 100% - 28px );
    height: calc( 100% - 28px );
    top: 14px;
    left: 14px;
    opacity: 0;
    transform: scale(0.5);
    z-index: 2;
    padding: 34px 38px;
    background: linear-gradient( to left, rgba(46,46,46,0.86) 0%, rgba(162,160,146,0.86) 100%);
    transition: all 0.35s ease-in-out;
}
.ip-blog-listings-item a:hover .ip-blog-listings-active {
    opacity: 1;
    transform: scale(1);
}
.ip-blog-listings-active-features {
    margin-bottom: 26px;
}
.ip-blog-listings-active-features::after {
    content: '';
    display: block;
    width: 100%;
    height: 2px;
    margin-top: 16px;
    background: linear-gradient(to right, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 85%);
}
.ip-blog-listings-active-features ul {
    display: flex;
    justify-content: space-between;
}
.ip-blog-listings-active-features li {
    display: flex;
    flex-direction: column;
}
.ip-blog-listings-active-features li strong {
    font-size: 14px;
    font-weight: 500;
    color: #ffffff;
    line-height: 1;
    letter-spacing: 0.02em;
    margin-bottom: 2px;
}
.ip-blog-listings-active-features li span {
    font-size: 10px;
    font-weight: 500;
    color: #ffffff;
    line-height: 1;
    letter-spacing: 0.28em;
    text-transform: uppercase;
}
.ip-blog-listings-active-description {

}
.ip-blog-listings-active-description p {
    font-size: 13px;
    color: #FFFFFF;
    line-height: 29px;
    letter-spacing: .26px;
    min-height: 89px;
    margin-bottom: 28px;
}
.ip-blog-listings-active-description .default-button {
    width: 130px;
    height: 45px;
    margin-right: 18px;
    margin-left: auto;
}
.ip-blog-listings-active-description .default-button::before {
    opacity: 0;
    width: calc( 100% + 4px );
}
.ip-blog-listings-active-description:hover .default-button::before {
    opacity: 1;
}
.ip-blog-listings-badge {
    position: absolute;
    width: auto;
    min-width: 175px;
    height: 35px;
    padding: 0 10px;
    top: 14px;
    left: -8px;
    background: linear-gradient( to left, rgb(46,46,46) 0%, rgb(162,160,146) 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 11px;
    font-weight: 300;
    color: #ffffff;
    line-height: 1;
    letter-spacing: 0.3em;
    text-transform: uppercase;
    z-index: 3;
}


.ip-blog-whatwedo {
    background: linear-gradient( to right, rgb(46,46,46) 0%, rgb(162,160,146) 100%);
    padding: 72px 0 52px;
}
.ip-blwd-container {
    width: 1430px;
    max-width: 100%;
    padding: 0 15px;
    margin: 0 auto;
}
.ip-blwd-container .section-title {
    text-align: center;
    margin-bottom: 50px;
}
.ip-blwd-container .section-title h2 {
    font-size: 64px;
    padding-left: 0;
}
.ip-blwd-holder {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.ip-blwd-item {
    width: calc( 33.33% - 23.33px );
    margin-bottom: 20px;
}
.ip-blwd-image {
    margin-bottom: 20px;
}
.ip-blwd-image canvas {
    display: block;
    width: 100%;
    background-color: #cccccc;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.ip-blwd-text {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}
.ip-blwd-text strong {
    display: block;
    font-size: 26px;
    font-weight: 700;
    color: #f5f1f1;
    line-height: 1.4;
    letter-spacing: 0.28em;
    text-transform: uppercase;
    margin-bottom: 18px;
}
.ip-blwd-text a.default-button {
    background: #ffffff;
    width: 236px;
    color: #a2a092;
    border-color: #ffffff;
    transition: all 0.35s ease-in-out;
}
.ip-blwd-text a.default-button:hover {
    color: #ffffff;
    border-color: #a2a092;
}

.ip-blog-explore {
    position: relative;
    padding: 150px 0 60px;
    background: url(../../images/blog/comm-bg.jpg) #cccccc no-repeat center center / cover;
}
.ip-blog-explore::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0,0,0,0.4);
}
.ip-blog-explore .container {
    position: relative;
}
.ip-blog-explore .head-title {
    font-size: 32px;
    font-weight: 700;
    color: #f5f1f1;
    line-height: 1;
    letter-spacing: 0.28em;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 35px;
}
.ip-blog-explore p {
    font: 300 36px/1 'miller-banner', sans-serif;
    color: #f4f0ef;
    letter-spacing: 0.02em;
    text-align: center;
    text-transform: lowercase;
    margin-bottom: 30px;
}
.ip-blex-holder {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 62px;
}
.ip-blex-item {
    position: relative;
}
.ip-blex-item button {
    position: relative;
    display: block;
    background: transparent;
    border: 0;
    padding: 0;
    outline: none;
}
.ip-blex-item:nth-child(4) button:nth-child(2) {
    margin-left: -25px;
}
.ip-blex-item:nth-child(5) button {
    margin-left: -30px;
}
.ip-blex-item button .map-item-hvr {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    opacity: 0;
    z-index: 1;
    transition: 400ms ease;
}
.ip-blex-item button:hover .map-item-hvr {
    opacity: 1;
}
.ip-blex-item button .item-label {
    font-size: 13px;
    color: #ffffff;
    letter-spacing: .260em;
    line-height: 1;
    text-transform: uppercase;
    font-weight: 600;
    top: 50%;
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 10;
}
.ip-blex-holder + .default-button {
    margin-left: auto;
    margin-right: auto;
    background: #ffffff;
    border-color: #ffffff;
    color: #a2a092;
    transition: all 0.35s ease-in-out;
}
.ip-blex-holder + .default-button:hover {
    color: #ffffff;
    border-color: #a2a092;
}

.ip-blog-more {
    padding: 72px 0 0;
}
.ip-blmr-container {
    width: 1454px;
    max-width: 100%;
    padding: 0 15px;
    margin: 0 auto;
}
.ip-blmr-container .section-title {
    text-align: center;
    display: flex;
    align-items: center;
    padding: 0 65px;
}
.ip-blmr-container .section-title::before,
.ip-blmr-container .section-title::after {
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    background: #a2a092;
}
.ip-blmr-container .section-title h2 {
    font-size: 44px;
    font-weight: 500;
    padding: 0 25px;
    white-space: nowrap;
}
.ip-blmr-container .section-title + span {
    display: block;
    font-size: 24px;
    font-weight: 700;
    color: #a2a092;
    line-height: 1;
    letter-spacing: 0.34em;
    text-align: center;
    text-transform: uppercase;
    margin: 20px 0 35px;
}
.ip-blmr-holder {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -5px;
}
.ip-blmr-item {
    width: 33.33%;
    padding: 0 5px;
    margin-bottom: 45px;
}
.ip-blmr-inner {
    border: 1px solid #e1dcd7;
    padding: 10px;
    background: #ffffff;
}
.ip-blmr-image {

}
.ip-blmr-image a {
    display: block;
	overflow: hidden;
}
.ip-blmr-image canvas {
    display: block;
    width: 100%;
    background-color: #cccccc;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    transition: all 0.35s ease-in-out;
}
.ip-blmr-image a:hover canvas {
    transform: scale(1.2);
}
.ip-blmr-date {
    max-width: 220px;
    padding: 10px;
    margin: -50px 0 0 25px;
    position: relative;
    z-index: 2;
    background: linear-gradient( to left, rgb(46,46,46,0.5) 0%, rgb(162,160,146,0.5) 100%);
}
.ip-blmr-date-inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 24px 10px;
    background: linear-gradient( to left, rgb(46,46,46,0.75) 0%, rgb(162,160,146,0.75) 100%);
}
.ip-blmr-date span {
    font-size: 10px;
    font-weight: 500;
    color: #ffffff;
    line-height: 1;
    letter-spacing: 0.3em;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.ip-blmr-date strong {
    font: 400 17px/1 'miller-banner', serif;
	color: #ffffff;
}
.ip-blmr-text {
    padding: 48px 25px 40px;
}
.ip-blmr-title {
    min-height: 29px;
}
.ip-blmr-title a {
    font-size: 12px;
    font-weight: 700;
    color: #a2a092;
    line-height: 1.3;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    outline: none;
}
.ip-blmr-title a:hover {
    color: #81887E;
}
.ip-blmr-text p {
    font-size: 13px;
    color: #858383;
    line-height: 2.5;
    letter-spacing: 0.07em;
    margin: 28px 0 38px;
}
.ip-blmr-text a.default-button {
    width: 212px;
}

@media only screen and (max-width: 1440px) {
    .ip-blog-listings-active {
        padding: 34px 15px;
    }
    .ip-blog-listings-active-features {
        margin-bottom: 15px;
    }
    .ip-blog-listings-active-description p {
        line-height: 25px;
    }
    .ip-blog-more {

    }
        .ip-blmr-text {
            padding-left: 15px;
            padding-right: 15px;
        }
        .ip-blmr-title {
            min-height: 30px;
        }
}

@media only screen and (max-width: 1366px) {
    .ip-blog-main {

    }
        .ip-blog-listings-default-text {
            width: 60.57%;
        }
        .ip-blog-listings-active {
            padding: 35px 10px;
        }
        .ip-blog-listings-active-features {
            margin-bottom: 5px;
        }
        .ip-blog-listings-active-description p {
            min-height: 45px;
            font-size: 11px;
            line-height: 20px;
        }
        .ip-blog-listings-active-description .default-button {
            margin-right: 0;
        } 
}

@media only screen and (max-width: 1199px) {
    .ip-blog-category {

    }
        .ip-blbc-container {
            padding: 0 15px;
        }
    .ip-blog-main {

    }
        .ip-blog-listings-address-01 {
            font-size: 15px;
        }
        .ip-blog-listings-active-features {
            margin-bottom: 10px;
        }
        .ip-blog-listings-active-description p {
            line-height: 18px;
        }
        .ip-blog-listings-default canvas {
            min-height: 300px;
        }
        .ip-blog-listings-default-text {
            width: 54.57%;
        }
        .ip-blog-listings-active-description .default-button {
            width: 120px;
        }
    .ip-blog-whatwedo {

    }
        .ip-blwd-text strong {
            font-size: 22px;
        }
    .ip-blog-more {

    }
        .ip-blmr-title {
            min-height: 74px;
        }
    
}

@media only screen and (max-width: 991px) {
    .ip-blog-category {

    }
        .ip-blbc-holder {
            flex-direction: column;
        }
    .ip-blog-main {

    }
        .ip-blog-content {
            width: 100%;
        }
        .ip-blbm-item {
            padding: 20px 20px 25px;
        }
        .ip-blbm-date {
            left: -15px;
        }
        .ip-blog-sidebar {
            width: 100%;
            max-width: 500px;
            margin: 0 auto;
        }
        .ip-blog-listings-item {
            margin-bottom: 0;
            padding: 5px 0;
        }
        .ip-blog-listings-default canvas {
            min-height: auto;
        }
        .ip-blog-listings-default-text {
            bottom: 0;
            left: 0;
            width: 100%;
            max-width: 250px;
        }
        .ip-blog-listings-default-text-inner {
            height: auto;
        }
        .ip-blog-listings-price {
            font-size: 20px;
        }
        .ip-blog-listings-address-01 {
            font-size: 17px;
        }
        .ip-blog-listings-address-02 {
            font-size: 11px;
        }
    .ip-blog-whatwedo {

    }
        .ip-blwd-holder {
            max-width: 500px;
            margin: 0 auto;
        }
        .ip-blwd-item {
            width: 100%;
        }
    .ip-blog-explore {

    }
        .ip-blex-holder {
            flex-wrap: wrap;
            max-width: 500px;
            margin-left: auto;
            margin-right: auto;
        }
        .ip-blex-item {
            width: 33.33%;
            margin-bottom: 20px;
        }
        .ip-blex-item button {
            margin: 0 auto !important;
        }
    .ip-blog-more {

    }
        .ip-blmr-container .section-title {
            padding: 0;
        }
        .ip-blmr-holder {
            max-width: 500px;
            margin: 0 auto;
        }
        .ip-blmr-item {
            width: 100%;
            padding: 0;
        }
        .ip-blmr-title {
			min-height: auto;
        }
        .ip-blmr-date {
			margin-left: auto;
			margin-right: auto;
			margin-top: -105px;
		}
		.ip-blmr-text {
			text-align: center;
			padding: 20px 15px;
		}
		.ip-blmr-text p {
			line-height: 1.6;
			margin: 15px 0;
		}
		.ip-blmr-text a.default-button {
			margin-left: auto;
            margin-right: auto;
        }

    .ip-blog-listings-item a .ip-blog-listings-active {
        opacity: 0 !important;
    }

    .ip-blog-listings-item a:hover .ip-blog-listings-default-text .ip-blog-listings-default-text-inner {
        background: linear-gradient(-90deg, rgba(43,38,43,1) 0%, rgba(237,33,39,1) 100%);
    }

    .ip-blog-listings-item a:hover .ip-blog-listings-price, 
    .ip-blog-listings-item a:hover .ip-blog-listings-address-01, 
    .ip-blog-listings-item a:hover .ip-blog-listings-address-02{
        color: #fff;
    }
}

@media only screen and (max-width: 767px) {
    .ip-blog-banner {

    }
        .ip-blbb-text h1.entry-title,
        .ip-blbb-text h2.entry-title {
            font-size: 34px;
        }
        .ip-blbb-text h1.entry-title span,
        .ip-blbb-text h2.entry-title span {
            font-size: 35px;
        }
        .ip-blbb-text div {
            font-size: 21px;
            margin-top: 5px;
        }

    .ip-blog-main {

    }
        .ip-blbm-item {
            padding: 15px 15px 20px;
        }
        .ip-blbm-date {
            padding: 8px;
            left: -8px;
            max-width: 180px;
        }
        .ip-blbm-date-inner {
            padding: 15px 10px 17px;
        }
        .ip-blbm-date span {
            font-size: 12px;
        }
        .ip-blbm-date strong {
            font-size: 16px;
        }
}

@media only screen and (max-width: 480px) {
    .ip-blog-banner {

    }
        .ip-blbb-text h1.entry-title,
        .ip-blbb-text h2.entry-title {
            font-size: 21px;
        }
        .ip-blbb-text h1.entry-title span,
        .ip-blbb-text h2.entry-title span {
            font-size: 22px;
        }
        .ip-blbb-text div {
            font-size: 13px;
        }
    .ip-blog-main {

    }
        .ip-blbm-title {
            font-size: 22px;
            line-height: 1.1;
        }
    .ip-blog-explore {

    }
        .ip-blog-explore .head-title {
            font-size: 25px;
        }
        .ip-blog-explore p {
            font-size: 25px;
        }
        .ip-blex-item {
            width: 50%;
        }
    .ip-blog-more {
        
    }
        .ip-blmr-container .section-title h2 {
            padding: 0;
        }

    .ip-blog-listings-default-text {
        transform: scale(0.8);
        transform-origin: left bottom;
    }
}