:root {
    --ip-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: 13px;
    color: #ffffff;
    line-height: 2;
    letter-spacing: 0.05em;
    font-weight: 300;
    margin-bottom: 0;
}
.desc.centered p{
    text-align: center;
}
.img-wrap {
    position: relative;
    width: 100%;
    overflow: hidden;
}
.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(--ip-default-transition);
}
.bg-section{
    position: absolute;
    width: 100%;
    height: 100%;
    font-size: 0;
    line-height: 0;
    top: 0;
    left: 0;
    overflow: hidden;
}
.bg-section canvas {
    width: 100%;
    height: 100%;
    display: block;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.site-banner{
    display: none;
}
#inner-page-wrapper {
    margin-bottom: 0;
    padding-bottom: 10px;
}
#inner-page-wrapper > .container {
    width: 100%;
    padding: 0;
}
.ip-banner{
    
}
.ip-sec{
    position: relative;
}
.flex-row{
    display: flex;
    flex-flow: row wrap;
}
.ip-press-wrap{
    position: relative;
}
#breadcrumbs{
    color: #ffffff;
    padding: 20px 0;
}
.press-title-wrap{
    margin-top: 40px;
}
.press-title{
    font-weight: bold;
    color: #ffffff;
    font-size: 60px;
    font-size: max(3.75vw, 45px);
    font-family: var(--font-family-title);
    text-transform: uppercase;
    padding-left: 25px;
    position: relative;
}
.press-title::before{
    position: absolute;
    content: '';
    width: 2px;
    height: 120%;
    top: 46%;
    left: 0;
    background: #d7b76d;
    transform: translateY(-50%);
}
.press-title span{
    display: block;
    font-size: 24px;
    font-size: max(1.5vw, 18px);
    letter-spacing: 0.1em;
    text-transform: uppercase;
    font-family: var(--font-family-default);
    font-weight: 400;
    margin-bottom: 10px;
}
.press-inner{
    margin: 0 -22px;
    margin: 0 -1.38vw;
    margin-top: 70px;
    margin-top: max(4.38vw, 60px);
}
.press-item{
    width: calc(100% / 3);
    padding: 0 22px;
    padding: 0 1.38vw;
    margin-bottom: 60px;
    margin-bottom: max(3.75vw, 45px);
}
.press-item a{
    display: block;
    position: relative;
    text-decoration: none;
}
.press-img-wrap{
    background: #000000;
}
.press-item-title{
    font-size: 20px;
    font-size: max(1.25vw, 15px);
    line-height: 1.55;
    color: #ffffff;
    font-family: var(--font-family-title);
    padding: 25px 0 0;
    transition: var(--ip-default-transition);
}
.press-item a:hover .press-img-wrap img{
    filter: grayscale(1);
    opacity: 50%;
}
.press-item a:hover .press-item-title{
    color: #ac834c;
}
.press-pagination-wrap{
    display: flex;
    justify-content: center;
    margin-top: 60px;
    margin-top: max(3.75vw, 35px);
    margin-bottom: 85px;
    margin-bottom: max(5.31vw, 70px);
}
.press-pagination-wrap ul{
    display: flex;
    align-items: center;
}
.press-pagination-wrap ul li{
    padding: 0 3px;
}
.press-pagination-wrap ul li a{
    display: flex;
    justify-content: center;
    align-items: center;
    color: #ffffff;
    font-size: 13px;
    font-size: max(0.81vw, 10px);
    letter-spacing: 0.1em;
    text-transform: uppercase;
    width: 60px;
    width: 3.75vw;
    height: 57px;
    height: 3.56vw;
    border: 1px solid #ffffff;
    transition: var(--ip-default-transition);
    text-decoration: none;
}
.press-pagination-wrap ul li.page-nav a{
    width: 87px;
    width: 5.44vw;
}
.press-pagination-wrap ul li.current a{
    pointer-events: none;
    color: #000000;
    background: #ffffff;
}
.press-pagination-wrap ul li a:hover{
    color: #000000;
    background: #ffffff;
}
.bg-ip-press{
    background: #000;
}
/**************************************************/
/*MEDIA AND OTHER MOBILE STYLES*/
/**************************************************/
@media only screen and (min-width: 1601px){

}
@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){

}
@media only screen and (max-width: 991px){
    .press-pagination-wrap ul li a{
        width: 30px;
        height: 30px;
        font-size: 13px;
    }
    .press-pagination-wrap ul li.page-nav a{
        width: 60px;
    }
    .press-inner{
        margin: 0 -10px;
        margin-top: 50px;
    }
    .press-item{
        padding: 0 10px;
        width: 50%;
    }
    .press-item-title{
        font-size: 18px;
    }
}
@media only screen and (max-width: 767px){
    .press-item{
        width: 100%;
        margin-bottom: 60px;
    }

}
@media only screen and (max-width: 480px){

}
