/* Theme Name: Gimont Child Theme
Theme URI: https://themeforest.net/user/ovatheme/portfolio
Description: This is child theme of gimont
Author: Ovatheme
Author URI: https://themeforest.net/user/ovatheme
Template: gimont
Version: 1.0.0
Tags: two-columns, three-columns, left-sidebar, right-sidebar, custom-menu, editor-style, featured-images, flexible-header, full-width-template, post-formats, rtl-language-support, sticky-post, translation-ready
Text Domain:  gimont-child
*/

/* Collections */
.content_archive_coll .items_archive_coll .img a img { height: 400px; width: 100%; object-fit: cover; }

/* Events */
.single_event .content-event .event_intro .image img { max-height: unset !important; }

.single_event .content-event .event-related .archive_event .ovaev-content.content-grid .desc .event-thumbnail a img { height: auto !important; } 

/* Team single */
.ova_team_single .image-team { width: 20% !important; }
.ova_team_single .content_info { width: 80% !important; }
.ova_team_single .content_info p { margin-bottom: 1rem !important; }

/* Team archive */
.archive_team .ova-team-items-modern .ova-media img { height: 400px !important; }

.ova-blog.version_2.v2_template_2 .item:not(:first-child) .content { width: 60%; }
.ova-blog.version_2.v2_template_2 .item { flex-direction: column !important; }

.container-event .archive_event.col2 { grid-template-columns: repeat(3, 1fr); }

article.post-wrap .post-media img { max-height: unset !important; }

.ova-testimonial .author .rating { display: none !important; }

/* Members */
.post-19618.post-wrap li { margin-bottom: .5rem; }
.post-19618.post-wrap li a { border-bottom: 1px solid; }


/*
.ova-images-slider.owl-carousel .item-images-slider {
  animation: skeleton-loading 1s linear infinite alternate;
  border-radius: 20px; 
  background-clip: content-box;
}
*/

@keyframes skeleton-loading {
  0% {
    background-color: hsl(200, 20%, 80%);
  }
  100% {
    background-color: hsl(200, 20%, 95%);
  }
}

/* Gallery */
.timeline_table {
    border: 1px #808080 solid;
    border-top: 0px;
    width: 100%;
    padding: 0px;
    text-align: center;
    background-color: #C0D0E6;
}
