/*******************************************************
 *
 * Press
 *
 *******************************************************/
 .ip-container .header:not(.fixed) {
    padding: 25px 0;
}

.ip-container .header .custom-container {
    max-width: 1460px;
}

.ip-container .header .logo {
    display: block;
    margin-right: 50px;
}

.ip-container .header:not(.fixed) .logo img {
    width: 210px;
    height: auto;
}

.ip-container #breadcrumbs {
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: 0.100em;
    color: #808080;
    margin-bottom: 13px;
    max-width: 100%;
    padding: 0 9%;
}

.ip-container #breadcrumbs span.breadcrumb_last {
    color: #231f20;
}

.ip-container .hdrnav>li>a {
    color: #454545;
}

.ip-container #breadcrumbs a {
    color: #808080;
    -webkit-transition: 0.3s all ease-in-out;
    -o-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
    text-decoration: none;
}

.ip-container #breadcrumbs a:hover {
    color: #a07167;
}

#inner-page-wrapper {
    margin-bottom: 0;
}

#inner-page-wrapper>.container {
    width: 100%;
    padding: 0;
}

.ip-banner {
    display: none;
}

/* home: smis */
.hp-smis-list {
    position: fixed;
    top: 60%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 20;
}

.hp-smis-list .divider {
    height: 30px;
    width: 1px;
    background: #454545;
    margin: 10px 0;
}

.hp-smis-list a {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    text-align: center;
    color: #fff;
    margin: 0;
    -webkit-transition: all var(--default-transition);
    -o-transition: all var(--default-transition);
    transition: all var(--default-transition);
    width: 32px;
    height: 32px;
    border-radius: 50%;
    position: relative;
    overflow: hidden;
    font-size: 16px;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #454545;
}

.hp-smis-list a::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: var(--gradient-1);
    top: 0;
    left: 0;
    opacity: 0;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.hp-smis-list a.aios-ai-phone, .hp-smis-list a.asis-mailto-obfuscated-email {
    font-size: 0;
}

.hp-smis-list a.aios-ai-phone i {
    font-size: 13px;
}

.hp-smis-list a.asis-mailto-obfuscated-email i {
    font-size: 11px;
}

.hp-smis-list a:hover, .hp-smis-list a:hover span {
    color: #000 !important;
}

.hp-smis-list a:hover::before {
    opacity: 1;
}

.hp-smis-list .follow-text {
    color: #454545;
    text-transform: uppercase;
    margin-top: 20px;
    font-size: 13px;
    letter-spacing: 3px;
    -webkit-writing-mode: vertical-lr;
    -ms-writing-mode: tb-lr;
    writing-mode: vertical-lr;
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
    font-weight: normal;
}

#ip-press {
    font-size: 0;
    letter-spacing: normal;
    line-height: 1;
    margin-top: 235px;
}

.ip-press-section, .ip-press-container {
    display: block;
    position: relative;
}

.ip-title {
    display: block;
    position: relative;
    margin-bottom: 30px;
}

.ip-title h2 {
    font-size: 110px;
    line-height: 1;
    color: #454545;
    font-family: var(--font-family-title);
}

.ip-title h2 em {
    display: block;
    font-size: 20px;
    letter-spacing: 0.250em;
    font-style: normal;
    text-transform: uppercase;
    color: #afa5a5;
}

.ip-title h2 span {
    display: block;
    color: #a07167;
    line-height: 1;
    margin-top: -13px;
}

/* Section 1 */
.ip-press-row, .ip-press-content-container, .ip-accent-logo, .ip-press-content, .ip-press-img {
    display: block;
    position: relative;
}

.ip-press-row {
    padding-bottom: 230px;
}

.ip-press-col {
    display: inline-block;
    vertical-align: top;
    position: relative;
    width: 50%;
}

.ip-press-col:first-child {
    width: 54.706%;
}

.ip-press-col:last-child {
    width: 45.294%;
}

.ip-press-content-container {
    padding: 80px 60px 0 16%;
}

.ip-accent-logo {
    position: absolute;
    top: -30px;
    left: -160px;
    height: auto;
    pointer-events: none;
    width: 446px;
}

.ip-accent-logo canvas {
    display: block;
    width: 100%;
    position: relative;
    height: 100%;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: auto;
    opacity: 0.05;
}

.ip-press-content p {
    font-size: 24px;
    letter-spacing: 0.050em;
    line-height: 1.5;
    color: #454545;
    font-weight: 700;
}

.ip-press-img:before {
    position: absolute;
    content: '';
    top: 100%;
    right: 0;
    width: 57.323%;
    height: 53px;
    background: var(--gradient-1);
    pointer-events: none;
}

.ip-press-img img {
    width: 100%;
    height: auto;
    max-width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: top center;
       object-position: top center;
}

/* Section 2 */
.ip-press-cat-container, .ip-press-cat-main, .ip-press-cat-item, .ip-press-cat-logo, .ip-press-cat-btn, .ip-pagination, .ip-pagination ul {
    display: block;
    position: relative;
}

.ip-press-cat-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
}

.ip-press-cat-bg canvas {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    opacity: .05;
    -webkit-filter: grayscale(1);
            filter: grayscale(1);
}

.ip-press-cat-container {
    padding: 40px 0 100px;
}

.ip-press-cat-container .custom-container {
    width: 100%;
    max-width: 1330px;
    padding: 0 15px;
}

.ip-press-cat-item:not(:last-child) {
    margin-bottom: 32px;
    padding-bottom: 32px;
    border-bottom: 1px solid #dfdfdf;
}

.ip-press-cat-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    position: relative;
}

.ip-press-cat-title, .ip-press-cat-logo-holder {
    display: inline-block;
    vertical-align: middle;
    position: relative;
}

.ip-press-cat-logo-holder {
    width: auto;
}

.ip-press-cat-title h2 {
    font-size: 30px;
    line-height: 1.2;
    color: #454545;
    text-transform: uppercase;
    font-family: var(--font-family-title);
}

.ip-press-cat-title h2 a {
    color: inherit;
    -webkit-transition: 0.3s all ease-in-out;
    -o-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
}

.ip-press-cat-title h2 a:hover {
    color: #a07167;
}

.ip-press-cat-title {
    width: 73%;
}

.ip-press-cat-logo img {
    max-width: 100%;
    height: auto;
    margin: 0 auto;
    display: block;
}

.ip-press-cat-logo {
    margin-bottom: 20px;
}

.ip-press-cat-btn a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 50px;
    width: 100%;
    font-size: 16px;
    line-height: 1;
    letter-spacing: 0.150em;
    color: #a07167;
    text-transform: uppercase;
    position: relative;
    -webkit-transition: 0.3s all ease-in-out;
    -o-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
}

.ip-press-cat-btn {
    width: 172px;
    max-width: 100%;
    margin: 0 auto;
}

.ip-press-cat-btn a:before, .ip-press-cat-btn a:after {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-transition: 0.3s all ease-in-out;
    -o-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
}

.ip-press-cat-btn a:before {
    border: 2px solid #ccc;
    z-index: -1;
}

.ip-press-cat-btn a:after {
    background: var(--gradient-1);
    z-index: -1;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}

.ip-press-cat-btn a, .ip-press-cat-btn a:before, .ip-press-cat-btn a:after {
    border-radius: 25px;
}

.ip-press-cat-btn a:hover:after {
    opacity: 1;
    visibility: visible;
}

.ip-press-cat-btn a:hover {
    color: #000;
}

.ip-press-cat-bg:before, .ip-press-cat-bg:after {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 70%;
    pointer-events: none;
    z-index: 2;
}

.ip-press-cat-bg:before {
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255,255,255,1)),to(rgba(255,255,255,0)));
    background: -o-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%);
    background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%);
}

.ip-press-cat-bg:after {
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255,255,255,0)),to(rgba(255,255,255,1)));
    background: -o-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
    background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
    top: auto;
    bottom: 0;
}

.ip-press-cat-main {
    z-index: 5;
}

.ip-pagination ul li {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    width: 41px;
    height: 41px;
}

.ip-pagination ul li:not(:last-child) {
    margin-right: 20px;
}

.ip-pagination ul li span.current,
.ip-pagination ul li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: transparent;
    font-size: 15px;
    line-height: 1;
    color: #000;
    font-weight: 700;
    position: relative;
    font-family: var(--font-family-default);
}

.ip-pagination {
    z-index: 5;
    text-align: center;
    margin: 139px auto 0;
}

.ip-pagination ul li span.current::before,
.ip-pagination ul li a:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: -o-linear-gradient(45deg, rgba(160,113,103,1) 0%,rgba(229,189,176,1) 50%,rgba(160,113,103,1) 100%);
    background: linear-gradient(45deg, rgba(160,113,103,1) 0%,rgba(229,189,176,1) 50%,rgba(160,113,103,1) 100%);
    z-index: -1;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    -webkit-transition: 0.3s all ease-in-out;
    -o-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
}

.ip-pagination ul li span.current::before,
.ip-pagination ul li.active a:before,
.ip-pagination ul li:hover a:before {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

.ip-pagination ul li span.current,
.ip-pagination ul li.active {
    pointer-events: none;
}

/*******************************************************
 *
 * Mobile styles and other media queries
 *
 *******************************************************/
@media only screen and (max-width: 1560px) {
    .ip-container #breadcrumbs {
        /* max-width: 1230px; */
    }

    .ip-accent-logo canvas {
        background-size: contain;
    }

    .ip-accent-logo {
        height: 165%;
        width: 57%;
    }

    .ip-press-img img {
        height: 560px;
    }

    .ip-press-cat-container .custom-container {
        max-width: 1230px;
    }

    .ip-press-content-container {
        padding: 70px 50px 0 16%;
    }

    .ip-press-content p {
        font-size: 22px;
    }

    .ip-press-cat-title h2 {
        font-size: 25px;
    }

    .ip-press-cat-title {
        width: 68%;
    }

    .ip-press-row {
        padding-bottom: 200px;
    }
}

@media only screen and (max-width: 1440px) {
    .ip-press-cat-container .custom-container {
        max-width: 1200px;
    }

    .ip-title h2 {
        font-size: 100px;
    }

    .ip-press-content p {
        font-size: 21px;
    }

    .ip-press-content-container {
        padding: 70px 50px 0 15%;
    }

    .ip-container #breadcrumbs {
        padding: 0 8%;
    }
}

@media only screen and (max-width: 1366px) {
    .ip-container #breadcrumbs {
        /* max-width: 1140px; */
    }

    .ip-press-cat-title {
        width: 70%;
    }

    .ip-title h2 {
        font-size: 90px;
    }

    .ip-container #breadcrumbs {
        padding: 0 7%;
    }

    .ip-press-content-container {
        padding: 64px 40px 0 13%;
    }

    .ip-press-content p {
        font-size: 19px;
    }

    .ip-accent-logo {
        height: 170%;
        width: 58%;
    }

    .ip-press-row {
        padding-bottom: 115px;
    }

    .ip-press-cat-container .custom-container {
        max-width: 1070px;
    }

    .ip-press-cat-title h2 {
        font-size: 23px;
    }

    .ip-pagination {
        margin: 100px auto 0;
    }
}

@media only screen and (max-width: 1280px) {
    .ip-accent-logo {
        height: 190%;
        left: -130px;
        width: 53%;
    }
}

/* iPad(landscape) | iPad(landscape) | Galaxy Tab 4 (landscape) | Galaxy Tab 3 (landscape) */
@media only screen and (max-width: 1199px) {
    .ip-container #breadcrumbs {
        font-size: 13px;
        letter-spacing: 0.050em;
    }

    .hp-smis-list {
        right: 15px;
    }

    #ip-press {
        margin-top: 160px;
    }

    .ip-title h2 {
        font-size: 75px;
    }

    .ip-press-content p {
        font-size: 16px;
    }

    .ip-accent-logo {
        width: 60%;
        left: -150px;
        height: 178%;
    }

    .ip-press-img img {
        height: 460px;
    }

    .ip-press-cat-container .custom-container {
        max-width: 900px;
    }

    .ip-press-cat-container {
        padding: 30px 0 65px;
    }

    .ip-pagination {
        margin: 80px auto 0;
    }

    .ip-press-cat-title h2 {
        font-size: 20px;
    }

    .ip-press-cat-title {
        width: 76%;
    }
}

/* iPad(portrait) | Galaxy Tab 4(portrait)  */
@media only screen and (max-width: 991px) {
    .ip-container #breadcrumbs {
        padding: 0 20px;
        margin-bottom: 70px;
    }

    .hp-smis-list {
        display: none;
    }

    .ip-press-col {
        width: 100%!important;
        display: block;
    }

    .ip-press-content-container {
        padding: 0;
        text-align: center;
        margin-bottom: 50px;
    }

    .ip-press-row {
        padding: 0 20px 50px;
        max-width: 768px;
        margin: 0 auto;
    }

    .ip-accent-logo {
        width: auto;
        right: 0;
        left: 0;
        margin: 0 auto;
        height: auto;
        max-width: 360px;
    }

    .ip-title h2 span {
        margin-top: 0;
    }

    .ip-press-content p {
        font-size: 18px;
    }

    .ip-press-img:before {
        height: 50px;
        width: 90%;
    }

    .ip-press-cat-container {
        padding: 100px 0 60px;
    }

    .ip-press-cat-title, .ip-press-cat-logo-holder {
        display: block;
    }

    .ip-press-cat-title {
        width: 100%;
        margin-bottom: 20px;
        text-align: center;
    }

    .ip-press-cat-inner {
        display: block;
        width: 100%;
        max-width: 460px;
        margin: 0 auto;
    }

    .ip-pagination {
        margin: 70px auto 0;
    }

    .ip-pagination ul li:not(:last-child) {
        margin-right: 13px;
    }

    .ip-pagination ul li {
        width: 35px;
        height: 35px;
    }

    .ip-pagination ul li a {
        font-size: 14px;
    }

    .ip-title h2 {
        font-size: 70px;
    }

    .ip-press-img img {
        height: auto;
    }

    .ip-press-cat-item:not(:last-child) {
        margin-bottom: 25px;
        padding-bottom: 30px;
    }
}

/* Galaxy Tab 3(portrait) | Galaxy S5(landscape) */
@media only screen and (max-width: 767px) {
    .ip-title h2 {
        font-size: 50px;
    }

    .ip-title h2 em {
        font-size: 18px;
    }

    .ip-press-content p {
        font-size: 16px;
    }

    .ip-title {
        margin-bottom: 20px;
    }

    .ip-press-content-container {
        margin-bottom: 40px;
    }

    .ip-press-row {
        padding: 0 15px 40px;
    }

    .ip-press-img:before {
        height: 40px;
    }

    .ip-press-cat-container {
        padding: 70px 0 50px;
    }
}

/* Galaxy S5(portrait) | iPod Touch(landscape) | iPod Touch(portrait) */
@media only screen and (max-width: 480px) {
    .ip-container #breadcrumbs {
        padding: 0 15px;
    }
}