/*--------------------------------------------------------------------------
|  Header
--------------------------------------------------------------------------*/
.entire-action-header {
  position: relative;
}

.entire-action-header .form-dropdown {
  position: absolute;
  padding: 10px;
  background-color: #ffffff;
  width: 300px;
  top: 100%;
  left: auto;
  right: 0;
  z-index: 1000;
  margin-bottom: 0;
  -webkit-animation: nav_menu_anim_close 0.3s both;
  -o-animation: nav_menu_anim_close 0.3s both;
  animation: nav_menu_anim_close 0.3s both;
  -webkit-transition: opacity 0.3s ease, visibility 0.3s ease;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  opacity: 0;
  filter: opacity(0);
  visibility: hidden;
  -webkit-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.15);
}

.entire-action-header:hover .form-dropdown {
  -webkit-animation: nav_menu_anim_open 0.3s both;
  -o-animation: nav_menu_anim_open 0.3s both;
  animation: nav_menu_anim_open 0.3s both;
  opacity: 1;
  filter: opacity(1);
  visibility: visible;
  pointer-events: unset;
}

.search-section .btn-submit {
  padding: 0 0.75rem !important;
  font-size: 13px;
}
/*--------------------------------------------------------------------------
|  Main
--------------------------------------------------------------------------*/
.view-small .article-item {
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #e3e3e3;
}

.view-small .article-item:last-child {
    border: 0;
}

.title-section>span {
    color: #222;
    border-left: 5px solid var(--color-highlight);
    padding-left: 1rem;
}

.article-on-img .inner-image>a:before {
    content: "";
    display: block;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(25%, rgba(216,216,216,0)), to(#0d0d1f));
    background-image: -webkit-linear-gradient(top, rgba(216,216,216,0) 25%, #0d0d1f);
    background-image: -moz-linear-gradient(top, rgba(216,216,216,0) 25%, #0d0d1f);
    background-image: linear-gradient(to bottom, rgba(216,216,216,0) 25%, #0d0d1f);
}

.featured-media-on-img {
    position: absolute;
    bottom: 20px;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 2;
    text-align: center;
}

.article-item .inner-image .featured-media i , 
.article-item .featured-media-on-img i {
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  height: 40px;
  width: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 20px;
  background-color: rgba(255, 255, 255, 0.5);
  color: #222;
  margin: 0px 2px;
}

.article-on-img:hover {
   -webkit-box-shadow: 0 5px 5px #000;
    box-shadow: 0 5px 5px #000; 
}

.article-on-img:hover .featured-media-on-img i {
    background-color: var(--color-highlight);
    color: white;
}

.article-on-img:hover .line-af:after {
    background: var(--color-highlight);
}

.article-on-img:hover .article-title a {
    color: var(--color-highlight) !important;
}

.article-on-img img {
    background-size: cover;
    background-position: center center;
    -o-object-fit: cover;
    object-fit: cover;
    will-change: transform;
    -webkit-transition: -webkit-transform 1.5s ease-out;
    transition: -webkit-transform 1.5s ease-out;
    -moz-transition: transform 1.5s ease-out, -moz-transform 1.5s ease-out;
    transition: transform 1.5s ease-out;
    transition: transform 1.5s ease-out, -webkit-transform 1.5s ease-out, -moz-transform 1.5s ease-out;
}

.article-on-img:hover img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    transform: scale(1.1);
}

.article-on-img .article-title {
    max-height: 5.6em;
}

.center-me {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}

.bottom-me {
    position: absolute;
    bottom: 5px;
    left: 5px;
    z-index: 1;
}

.line-af:after {
    content: "";
    position: absolute;
    width: 100px;
    height: 3px;
    background: #D9D9D9;
    left: 0;
    right: 0;
    top: 100%;
    margin: 0 auto;
}

.view-media .featured-media-video {
    font-size: 4rem;
}

.view-media-small {
    overflow-y: scroll;
    overflow-x: hidden;
    max-height: 421px;
}

.view-media-small::-webkit-scrollbar {
  width: 6px;
}

.view-media-small::-webkit-scrollbar-thumb {
  border-radius: 8px;
  background: transparent;
}

.view-media-small:hover::-webkit-scrollbar-thumb {
  background: #e6e6e6;
}

.view-media-small::-webkit-scrollbar-track {
  border-radius: 8px;
}

.featured-media-video {
    opacity: 0.8;
}

.title-page {
    font-size: 2rem;
    margin: 0;
}

.article-category:last-child .comma-item {
    display: none;
}
/*--------------------------------------------------------------------------
|  Footer
--------------------------------------------------------------------------*/

/*--------------------------------------------------------------------------
|  Responsive
--------------------------------------------------------------------------*/
