/*
Theme Name: Dini Mama Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/

@font-face {
  font-family: 'Amatic SC';
  url('https://teezyt.ch/wp-content/uploads/2022/09/AmaticSC-Bold.ttf')  format('truetype'), /* Safari, Android, iOS */
}

.breadcrumbs {
  margin: 30px;
}
.shop-page-title.featured-title .title-bg, .shop-page-title.featured-title, .title-bg {
  background-attachment: fixed;
}
.page-title-bg {
  position: fixed;


}
.shop-page-title.featured-title .title-bg {
  min-height: 500px;
  background-position: 0 -100px;
}




@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/

  .shop-page-title.featured-title .title-bg {
    min-height: 500px;
    background-position: 0 -200px;
    position: fixed;

  }

}

