.elementor-kit-7{--e-global-color-primary:#662483;--e-global-color-secondary:#ED6A5B;--e-global-color-text:#212121;--e-global-color-accent:#D70365;--e-global-color-6fff582:#FFFFFF;--e-global-color-af8452c:#D60B52;--e-global-color-41d0710:#9B1868;--e-global-typography-primary-font-family:"Catamaran";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Catamaran";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Catamaran";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Catamaran";--e-global-typography-accent-font-weight:500;}.elementor-kit-7 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */:root {
    /*color-scheme: light dark;*/
	--header-height: auto;
	--shrink-header-to: 0.6;
	--transition: .45s cubic-bezier(0, 0, .2, 1);    
}

.hed {

	transition:	box-shadow var(--transition);
}

.hed.elementor-sticky--effects {
	height: var(--header-height);
	transition: height var(--transition);
	-webkit-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.11);
    -moz-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.11);
    box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.11);
}

.hed .logo img {
	transition: width var(--transition);
}
.hed.elementor-sticky--effects .logo img {
	width: 180px !important;
}

.cen{
    margin-right: auto;
    margin-left: auto;
}

.titu h1, .titu h2, .titu h3{
  color: #9B1868;
  background-image: linear-gradient(45deg, #9B1868 , #D60B52 50%, #ED6A5B 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
}

.post-176{
 padding:60px 30px;    
}

.col_blog h5{
    display: none;
}
.col_blog h3::before{
    content: "";
    position: absolute;
    width: 100%;
    height: 20px;
    background-color: #f7f7f7;
    z-index: -1;
    border-radius: 25px;
    left: 0px;
    bottom: 0px;
}
.col_blog ul li a{
    color: var(--e-global-color-secondary);
    font-weight: 600;
}

@media(max-width:767px){
  .col_blog ul li a{
      font-size:24px;
      line-height:1.2em;
  }  
}/* End custom CSS */