/*
Theme Name: Hello Elementor Child
Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
Template: hello-elementor
Author: Elementor Team
Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
Description: Hello Elementor is a lightweight and minimalist WordPress theme that was built specifically to work seamlessly with the Elementor site builder plugin. The theme is free, open-source, and designed for users who want a flexible, easy-to-use, and customizable website. The theme, which is optimized for performance, provides a solid foundation for users to build their own unique designs using the Elementor drag-and-drop site builder. Its simplicity and flexibility make it a great choice for both beginners and experienced Web Creators.
Tags: accessibility-ready,flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 3.4.4.1757334292
Updated: 2025-09-08 12:24:52

*/
body.single-team {background:#F5F5F5}
body.single-team .col-md-6 {display:flex;}
body.single-team aside,body.single-team article{padding:30px;background:#FFF;width:100%}
body.single-team aside {background:var(--e-global-color-accent);color:#FFF}

.sponsor-img {max-height:80px; width:auto; max-width:100%; display:block;}
h1.entry-title {text-align:center;font-weight:600;font-size:400%}
/*.sponsors{background:#efefef}*/
.sponsors .col-md-4 {background:#FFF}
.team-card .card {background:var(--e-global-color-secondary);border-radius:0px;border:none}
img.placeholder-image,img.teams-placeholder-image {max-width:25%!important;padding:15px}
.wpcf7-form input,.wpcf7-form textarea {margin:5px 0}
[type=button],[type=submit],button {
    border: none;
}
body.single-team input.wpcf7-form-control[type="submit"]{background: #FFF;color:#333}
body.single-team input.wpcf7-form-control[type="submit"]:hover{background:#eee}
body{font-family: "Poppins", Sans-serif;font-size:16px}
main.post,main.type-page {margin:60px 0}
.gallery {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(400px,1fr));
  gap: 30px;
place-items:center
}
.gallery-item img {
  width: 100%;
  height: auto;
  border-radius: 8px;
  transition: transform 0.3s;
}
.gallery-item:hover img {
  transform: scale(1.05);
}