/* Inner Page In The Media */
#inner-page-wrapper {
    margin-bottom: 0;
}
    #inner-page-wrapper > .container {
        width: 100%;
        padding: 0;
    }

#in-the-media {}

#in-the-media [data-aios-staggered-parent=true] {
    overflow: visible;
    min-height: 600px;
}

.in-the-media-wrap {
    background: url(../../images/in-the-media-bg.jpg) no-repeat center center / cover;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.in-the-media-wrap::before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(242, 242, 242, 0.9);
    z-index: -1;
}

.in-the-media-heading {}

.in-the-media-heading-text {
    background: #ffffff;
    position: relative;
    z-index: 1;
    padding: 72px 0 62px 35px;
}

.in-the-media-heading-text::before {
    content: '';
    display: block;
    position: absolute;
    width: 2128px;
    height: 100%;
    top: 0;
    right: -128px;
    background: #ffffff;
    z-index: -1;
}

#content .in-the-media-title {
    font-size: 150px;
    font-weight: 600;
    color: #1b1b1b;
    line-height: 1;
    letter-spacing: -0.025em;
    margin: 0 0 68px -9px;
    padding-right: 70px;
}

#content .in-the-media-title span {
    display: block;
    text-align: left;
}

#content .in-the-media-title b {
    font-size: 75px;
    font-weight: 400;
    line-height: 1;
    letter-spacing: -0.05em;
    margin-top: -17px;
    text-align: right;
}

.in-the-media-title.site-section-title span i.title-line {
    display: block;
    width: 2000px;
    height: 3px;
    background: #b0b0b0;
    top: 78px;
    left: -2007px;
}

.in-the-media-text-content {
    padding-right: 25px;
}

.in-the-media-heading-photo, .in-the-media-heading-photo2 {
    margin-top: 20px;
    position: relative;
    z-index: 2;
}

.in-the-media-heading img {
    max-width: 100%;
    display: block;
    margin: auto;
}

.in-the-media-content {
    margin-top: -165px;
    padding-bottom: 90px;
    overflow: hidden !important;
}

.name-Firefox .in-the-media-content {
    float: right;
    width: 100%;
}

.in-the-media-content-main {
    margin: 72px 0 0;
    overflow: hidden;
}

.in-the-media-article {
    margin-bottom: 30px;
}

.in-the-media-article-heading {
    overflow: hidden;
    height: 266px;
}

.in-the-media-article-heading-text {
    width: 37.6%;
    height: 100%;
    float: left;
    background: #1b1b1b;
    text-align: center;
    position: relative;
    z-index: 2;
}

.in-the-media-article-heading-text::before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 0;
    height: 100%;
}

.in-the-media-article-heading-text-inner {
    display: inline-block;
    vertical-align: middle;
    text-align: left;
    width: 74%;
}

.in-the-media-article-heading-text-inner::after {
    content: '';
    display: block;
    width: 313px;
    height: 3px;
    background: #b0b0b0;
}

#content .in-the-media-article-heading-text h2 {
    font: 600 30px/1.2 'Barlow Semi Condensed', sans-serif;
    letter-spacing: 0.05em;
    color: #ffffff;
    margin: 0 0 16px;
}

.in-the-media-article-heading-text span {
    display: block;
    font: 300 20px/1.2 'Source Sans Pro', sans-serif;
    color: #b1b1b1;
    margin-bottom: 20px;
}

.in-the-media-article-heading-photo {
    width: 62.4%;
    height: 100%;
    float: left;
    position: relative;
    z-index: 1;
}

.in-the-media-article-heading-photo canvas {
    display: block;
    width: 100%;
    height: 100%;
    background-color: #cccccc;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.in-the-media-article-content {
    background: #ffffff;
    padding: 50px 35px;
    overflow: hidden;
    min-height: 165px;
}

.in-the-media-article-content-excerpt {
    font: 400 16px/1.6 'Source Sans Pro', sans-serif;
    color: #525252;
    width: 57%;
    float: left;
}

.in-the-media-article-content-btn {
    width: 43%;
    float: left;
    text-align: right;
}

.in-the-media-article-content-btn a {
    display: inline-block;
    color: #1b1b1b;
    min-width: 214px;
    width: auto;
    padding: 0 24px;
}

.in-the-media-load-more {
    float: right;
    color: #1b1b1b;
    margin-right: 60px;
    margin-top: 48px;
}

.in-the-media-content-sidebar {
    background: #ffffff;
    padding: 56px 0 0 38px;
    position: relative;
    /*margin-top: -275px;*/
}

.in-the-media-content-sidebar::after {
    content: '';
    display: block;
    position: absolute;
    width: 2000px;
    height: 100%;
    top: 0;
    right: -2000px;
    background: #ffffff;
}

#sidebar-box-01 {
    padding-bottom: 80px;
}

#sidebar-box-02 {
    margin-bottom: 70px;
}

#sidebar-box-03 {
    padding-bottom: 35px;
}

.in-the-media-sidebar-box span.head-title {
    display: block;
    font: 300 36px/1 'Barlow Semi Condensed', sans-serif;
    letter-spacing: 0.05em;
    color: #1b1b1b;
    text-transform: uppercase;
}

#content .in-the-media-sidebar-box span.head-title strong {
    font-weight: 700;
}

.in-the-media-search {
    margin: 50px 0 70px;
}

.in-the-media-search form {
    position: relative;
}

.in-the-media-search input[type=text] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font-size: 11px;
    font-weight: 400;
    color: #666666;
    letter-spacing: 0.07em;
    text-transform: uppercase;
    border: 0;
    border-bottom: 1px solid #5f5f5f;
    width: 100%;
    height: 55px;
}

.in-the-media-search input[type=submit] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 0;
    width: 23px;
    height: 23px;
    background: url(images/in-the-media-search.png) no-repeat center center;
    position: absolute;
    bottom: 8px;
    right: 0;
    font-size: 0;
}

.in-the-media-categories {}

#content .in-the-media-categories ul {
    margin-left: 0;
}

.in-the-media-categories li {
    display: block;
    margin: 35px 0;
}

.in-the-media-categories a {
    display: block;
    overflow: hidden;
    background: url(images/articles-dotted-line.png) repeat-x center center;
    color: #1b1b1b;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.in-the-media-categories a:hover {
    color: #e93e57;
}

.in-the-media-categories a span:first-of-type {
    display: block;
    float: left;
    font-size: 20px;
    font-weight: 300;
    line-height: 1.2;
    padding-right: 25px;
    background: #ffffff;
}

.in-the-media-categories a span:last-of-type {
    display: block;
    float: right;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.2;
    padding-left: 25px;
    margin-top: 5px;
    background: #ffffff;
}

.in-the-media-popular-posts,
.in-the-media-recent-posts {
    margin-top: 8px;
}

#content .in-the-media-popular-posts ul,
#content .in-the-media-recent-posts ul {
    font-size: 0;
    margin-left: 0;
}

.in-the-media-popular-posts li,
.in-the-media-recent-posts li {
    border-bottom: 1px solid #e3e3e3;
    padding: 28px 0;
}

.in-the-media-popular-posts li:last-child,
.in-the-media-recent-posts li:last-child {
    border-bottom: 0;
}

.pp-photo,
.rp-photo {
    display: inline-block;
    vertical-align: top;
    width: 47.5%;
}

.pp-photo a,
.rp-photo a {
    display: block;
    overflow: hidden;
}

.pp-photo canvas,
.rp-photo canvas {
    display: block;
    width: 100%;
    background-color: #cccccc;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.pp-photo a:hover canvas,
.rp-photo a:hover canvas {
    transform: scale(1.2) translateZ(0);
}

.pp-text,
.rp-text {
    display: inline-block;
    vertical-align: middle;
    width: 52.5%;
    padding-left: 20px;
}

.pp-text a,
.rp-text a {
    display: inline-block;
    font: 600 15px/1 'Source Sans Pro', sans-serif;
    color: #1b1b1b;
    text-decoration: none;
    text-transform: uppercase;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.pp-text a:hover,
.rp-text a:hover {
    color: #e93e57;
}

#content .pp-text p,
#content .rp-text p {
    font: 400 14px/1.1 'Source Sans Pro', sans-serif;
    color: #5a5a5a;
    margin: 14px 0 0;
}


/* Inner Page In The Media Details */

.page-template-template-in-the-media-single #inner-page-wrapper {
    margin-bottom: 0;
}

#in-the-media-details {}

#in-the-media-details [data-aios-staggered-parent=true] {
    overflow: visible;
}

.in-the-media-details-wrap {
    background: url(images/in-the-media-bg.jpg) no-repeat center center / cover;
    position: relative;
    z-index: 1;
}

.in-the-media-details-wrap::before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(242, 242, 242, 0.9);
    z-index: -1;
}

.in-the-media-details-heading {}

.in-the-media-details-heading-text {
    background: #ffffff;
    position: relative;
    /*z-index: 1;*/
    padding: 82px 0 62px 35px;
}

.in-the-media-details-heading-text::before {
    content: '';
    display: block;
    position: absolute;
    width: 2128px;
    height: 100%;
    top: 0;
    right: -128px;
    background: #ffffff;
    z-index: -1;
}

.in-the-media-details-pre-title {
    font: 400 40px/1 'Barlow Semi Condensed', sans-serif;
    color: #1b1b1b;
    letter-spacing: -0.025em;
    text-transform: uppercase;
    position: relative;
}

.in-the-media-details-pre-title .title-line {
    display: block;
    width: 2000px;
    height: 3px;
    background: #b0b0b0;
    position: absolute;
    top: 17px;
    left: -2038px;
}

#content .in-the-media-details-title {
    font-size: 58px;
    font-weight: 600;
    color: #e51937;
    line-height: 1;
    text-transform: uppercase;
    margin: 20px 0 28px;
}

#content .in-the-media-details-title span {
    text-align: left;
}

.in-the-media-details-date {
    display: block;
    font-size: 15px;
    font-weight: 400;
    color: #666666;
    line-height: 1;
}

.in-the-media-details-text-content {
    font-size: 15px;
    font-weight: 400;
    color: #666666;
    line-height: 1.7;
    margin-top: 90px;
}

#content .in-the-media-details-text-content strong {
    font-size: 18px;
    font-weight: 600;
    color: #666666;
}

.in-the-media-details-heading-photo {
    position: relative;
    /*z-index: 2;*/
    margin-top: -58px;
}
.in-the-media-details-heading-photo canvas{
    display: block;
    width: 100%;
    height: auto;
}
.in-the-media-details-heading-photo img {
   /* max-width: 100%;
    display: block;
    margin: auto;*/
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.in-the-media-details-content {
/*    margin-top: -175px;*/
    overflow: hidden !important;
    position: relative;
    top: -175px;
}

.name-Firefox .in-the-media-details-content {
    float: right;
    width: 100%;
}

.in-the-media-details-content-main {
    background: #ffffff;
    font: 400 16px/1.6 'Source Sans Pro', sans-serif;
    color: #525252;
    margin: 272px 0 118px;
    overflow: hidden;
}

.in-the-media-details-content-img-holder {}

.in-the-media-details-content-img-margin {
    margin-bottom: 22px;
}

.in-the-media-details-content-img-holder img {
    max-width: 100%;
}

.in-the-media-details-content-txt-holder {
    padding: 35px 32px;
}

#content .in-the-media-details-content-txt-holder p {
    margin: 25px 0;
}

.first-letter {
    overflow: hidden;
}

.first-letter:first-letter {
    font-family: 'Barlow Semi Condensed', sans-serif;
    font-size: 125px;
    font-weight: 700;
    color: #1b1b1b;
    line-height: 1;
    float: left;
    margin-top: -15px;
    margin-right: 15px;
}

.in-the-media-details-content-blockquote {
    background: url(images/in-the-media-details-blockquote-bg.jpg) #131313 no-repeat center center / cover;
    height: 220px;
    text-align: center;
    margin: 10px 0 35px;
}

.in-the-media-details-content-blockquote::before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 0;
    height: 100%;
}

.in-the-media-details-content-blockquote span {
    display: inline-block;
    vertical-align: middle;
    font: 300 36px/1.2 'Barlow Semi Condensed', sans-serif;
    color: #ffffff;
}

#content .in-the-media-details-content-blockquote span strong {
    display: block;
    font-weight: 600;
}

@media only screen and (max-width: 1199px) {
    .in-the-media-heading-text {
        padding-left: 30px;
    }
    #content .in-the-media-title {
        padding-right: 20px;
    }
    .in-the-media-article-content {
        padding: 50px 20px;
    }
    .in-the-media-article-content-btn a {
        line-height: 52px;
        letter-spacing: 1.5px;
    }
    .in-the-media-content-sidebar {
        padding-left: 20px;
    }
    .in-the-media-details-heading-text {
        padding-left: 30px;
    }
}
@media only screen and (max-width: 991px) {
    .in-the-media-title.site-section-title span i.title-line {
        display: none;
    }
    #content .in-the-media-title b {
        text-align: right;
        width: 85%;
        line-height: 1em;
    }
    .in-the-media-heading-text {
        padding-left: 20px;
        padding-right: 20px;
    }
    .in-the-media-heading-text::before {
        display: none;
    }
    .in-the-media-heading-photo {
        margin-top: 25px;
    }
    .in-the-media-content {
        margin-top: 0;
    }
    .in-the-media-content-main {
        margin-top: 100px;
    }
    .in-the-media-content-sidebar {
        padding-right: 20px;
        margin-top: 50px;
    }
    .in-the-media-content-sidebar::after {
        display: none;
    }
    .in-the-media-sidebar-box {
        max-width: 360px;
        margin-left: auto;
        margin-right: auto;
    }
    .in-the-media-details-pre-title .title-line {
        display: none;
    }
    .in-the-media-details-heading-text {
        padding: 40px 20px 10px;
    }
    .in-the-media-details-text-content {
        padding-right: 0;
    }
    .in-the-media-details-heading-text::before {
        display: none;
    }
    #content .in-the-media-details-title b {
        text-align: left;
    }
    .in-the-media-details-heading-photo {
        margin-top: 25px;
    }
    .in-the-media-details-content {
        top: 0;
    }
    .in-the-media-details-content-main {
        /*margin-top: 100px;*/
        margin-top: 30px;
        margin-bottom: 30px;
    }
    .in-the-media-load-more {
        margin-right: auto;
        margin-left: auto;
        float: none;
    }
}
@media only screen and (max-width: 767px) {

}
@media only screen and (max-width: 575px) {
    #content .in-the-media-title {
        font-size: 65px;
    }
    #content .in-the-media-title b {
        font-size: 28px;
        margin-top: 0;
        width: 80%;
    }
    .in-the-media-article-heading {
        height: auto;
    }
    .in-the-media-article-heading-text {
        height: auto;
        min-height: 200px;
        float: none;
        width: 100%;
        padding: 20px;
    }
    .in-the-media-article-heading-text-inner {
        display: block;
        width: 100%;
    }
    .in-the-media-article-heading-photo {
        height: auto;
        float: none;
        width: 100%;
    }
    .in-the-media-article-content-excerpt,
    .in-the-media-article-content-btn {
        float: left;
        width: 100%;
    }
    .in-the-media-article-content-btn {
        margin-top: 20px;
    }
    .in-the-media-categories a span:first-of-type {
        font-size: 18px;
    }
    .in-the-media-categories a span:last-of-type {
        margin-top: 0;
    }
    .in-the-media-details-content-blockquote {
        height: auto;
        padding: 50px 15px;
    }
    .in-the-media-details-content-blockquote::before {
        display: none;
    }
}
@media only screen and (max-width: 480px) {
    .pp-photo,
    .rp-photo {
        width: 100%;
    }
    .pp-text,
    .rp-text {
        width: 100%;
        padding: 10px 0;
    }
    .in-the-media-details-pre-title {
        font-size: 25px;
    }
    #content .in-the-media-details-title {
        font-size: 30px;
    }
}