/**
Theme Name: Astra Child
Author: Burak Cekic
Author URI: http://wpastra.com/about/
Description: Astra is the fastest, fully customizable & beautiful theme suitable for blogs, personal portfolios and business websites. It is very lightweight (less than 50KB on frontend) and offers unparalleled speed. Built with SEO in mind, Astra comes with schema.org code integrated so search engines will love your site. Astra offers plenty of sidebar options and widget areas giving you a full control for customizations. Furthermore, we have included special features and templates so feel free to choose any of your favorite page builder plugin to create pages flexibly. Some of the other features: # WooCommerce Ready # Responsive # Compatible with major plugins # Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained & Supported by Brainstorm Force. Looking for a perfect base theme? Look no further. Astra is fast, fully customizable and beautiful theme! 
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: astra-child
Template: astra
*/

/* TEA Astra Child Theme Codes */

/* BEGIN GOOGLE MATERIAL ICONS */


.info-box {
	display: flex;
	justify-content: center;
	align-items: center !important;
}

.info-box div.material-icons,
.info-box div.material-icons-outlined,
.info-box div.material-icons-rond,
.info-box div.material-symbols-outlined{
    font-size: 72px;
    color: #0274be;

  }
/* END GOOGLE MATERIAL ICONS*/
/* BEGIN --ENTRIY STYLE */

.entry-title {

  content: "";
  display: block;
  width: 100%;
  height: 250px;
  background: url('https://stichtingtea.com/wp-content/uploads/2025/11/VvW.1.4.3.png') center/cover no-repeat;

  display: flex;           /* H1’in içeriğini flex container yap */
  align-items: flex-end;   /* metni dikey olarak alt kenara hizala */
  justify-content: flex-start; /* yatayda sola hizala, isteğe göre center da olabilir */
  border-radius: 16px;      /* köşeleri yuvarlar */
  box-shadow: 0 4px 10px rgba(0,0,0,0.3); /* gölge efekti */
  margin-bottom: 20px;
  padding-left: 20px;
  color: #ffffff !important;
  text-shadow: 1px 1px 4px black; /* Veya 0 0 5px #000; gibi */

}

/* END --ENTRY STYLE*/
/*BEGIN --SITE IMAGE STYLE*/
.tea-img img,
.elementor-widget-container img {
    border-radius: 50% !important;      /* köşeleri yuvarlar 16px */
    box-shadow: 0 12px 16px rgba(0,0,0,0.3) !important ; /* gölge efekti 4px, 10px*/
	
}
.tea-container
 {
    border-radius: 16px !important;      /* köşeleri yuvarlar 16px */
    box-shadow: 0 12px 16px rgba(0,0,0,0.3) !important ; /* gölge efekti 4px, 10px*/
}


.tea-container-block p {
	margin-bottom: 0.5em !important;
}
/*END --SITE IMAGE STYLE*/

/*BEGIN --SVG SHAPE STYLE*/
.tea-circle-with-text text {
  text-anchor: middle;
  dominant-baseline: middle;
  font-size: 8px;
  font-weight: bold;
}
.tea-text-circle-header {
    font-weight: bold;
    font-size: 3px !important;
}
.tea-triangle-wrapper {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;

}

svg {
    width: 100%;
    height: auto;
}

/* Çizgiler */
.tea-tri-line {
    stroke: #0274be;
    stroke-width: 6;
}

/* Daireler */
.tea-tri-circle {
	fill="url(#g3)";
    stroke: #0274be;
    stroke-width: 6;
}

/* Daire içi sayı */
.tea-tri-label {
    font-size: 2px;
    text-anchor: middle;
    fill: #0274be;
    font-weight: normal;
}

/*END --SVG SHAPE STYLE*/

/*BEGIN PC DESKTOP*/
@media (max-width: 1200px) {
    /* Pc Desktop */

.ast-container #primary {
    padding-left: 40px !important;
    padding-right: 40px !important;
}

}
/*END PC DESKTOP*/

/*BEGIN TABLET SIZE*/
@media (max-width: 768px) {
    /* iPad dikey, tablet dikey */
.ast-container #primary {
    padding-left: 6px !important;
    padding-right: 6px !important;
}
	
}
/*END TABLET SIZE*/

/* BEGIN MOBILE - TELEPHONE SIZE*/
@media (max-width: 576px) {
    /* General Mobile Design */
.ast-container #primary {
    padding-left: 0px !important;
    padding-right: 0px !important;
}
}
/* END MOBILE - TELEPHONE SIZE */