/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Aug 12 2025 | 16:33:51 */
:root {
	/*
  --primary: #f257d7;
  --secondary: #36b1c0;
  --third: #acb6bf;
	*/
  --primary: #c90262;
  --secondary: #efb3d0;
  --third: #f5f5f5;
}


.d-none{
	display:none !important;
}

header{
	margin-bottom:2em;
}
.style-two .header-bottom .main-navigation {
    justify-content: center;
}

.text-primary{
  color:var(--primary) }
.text-secondary{
  color:var(--secondary) }
.text-third{
  color:var(--third) }
.bg-primary{
  background-color:var(--primary) }
.bg-secondary{
  background-color:var(--secondary) }
.bg-third{
  background-color:var(--third) }
h1,h2,h3,h4, .xxxxsite-branding .site-title-wrap .site-title{
  font-family:var(--secondary-font);
  /*vedi: apparence> customize> apparence settings> typografy*/
  font-size: 2em;
}
.site-branding .site-title-wrap .site-title{
  font-family:var(--primary-font);
  /*vedi: apparence> customize> apparence settings> typografy*/
}
.elementor-widget-text-editor p:last-child, .textwidget p:last-child{
  margin-bottom:0px;
}
img.br-100{
  border-radius: 100% !important;
}
.img-br-100 img{
  border-radius: 50% !important;
}
.elementor-image-box-wrapper h1,
.elementor-image-box-wrapper h2,
.elementor-image-box-wrapper h3{
  color:var(--primary);
  border-bottom: 1px solid var(--secondary);
  padding-bottom: 0.5em;
}
.fullwidth-wrapper .elementor-widget-wrap.elementor-element-populated{
  padding: 0px;
}
figure img{
  border-radius:10px !important;
}
.zoom-effect figure{
  display: block;
  overflow: hidden !important;
}
.zoom-effect figure>img{
  transition: all .3s ease 0s;
}
.zoom-effect figure:hover > img{
  transform: scale(1.1);
  filter: brightness(1.1) saturate(130%);
}
figcaption{
  font-size: 0.8em;
  color:#666666
}
.elementor-accordion-item .elementor-tab-title{
  font-size:1.3em;
  background-color:var(--third)
}
.elementor-accordion-item .elementor-tab-title.elementor-active{
  background-color:var(--secondary);
  color: #ffffff
}
/* remove transition for objects with the class 'parallax' */
.parallax {
  transition: none !important;
}
