/*style 1 base*/

/*typog*/

/* universals */
.univ-d-flex-1{
  flex: 1;
}
 /* theme overrides*/
 #page .scroll-top{left:10px; right:auto;}

/* header */

/* body */
.container-fluid{
  padding-left: 0 !important;
  padding-right: 0 !important;
}

/* footer */

/****************************************************** elementor global kit overrides */



/***************************************************** bootstrap overrides */

/******************************************************************** media qrys */

@media (max-width: 768px) {
  .e-con.e-flex {
    --width: 100%;
    --flex-wrap: var(--flex-wrap-mobile);
  }
  .elementor-section.elementor-section-boxed > .elementor-container {
    max-width: 768px;
  }
  .e-con {
    --container-max-width: 768px;
  }
  .e-con.e-flex {
    --width: 100%;
    --flex-wrap: var(--flex-wrap-mobile);
  }

  .e-con.e-flex .elementor-widget-archive-posts {
    width: 100%;
  }
}
