/*!
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;
}

article figure[x-cp-image],
article figure {
    text-align: center;
}

body .edition--outer { z-index: auto }
.article p { letter-spacing: 0; }

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

article > aside.pullquote {
    margin: 56px auto;
    font-size: 46px;
    line-height: 48px;
    max-width: 1040px;
    letter-spacing: -1px;
    color: #979797;
}

figure {
    text-align: center;
}

/*figure img,
figure video {
    width: 100%!important;

}*/

@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;
    }
}

.copyright a {
    color: inherit;
    box-shadow: inset 0 -1px #555;
}

.footer {
    padding-bottom: 0;
}

@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;
    }
}


@media only screen and (min-width: 650px) {
    .story-meta__item + .story-meta__item .story-time {
        padding-top: 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%;
}