/*!
 * # Semantic UI 2.4.1 - Item
 * http://github.com/semantic-org/semantic-ui/
 *
 *
 * Released under the MIT license
 * http://opensource.org/licenses/MIT
 *
 */
.ui.items > .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 1em 0;
    width: 100%;
    min-height: 0;
    background: 0 0;
    padding: 0;
    border: none;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: -webkit-box-shadow 0.1s ease;
    transition: -webkit-box-shadow 0.1s ease;
    transition: box-shadow 0.1s ease;
    transition: box-shadow 0.1s ease, -webkit-box-shadow 0.1s ease;
    z-index: '';
}
.ui.items > .item a {
    cursor: pointer;
}
.ui.items {
    margin: 1.5em 0;
}
.ui.items:first-child {
    margin-top: 0 !important;
}
.ui.items:last-child {
    margin-bottom: 0 !important;
}
.ui.items > .item:after {
    display: block;
    content: ' ';
    height: 0;
    clear: both;
    overflow: hidden;
    visibility: hidden;
}
.ui.items > .item:first-child {
    margin-top: 0;
}
.ui.items > .item:last-child {
    margin-bottom: 0;
}
.ui.items > .item > .image {
    position: relative;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    display: block;
    float: none;
    margin: 0;
    padding: 0;
    max-height: '';
    -ms-flex-item-align: top;
    align-self: top;
}
.ui.items > .item > .image > img {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 0.125rem;
    border: none;
}
.ui.items > .item > .image:only-child > img {
    border-radius: 0;
}
.ui.items > .item > .content {
    display: block;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    background: 0 0;
    margin: 0;
    padding: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-size: 1em;
    border: none;
    border-radius: 0;
}
.ui.items > .item > .content:after {
    display: block;
    content: ' ';
    height: 0;
    clear: both;
    overflow: hidden;
    visibility: hidden;
}
.ui.items > .item > .image + .content {
    min-width: 0;
    width: auto;
    display: block;
    margin-left: 0;
    -ms-flex-item-align: top;
    align-self: top;
    padding-left: 1.5em;
}
.ui.items > .item > .content > .header {
    display: inline-block;
    margin: -0.21425em 0 0;
    font-family: Lato, 'Helvetica Neue', Arial, Helvetica, sans-serif;
    font-weight: 700;
    color: rgba(0, 0, 0, 0.85);
}
.ui.items > .item > .content > .header:not(.ui) {
    font-size: 1.28571429em;
}
.ui.items > .item [class*='left floated'] {
    float: left;
}
.ui.items > .item [class*='right floated'] {
    float: right;
}
.ui.items > .item .content img {
    -ms-flex-item-align: middle;
    align-self: middle;
    width: '';
}
.ui.items > .item .avatar img,
.ui.items > .item img.avatar {
    width: '';
    height: '';
    border-radius: 500rem;
}
.ui.items > .item > .content > .description {
    margin-top: 0.6em;
    max-width: auto;
    font-size: 1em;
    line-height: 1.4285em;
    color: rgba(0, 0, 0, 0.87);
}
.ui.items > .item > .content p {
    margin: 0 0 0.5em;
}
.ui.items > .item > .content p:last-child {
    margin-bottom: 0;
}
.ui.items > .item .meta {
    margin: 0.5em 0 0.5em;
    font-size: 1em;
    line-height: 1em;
    color: rgba(0, 0, 0, 0.6);
}
.ui.items > .item .meta * {
    margin-right: 0.3em;
}
.ui.items > .item .meta :last-child {
    margin-right: 0;
}
.ui.items > .item .meta [class*='right floated'] {
    margin-right: 0;
    margin-left: 0.3em;
}
.ui.items > .item > .content a:not(.ui) {
    color: '';
    -webkit-transition: color 0.1s ease;
    transition: color 0.1s ease;
}
.ui.items > .item > .content a:not(.ui):hover {
    color: '';
}
.ui.items > .item > .content > a.header {
    color: rgba(0, 0, 0, 0.85);
}
.ui.items > .item > .content > a.header:hover {
    color: #1e70bf;
}
.ui.items > .item .meta > a:not(.ui) {
    color: rgba(0, 0, 0, 0.4);
}
.ui.items > .item .meta > a:not(.ui):hover {
    color: rgba(0, 0, 0, 0.87);
}
.ui.items > .item > .content .favorite.icon {
    cursor: pointer;
    opacity: 0.75;
    -webkit-transition: color 0.1s ease;
    transition: color 0.1s ease;
}
.ui.items > .item > .content .favorite.icon:hover {
    opacity: 1;
    color: #ffb70a;
}
.ui.items > .item > .content .active.favorite.icon {
    color: #ffe623;
}
.ui.items > .item > .content .like.icon {
    cursor: pointer;
    opacity: 0.75;
    -webkit-transition: color 0.1s ease;
    transition: color 0.1s ease;
}
.ui.items > .item > .content .like.icon:hover {
    opacity: 1;
    color: #ff2733;
}
.ui.items > .item > .content .active.like.icon {
    color: #ff2733;
}
.ui.items > .item .extra {
    display: block;
    position: relative;
    background: 0 0;
    margin: 0.5rem 0 0;
    width: 100%;
    padding: 0 0 0;
    top: 0;
    left: 0;
    color: rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: color 0.1s ease;
    transition: color 0.1s ease;
    border-top: none;
}
.ui.items > .item .extra > * {
    margin: 0.25rem 0.5rem 0.25rem 0;
}
.ui.items > .item .extra > [class*='right floated'] {
    margin: 0.25rem 0 0.25rem 0.5rem;
}
.ui.items > .item .extra:after {
    display: block;
    content: ' ';
    height: 0;
    clear: both;
    overflow: hidden;
    visibility: hidden;
}
.ui.items > .item > .image:not(.ui) {
    width: 175px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .ui.items > .item {
        margin: 1em 0;
    }
    .ui.items > .item > .image:not(.ui) {
        width: 150px;
    }
    .ui.items > .item > .image + .content {
        display: block;
        padding: 0 0 0 1em;
    }
}
@media only screen and (max-width: 767px) {
    .ui.items:not(.unstackable) > .item {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin: 2em 0;
    }
    .ui.items:not(.unstackable) > .item > .image {
        display: block;
        margin-left: auto;
        margin-right: auto;
    }
    .ui.items:not(.unstackable) > .item > .image,
    .ui.items:not(.unstackable) > .item > .image > img {
        max-width: 100% !important;
        width: auto !important;
        max-height: 250px !important;
    }
    .ui.items:not(.unstackable) > .item > .image + .content {
        display: block;
        padding: 1.5em 0 0;
    }
}
.ui.items > .item > .image + [class*='top aligned'].content {
    -ms-flex-item-align: start;
    align-self: flex-start;
}
.ui.items > .item > .image + [class*='middle aligned'].content {
    -ms-flex-item-align: center;
    align-self: center;
}
.ui.items > .item > .image + [class*='bottom aligned'].content {
    -ms-flex-item-align: end;
    align-self: flex-end;
}
.ui.relaxed.items > .item {
    margin: 1.5em 0;
}
.ui[class*='very relaxed'].items > .item {
    margin: 2em 0;
}
.ui.divided.items > .item {
    border-top: 1px solid rgba(34, 36, 38, 0.15);
    margin: 0;
    padding: 1em 0;
}
.ui.divided.items > .item:first-child {
    border-top: none;
    margin-top: 0 !important;
    padding-top: 0 !important;
}
.ui.divided.items > .item:last-child {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
}
.ui.relaxed.divided.items > .item {
    margin: 0;
    padding: 1.5em 0;
}
.ui[class*='very relaxed'].divided.items > .item {
    margin: 0;
    padding: 2em 0;
}
.ui.items a.item:hover,
.ui.link.items > .item:hover {
    cursor: pointer;
}
.ui.items a.item:hover .content .header,
.ui.link.items > .item:hover .content .header {
    color: #1e70bf;
}
.ui.items > .item {
    font-size: 1em;
}
@media only screen and (max-width: 767px) {
    .ui.unstackable.items > .item > .image,
    .ui.unstackable.items > .item > .image > img {
        width: 125px !important;
    }
}
