/*
Theme Name: Stamin Child
Description: Child Theme for Stamin Theme
Author: Zozothemes
Version: 1.0
Template: stamin
Tags: one-column, two-columns, right-sidebar, flexible-header, custom-colors, custom-header, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, post-formats, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready
Text Domain: zozotheme
*/

/*Custom Style Code Right Here */

.owl-stage-outer .media.team-list-item .media-body{
	height: 250px;
}

.team-thumb{
	height: 250px;
}

.team-thumb img{
	min-height: 100%;
}


.logo-gallery > .elementor-widget-container {
  display:flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.logo-gallery > .elementor-widget-container a {
  flex: 0 0 33%;
  display: inline-block;
  padding: 15px; 
}

.logo-gallery > .elementor-widget-container a img {
  max-width: 100%; 
}


@media screen and (max-width: 767px) {
  .logo-gallery > .elementor-widget-container a {
    flex: 1 1 100%;  
  }
}

@media screen and (max-width: 1024px) {
  

  .team-list-item .team-thumb {
	max-width: 100%;
	height: auto;
  }
  .owl-stage-outer .media.team-list-item{
     display: block;
  }
  .owl-stage-outer .media.team-list-item .media-body{
     height: 200px;
	 padding: 15px 0px 0px 15px;
  }
}
@media screen and (min-width: 1025px){
	.owl-stage-outer .media.team-list-item .media-body{
		height: 300px;
	}
}
@media screen and (min-width: 1025px){
.elementor-widget-container.feature-box-wrapper {
    height: 650px;
}
}