/*!
Theme Name: codastory 1.1
Author: Codastory
Author URI: https://shed.nyc
Description: Description
Version: 1.0.1
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: codastory
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
*/

.category {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    background: #fff;
}


body .edition--outer { z-index: auto }

.article article .article.related,
.end-share,
svg.cp-icon.facebook,
svg.cp-icon.email,
svg.cp-icon.twitter{
    display: none;
}

@media only screen and (min-width: 1600px) {
    .about-editions>.block-label {
        margin-left: 115px;
    }
}

.VideoPlaylist-control {
    overflow: hidden;
}

.Video-section.Video-section--main {
    max-width: none;
}

.search-field .form-field--input:focus {
    border-color: #d2d2d2;
}

.Video-section--main .VideoCard--series:hover {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

@media only screen and (min-width: 1000px) {
    .VideoPlaylist-control {
        max-height: 170px;
    }
}

@media only screen and (max-width: 650px) {
    body .featured:not(.isInViewpot) .featured__inner .featured-item {
        opacity: 1;
        transform: none;
    }
    
}

@media only screen and (max-width: 650px) {
    [data-search-result] {
        padding: 0 25px;
    }

    [data-search-result] > .flex-column {
        padding-top: 74px;
    }

    [data-search-result] > .flex-column > .flex-column__item:first-child {
        padding-left: 0;
    }
}

.section {
    background-color: #fff;
    position: relative;
    z-index: 10;
}

.section::before,
.section::after {
    clear: both;
    content: '';
    display: table;
}

.popover {
    z-index: 300;
}

.static {
    width: 100%;
}