/*
 Theme Name:     Remake Child Theme
 Theme URI:      https://www.codeless.co/remake
 Description:    Remake Child Theme
 Author:         Codeless Themes
 Author URI:     https://www.codeless.co
 Template:       remake
 Version:        1.0.1
*/

 
/* =Theme customization starts here
------------------------------------------------------- */

/* Portfolio Titel Link überall ausblenden */
a.cl-portfolio-title{
  display: none !important;
}

/* Falls der Titel trotzdem Platz reserviert */
h5.portfolio-title{
  display: none !important;
}

/* Kategorie darunter ebenfalls weg */
h6.portfolio-categories{
  display: none !important;
}

/* 1) Alles, was nach Caption / Content aussieht, weg */
html body .ce-portfolio-grid-wrapper .ce-portfolio-item .entry-wrapper-content,
html body .ce-portfolio-grid-wrapper .ce-portfolio-item .entry-content,
html body .ce-portfolio-grid-wrapper .ce-portfolio-item .portfolio-title,
html body .ce-portfolio-grid-wrapper .ce-portfolio-item .portfolio-categories,
html body .ce-portfolio-grid-wrapper .ce-portfolio-item .cl-portfolio-title{
  display: none !important;
}

/* 2) Falls Theme den Text als Overlay rendert: alles in entry-wrapper-content unsichtbar */
html body .ce-portfolio-grid-wrapper .ce-portfolio-item [class*="title"],
html body .ce-portfolio-grid-wrapper .ce-portfolio-item [class*="categor"],
html body .ce-portfolio-grid-wrapper .ce-portfolio-item [class*="caption"]{
  display: none !important;
}

/* 3) Overlay-Layer weg (nur wenn du ihn wirklich loswerden willst) */
html body .ce-portfolio-grid-wrapper .ce-portfolio-item .overlay{
  display: none !important;

}
.ce-site-logo{
  display: flex !important;
  align-items: flex-start !important;
align-self: flex-start !important;
  justify-content: flex-start !important;
  padding-top: 24px !important;
  padding-left: 24px !important;
  padding-bottom: 0 !important;
  margin-top: 0 !important;
  position: relative !important;
  bottom: auto !important;
  top: 0 !important;

}
/* Elementor Site Logo (absolut) immer oben links platzieren */
.elementor-widget-site-logo.elementor-absolute{
  top: 32px !important;
  Left: 12px !important;
  bottom: auto !important;
  right: auto !important;
  transform: none !important;
}