#inner-page-wrapper {

    margin-bottom: 0;

}

#inner-page-wrapper > .container {

    width: 100%;

    padding: 0;

}

.ip-banner {

    display: none;

}

#content-sidebar, #content-full {

    margin-top: 0;

}

.ip-blog-wrap {

    font-size: 0;

}

.get-in-touch-area {

    display: none;

}



/* Banner : START */

.ip-blog-banner {

    position: relative;

    background: #000000;

}

.ip-blog-banner::after {

    content: '';

    display: block;

    position: absolute;

    top: 0;

    bottom: 0;

    left: 0;

    right: 0;

    background: #000000;

    opacity: 0;

    z-index: 2;

}

.ip-blog-banner canvas {

/*    display: block;

    width: 100%;

    min-width: 250px;

    background-color: #cccccc;

    background-position: center center;

    background-repeat: no-repeat;

    background-size: cover;

    position: relative;

    z-index: 1;*/

    display: block;

    width: 100%;

    min-width: 570px;

    background-color: #cccccc;

    background-position: center center;

    background-repeat: no-repeat;

    background-size: cover;

    position: relative;

    z-index: 1;

    opacity: .7;

    /*height: calc(100vh - 200px);*/

}

.ip-blog-banner .ip-breadcrumbs-holder {

    z-index: 3;

}

.ip-blog-banner p#breadcrumbs {

    margin: 0;

}

.ip-blog-banner #breadcrumbs:nth-child(1) {

    display: block;

}

.ip-blog-banner #breadcrumbs:nth-child(2) {

    display: none;

}

/* Banner : END */



/*top-content*/

.ip-blog-top-content {

    position: relative;

    background: #fff;

    padding: 101px 0 64px;

}

.ip-blog-top-content::before {

    content: '';

    display: block;

    position: absolute;

    top: 0;

    left: 0;

    width: 100%;

    height: 43%;

    background: #fff url(../../images/blog/blog-bg.jpg) no-repeat;

    background-size: cover;

    background-position: center;

    opacity: 0.2;

    filter: grayscale(1);

}

.ip-blog-top-content::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 43%;
    background: linear-gradient(to top, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%);
    z-index: 2;
}



.ip-blog-top-holder{

    position: relative;

    z-index: 5;

}



.ip-blog-top-title {

    font-size: 50px;
    color: #333333;
    font-family: var(--font-family-secondary) !important;
    letter-spacing: 5px !important;
    font-weight: 400 !important;
    text-transform: uppercase;

}

#content .ip-blog-top-content p {

    font-size: 20px;

    font-weight: 300;

    color: #333333;

    line-height: 1.5;

    letter-spacing: 0.01em;

    text-align: center;

}

.ip-blog-feed {
    position: relative;
    margin: 0 -15px;
    display: flex;
    flex-wrap: wrap;
    line-height: 1;
}

.ip-blog-list {
    padding: 50px 15px;
    width: calc(100% / 3);
}

.ip-blog-photo a {
    display: block;
    position: relative;
}

.ip-blog-photo a canvas {
    display: block;
    width: 100%;
    background: #000;
    position: relative;
    z-index: 2;
    opacity: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.ip-blog-photo a:hover canvas {
    opacity: .3;
}

.ip-blog-photo a img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.ip-blog-label a {
    display: inline-block;
    font-size: 20px;
    color: #21262d;
    font-family: var(--font-family-default);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    letter-spacing: .5px;
    line-height: 1.15;
}

.ip-blog-label a:hover{
    opacity: .7;
}

.ip-blog-label {
    max-width: 340px;
}

.ip-blog-content {
    padding: 27px 0 0;
}

.ip-blog-text {
    font-size: 15px;
    color: #21262d;
    font-weight: 300;
    line-height: 1.6;
    letter-spacing: .85px;
    margin: 12px 0 32px;
}

.ip-blog-link a:hover, .ip-blog-link a:focus {
    color: #fff;
    background: #000;
}

.ip-blog-link a {
    display: flex;
    justify-content: center;
    align-items: center;
    text-transform: uppercase;
    font-size: 17px;
    font-weight: 400;
    color: #000;
    background: #fff;
    border: solid 1px rgba(0,0,0,.8);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    width: 100%;
    max-width: 220px;
    height: 61px;
    font-family: var(--font-family-default);
    margin: 0 0;
    pointer-events: auto;
    letter-spacing: 3.5px;
}

.ip-blog-pagination {
    display: flex;
    justify-content: center;
    padding: 19px 0 22px;
}

a.ip-blog-arrow {
    padding: 5px;
    font-size: 20px;
    color: #000;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    margin-top: -9px;
}

a.ip-blog-arrow:hover{
    color: #cccccc;
}

.ip-blog-pgi-numbers {
    display: flex;
    margin: 0 5px;
    justify-content: center;
    padding: 19px 0 22px;
}

.ip-blog-pgi-numbers a {
    padding: 1px 5px;
    color: #333333;
    font-size: 13px;
    border-bottom: solid 3px transparent;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.ip-blog-pgi-numbers a:hover,
.ip-blog-pgi-numbers a.active{
    border-bottom: solid 3px #996d5d !important;
}

.ip-blog-pgi-numbers span {
    margin: 0 15px;
    color: #333333;
    font-size: 13px;
}



.page-numbers.current {
    border-bottom: solid 3px #996d5d !important;
    margin: 0 15px;
}

.page-numbers {
    padding: 1px 5px;
    color: #333333;
    font-size: 13px;
    border-bottom: solid 3px transparent;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
em.ai-font-arrow-b-n,
em.ai-font-arrow-b-p {
    padding: 5px;
    font-size: 20px;
    color: #000;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    margin-top: -9px;
}


/* iPad(landscape) | iPad(landscape) | Galaxy Tab 4 (landscape) | Galaxy Tab 3 (landscape) */ 

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



}



/* iPad(portrait) | Galaxy Tab 4(portrait)  */ 

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

    .ip-blog-banner canvas{

        height: 200px;

    }

    .custom-map-banner {

        margin-top: 0;

    }



    .ip-blog-top-content {

        padding: 50px 0;

    }

    .ip-blog-list {
        width: 50%;
    }
    

}



/* Galaxy Tab 3(portrait) | Galaxy S5(landscape) */ 

@media only screen and (max-width: 767px) {
    .ip-blog-list {
        padding: 30px 15px;
        width: 100%;
    }
}



/* Galaxy S5(portrait) | iPod Touch(landscape) | iPod Touch(portrait) */ 

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