/*
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%;
}

@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;
}
}