/* Header */
.page-template-page-kelsos-corner #mk-header-1,
.page-template-page-kelso-recommends #mk-header-1,
.page-template-page-conflict-kit #mk-header-1,
.page-template-page-member-video #mk-header-1,
.single-video #mk-header-1 {
    display: none;
}
#video-post-header,
#video-post-header .video-post-header-left,
#video-post-header .video-post-header-right {
    display: flex;
    flex-direction: row;
    align-items: center;
}
#video-post-header {
    justify-content: space-between;
    width: 100%;
    height: 100px;
    padding: 0 60px;
    background: url(../../img/post-categories/HeaderBar.png) repeat;
    background-size: contain;
    position: relative;
    border-bottom: 5px solid #ff4640;
}
#video-post-header::before {
    background: none;
    border-bottom: 10px solid #fff;
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    pointer-events: none;
}
#video-post-header .video-post-header-left {
    justify-content: flex-start;
}
#video-post-header .video-post-header-right {
    justify-content: flex-end;
}
#video-post-header .video-post-header-left .video-post-header-component {
    margin-right: 36px;
}
#video-post-header .video-post-header-right .video-post-header-component {
    margin-right: 20px;
}
#video-post-header .video-post-header-component img {
    height: 60px;
    width: auto;
    max-width: 100%;
}
#video-post-header .video-post-header-component img.kelso-logo {
    height: 45px;
}
#video-post-header .video-post-header-component img.the-corner {
    margin-left: -24px;
}
#video-post-header .video-post-header-component img.my-account-text {
    height: 70px;
}
#video-post-header .video-post-header-component span.kelso-pipe {
    display: block;
    height: 100px;
    line-height: 84px;
    font-size: 80px;
    font-weight: bold;
    color: #ff7800;
}
@media screen and (max-width: 1570px ){
    #video-post-header .video-post-header-component img {
        height: auto;
        max-height: 50px;
    }
    #video-post-header .video-post-header-component img.kelso-logo {
        height: auto;
        max-height: 35px;
    }
    #video-post-header .video-post-header-component img.my-account-text {
        height: auto;
        max-height: 50px;
    }
}
@media screen and (max-width: 1300px ){
    #video-post-header .video-post-header-component img {
        height: auto;
        max-height: 50px;
    }
    #video-post-header .video-post-header-component img.kelso-logo {
        height: auto;
        max-height: 30px;
    }
    #video-post-header .video-post-header-component img.the-corner {
        height: auto;
        max-height: 40px;
    }
    #video-post-header .video-post-header-component img.my-account-text {
        height: auto;
        max-height: 40px;
    }
}
@media screen and (max-width: 1080px ){
    #video-post-header .video-post-header-component img {
        height: auto;
        max-height: 40px;
    }
}
@media screen and (max-width: 1000px) {
    #video-post-header .video-post-header-component img.kelso-logo,
    #video-post-header .video-post-header-component span.kelso-pipe {
        display: none;
    }
}
@media screen and (max-width: 650px) {
    #video-post-header {
        padding: 0 20px;
    }
}
@media screen and ( max-width: 600px ) {
    #video-post-header {
        flex-direction: column;
        align-items: flex-start;
        height: auto;
        padding: 20px;
    }
    #video-post-header .video-post-header-left {
        flex-direction: column;
        align-items: flex-start;
    }
    #video-post-header .video-post-header-right .video-post-header-component {
        margin-right: 0;
    }
    #video-post-header .video-post-header-component img.the-corner {
        margin-left: 0;
        margin-top: 4px;
    }
    #video-post-header .video-post-header-component img.kelso-logo {
        display: block;
    }
    #video-post-header .video-post-header-component img.sunburst {
        display: none;
    }
    #video-post-header .video-post-header-component img.my-account-text {
        margin-top: -10px;
    }
}

.page-template-page-conflict-kit .page-title {
    margin: 20px auto;
    font-family: rockwell-nova, serif;
    color: black;
    text-align: center;
    font-weight: bold;
    font-size: 30px;
}

.post-categories-search-container {
    margin-bottom: 60px;
    background-image: linear-gradient(to right, #333 25%, rgba(255,255,255,0) 0%);
    background-position: bottom;
    background-size: 10px 2px;
    background-repeat: repeat-x;
}
#video-search-container {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 12px;
    width: 60%;
    margin: 0 auto;
}
#video-search {
    width: 40%;
    display: flex;
    justify-content: center;
    align-items: center;
}
#search_icon {
    height: 60px;
    margin-left: -30px;
}
#search_text {
    height: 60px;
    margin-left: -50px;
}
#search_input {
    border: none;
    border-bottom: 1px solid rgba(0,0,0,.1);
    background: rgba(255,255,255,0.85);
    margin-left: -35px;
}
#search_input::-webkit-input-placeholder {
    color: transparent;
}
#search_input:-moz-placeholder {
    color: transparent;
}
#search_input::-moz-placeholder {
    color: transparent;
}
#search_input:-ms-input-placeholder {
    color: transparent;
}
@media screen and ( max-width: 475px ){
    #search_input::-webkit-input-placeholder {
        color: black;
    }
    #search_input:-moz-placeholder {
        color: black;
    }
    #search_input::-moz-placeholder {
        color: black;
    }
    #search_input:-ms-input-placeholder {
        color: black;
    }
}
#video-filters {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
#refine_by_text {
    height: 60px;
    margin:0 -25px;
}
.filter-image-container {
    cursor: pointer;
}
.select-filter {
    color: #005078;
    font-weight: bold;
    font-family: Roboto, sans-serif;
    width: 190px;
    font-size: 18px;
    background: rgba(255,255,255,.75);
}
@media screen and ( max-width: 1650px ) {
    #video-search-container {
        width: 80%;
    }
}
@media screen and ( max-width: 1200px ) {
    #video-search-container {
        flex-direction: column;
        align-items: flex-start;
    }
    #video-search {
        width: 100%;
    }
}
@media screen and ( max-width: 600px ) {
    #refine_by_text {
        display: none;
    }
}
@media screen and ( max-width: 475px ) {
    #video-filters {
        flex-direction: column;
        align-items: unset;
    }
    #search_text {
        display: none;
    }
    #search_input {
        margin-left: 0;
    }
    .select-filter {
        margin: 10px 0;
        width: 190px;
    }
}

.post-categories-wrap,
.post-categories-wrap * {
    box-sizing: border-box!important;
}
.post-categories-wrap {
    width: 60%;
    margin: 0 auto;
}
@media screen and ( max-width: 2050px ){
    .post-categories-wrap {
        width: 70%;
    }
}
@media screen and ( max-width: 1900px ){
    .post-categories-wrap {
        width: 80%;
    }
}
@media screen and ( max-width: 1500px ){
    .post-categories-wrap {
        width: 90%;
    }
}
.v-centered {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}
.carousel {
    position: relative;
    overflow: hidden;
    width: 100%;
}
.roll {
    position: relative;
    white-space: nowrap;
    font-size: 0;
    left:  0;
}
.project {
    text-align: center;
    padding-right: 15px;
    display: inline-block;
    width: 20%;
    vertical-align: text-top!important;
}
.project img {
    width: 100%;
}
.project p {
    white-space: normal;
}
.post-category-container {
    padding-bottom: 20px;
}
.post-category-container .post-category-title,
.post-categories-container .section-container .section-title {
    font-family: rockwell-nova, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 20pt;
    color: black;
}
.post-categories-container .section-container .post-category-container .post-category-title {
    color: #333;
    font-size: 16pt;
    font-family: sans-serif;
}
.post-category-posts-container {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    width: 90%;
    margin: 0 auto;
}

.post-categories-post-thumbnail {
    height: auto;
    overflow: hidden;
    position: relative;
}
.post-category-posts-container .navigation {
    position:  absolute;
    width: 50px;
    color:  #aaaaaa;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    cursor: pointer;
}
.post-category-posts-container .navigation:hover {
    color: #777777;
}
.post-category-posts-container .navigation:visited  {
    text-decoration: none;
}
.post-category-posts-container .navigation:active {
    text-decoration: none;
}
.post-category-posts-container .navigation:focus {
    outline: none;
}
.post-category-posts-container .navigation {
    left: -66px;
}
.post-category-posts-container .navigation:last-of-type {
    left: initial;
    right: -66px;
}
.post-category-posts-container .navigation i {
    font-size: 3.5em;
    width: 100%;
}

@media screen and (max-width: 1200px) {
    .post-category-posts-container {
        width: 85%;
    }
    .carousel {
        width: 90%;
    }
    .project img {
        width: 100%;
    }
    .project {
        width: 33.334%;
    }
}
@media screen and (max-width: 950px) {
    .post-category-posts-container {
        width: 75%;
    }
    .post-categories-post-thumbnail {
        height: auto;
    }
    .project img {
        width: 100%;
    }
    .project {
        width: 50%;
    }
}
@media screen and (max-width: 480px) {
    .project {
        width: 100%;
        margin-right: 0;
        max-height: initial;
    }
}

/* Single Post */
.video-post-container {
    width: 100%;
    margin: 0;
}
.video-post-container::after {
    content: "";
    background: url(../../img/post-categories/AnglePattern_Y2.png) repeat;
    background-size: 50%;
    opacity: 0.6;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    position: absolute;
    z-index: -1;
}
.video-back-button {
    padding: 10px 20px;
    display: inline-block;
    background: #fb8308;
    color: black;
    border-radius: 20px;
    font-weight: bold;
}
.video-back-button:hover {
    color: black;
    background: #fba54c;
}
@media screen and ( max-width: 1920px ) {
    .video-post-container::after {
        background-size: 70%;
    }
}
@media screen and ( max-width: 1500px ) {
    .video-post-container::after {
        background-size: 90%;
    }
}
@media screen and ( max-width: 1200px ) {
    .video-post-container::after {
        background-size: 125%;
    }
}
@media screen and ( max-width: 900px ) {
    .video-post-container::after {
        background-size: 150%;
    }
}
@media screen and ( max-width: 600px ) {
    .video-post-container::after {
        background-size: 175%;
    }
}
@media screen and ( max-width: 400px ) {
    .video-post-container::after {
        background-size: 250%;
    }
}
.video-post-container .video-post {
    width: 100%;
    margin: 0 auto;
    background-color: black;
}
.video-post-container .embed-container {
    position: relative;
    padding-bottom: 56.25%;
    overflow: hidden;
    max-width: 100%;
    height: auto;
}
.video-post-container .embed-container iframe,
.video-post-container .embed-container object,
.video-post-container .embed-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.video-post-container .more-videos {
    width: 100%;
    margin: 0 auto;
}
/*@media screen and (max-width: 1750px ){*/
    /*.video-post-container .more-videos {*/
        /*width: 80%;*/
    /*}*/
/*}*/
.single-video .video-post-container .more-videos .post-category-title {
    display: none;
}
.video-post-container .more-videos .post-categories-post-thumbnail div {
    display: block;
}
.video-post-container .more-videos .post-categories-wrap,
.video-post-container .more-videos .post-categories-container,
.video-post-container .more-videos .post-category-container,
.video-post-container .more-videos .post-category-posts-container,
.video-post-container .more-videos .v-centered,
.video-post-container .more-videos .carousel,
.video-post-container .more-videos .roll,
.video-post-container .more-videos .post-categories-post-container.project,
.video-post-container .more-videos .post-categories-post-thumbnail div {
    height: 100%;
}
.video-post-container .more-videos .post-categories-posts-container {
    width: 100%;
}
.video-post-container .more-videos .post-categories-post-thumbnail div img {
    height: auto;
    max-height: 370px;
}
.video-post-container .video-title span {
    font-family: futura-pt, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 12pt;
    color: #0078d2;
    cursor: pointer;
}
.video-post-container .video-title span:hover {
    color: #005078;
}
.video-post-container .more-videos .post-categories-post-thumbnail .thumbnail-overlay {
    padding: 20px;
    opacity: 0;
    position: absolute;
    top: 0; bottom: 0; left: 0; right: 0; text-align: left;
    background: rgba(0,0,0,.8);
    cursor: pointer;
    transition: opacity 300ms ease;
}
.video-post-container .more-videos .post-categories-post-thumbnail:hover .thumbnail-overlay {
    opacity: 1;
}
.video-post-container .more-videos .post-categories-post-thumbnail .thumbnail-overlay .thumbnail-overlay-meta {
    color: white;
    padding: 5px 10px;
    margin: 0;
    font-family: futura-pt, sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 12pt;
}
.video-post-container .more-videos .post-categories-post-thumbnail .thumbnail-overlay .thumbnail-overlay-meta.small {
    font-size: 10pt;
    line-height: 14pt;
}
#video-card,
#video-card .video-card-top,
#video-card .video-card-bottom,
#video-card .video-card-top .video-card-data,
#video-card .video-card-bottom .video-card-button-container {
    font-family: futura-pt, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 14pt;
}