﻿.form-select {
    margin-bottom: 8px;
}
.rubrics-general h4 {
    min-height: 38px;
}
.item-desc {
    text-align: center;
}
.rubrics-general .flex-views-2 {
    padding: 12px;
    font-size: 14px;
    color: #666;
    line-height: 1.35;
    border-radius: 2px;
    box-shadow: rgba(0,0,0,0.3) 0px 1px 2px;
}
.rubrics-general  .flex-views-2:hover {
    box-shadow: rgba(0,0,0,0.5) 0 1px 3px;
}
.post-info-date {
    font-size: 10px;
    letter-spacing: 2px;
    text-transform: uppercase;
    line-height: 22px;
    color: #999;
}
.term-absolute {
    position: relative;
}
.views-terms-absolute {
    position: absolute;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 96%, 0 100%);
    clip-path: polygon(0 0,90% 0, 100% 100%, 0 100%);
    bottom: 0;
    left: 0;
    background-color: rgba(21, 20, 20, 0.7);
    padding: 0 20px 0 8px;
    color: #fefefe;
    text-transform: uppercase;
    font-size: .7rem;
    letter-spacing: 1px;
    font-weight: 600;
    z-index: 1;
}
.views-terms-absolute:hover {
    background-color: rgba(21, 20, 20, 0.9);
}
.views-terms-absolute a{
    color: #fefefe;
}
.views-terms-absolute a:hover {
    color: #fefefe;
    background: unset;
}
.rubrics-general li.grid.item-list__item {
    margin-bottom: 15px;
}
.view-content .node__submitted,
.video-description .node__submitted,
.node--view-mode-default .node__submitted{
display: none;
}
/*
================================================================================
|                                                                  VIDEOFOND                                                                         |
================================================================================
*/
.video-fond .flex-views-4 {
    background: #000;
    padding: 8px;
    border-radius: 2px;
}

/*
================================================================================
|                                                                  PHOTOBANK                                                                                      |
================================================================================
*/
.photo-count {
    position: absolute;
    top: 16px;
    right: 16px;
    border-radius: 2px;
    font-weight: 700;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.4);
    padding: 4px;
    min-width: 36px;
    text-align: center;
    display: block;
    text-shadow: 0 0 2px rgba(0,0,0,0.5);
}
.photobank-views h3 {
    margin: 0;
}
h4.views-title {
    text-transform: uppercase;
    text-align: center;
}
.l-r.region.pr-main__content .view-filters {
    display: flex;
    justify-content: center;
}
.view-filters label {
    display: none;
}
.form-actions {
    justify-content: center;
}
#edit-actions {
    justify-content: center;
}
.rubrics-general .view-display-id-attach_pages {
    position: relative;
    margin-bottom: 20px;
}
.rubrics-general  .attachment {
    position: relative;
    margin-bottom: 15px;
}
.rubrics-general .field-type-insert {
    margin-bottom: 15px;
    border: 1px solid #ddd;
    padding: 3px;
}
#block-example {
    text-align: center;
}
.path-projects-photobank .pr-main .hr--1-3 .l-r:first-child,
.path-projects-communities .pr-main .hr--1-3 .l-r:first-child {
    width: 100%;
}
.path-projects-photobank .l-r.region.pr-main__sidebar-second,
.path-projects-communities .l-r.region.pr-main__sidebar-second  {
    display: none;
    width: 0px;
}