/*******************************************************
 *
 * Press
 *
 *******************************************************/
.ip-banner canvas{
    background-image: url(../../images/press-banner.jpg)!important;
}

.ip-banner:before {
    display: none;
}

#content-sidebar, #content-full{
    margin-top: 0;
}

#inner-page-wrapper {
    margin-bottom: 151px;
    font-size: 0;
}

#ip-press {
    display: block;
    position: relative;
    padding-top: 50px;
}

.archive-more-btn {
    display: block;
    position: relative;
    margin-top: 20px;
    text-align: center;
}

.rev-content span.rev-agent-name {
    font-size: 16.53px;
    line-height: 1;
    letter-spacing: 3.97px;
    color: #8f6d50;
    text-transform: uppercase;
    font-family: var(--body-font);
    font-weight: 500;
}

.archive-more-btn a {
    font-size: 24px;
    font-weight: 300;
    line-height: 1;
    letter-spacing: 0.60px;
    color: #8a6648;
    font-family: var(--title-font);
    display: inline-block;
    -webkit-transition: 0.3s all ease-in-out;
    -o-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
}

.archive-more-btn a:hover {
    color: #4b4d55;
}

.archive-more-btn a span {
    display: block;
    position: relative;
}

.archive-more-btn a span em.ai-font-arrow-b-n {
    font-size: 11px;
    display: inline-block;
    vertical-align: middle;
    margin-left: 7px;
    font-weight: 600!important;
}


#content .archive-subtitle {
    text-transform: none;
    display: block;
    color: #59595e;
    text-align: center;
    margin: 0;
    letter-spacing: normal;
    font-size: 35px;
}

#content .archive-subtitle a {
    color: #212228;
    -webkit-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
}

#content .archive-subtitle a:hover {
    color: #000;
}

.archive-pub-name {
    display: block;
    text-align: center;
    margin-bottom: 20px;
    font-size: 0;
}

.archive-pub-name span {
    display: inline-block;
    vertical-align: middle;
    border-right: 2px solid #8a6648;
    line-height: 1;
    color: #8a6648;
    padding: 0 10px;
    font-weight: 500;
    text-transform: uppercase;
    font-family: var(--body-font);
    font-size: 18px;
    letter-spacing: 3px;
}

.archive-pub-name span:last-child {
    border: none;
    padding-right: 0;
}

.archive-pub-name span:first-child {
    padding-left: 0;
}

#content .ip-global-pagination {
    text-align: center;
}

.archive .post {
    border-bottom: 1px solid #a6a6aa;
}

#inner-page-wrapper > .container {
    width: 100%;
    max-width: 1376px;
}

#content .post {
    margin-bottom: 65px;
    padding-bottom: 50px;
}

#content .post:last-child {
    margin-bottom: 82px;
}


/*******************************************************
 *
 * Mobile styles and other media queries
 *
 *******************************************************/

 
/* iPad(landscape) | iPad(landscape) | Galaxy Tab 4 (landscape) | Galaxy Tab 3 (landscape) */ 
@media only screen and (max-width: 1199px) {
    #content .archive-subtitle {
        font-size: 40px;
    }
} 

/* iPad(portrait) | Galaxy Tab 4(portrait)  */ 
@media only screen and (max-width: 991px) {
      
    #content .archive-subtitle {
        font-size: 35px;
    }

    .archive-pub-name span {
        padding: 0 5px;
        font-size: 16px;
    }

    .archive-more-btn a {
        font-size: 20px;
    }


    #inner-page-wrapper {
        margin-bottom: 80px;
    }
} 

/* Galaxy Tab 3(portrait) | Galaxy S5(landscape) */ 
@media only screen and (max-width: 767px) {

}

/* Galaxy S5(portrait) | iPod Touch(landscape) | iPod Touch(portrait) */ 
@media only screen and (max-width: 480px) {

}
 
