.elementor-kit-6{--e-global-color-primary:#F15A24;--e-global-color-secondary:#999999;--e-global-color-text:#333333;--e-global-color-accent:#F1F2EB;--e-global-color-7da8849:#FFFFFF;--e-global-typography-primary-font-family:"Fjalla One";--e-global-typography-primary-font-size:32px;--e-global-typography-primary-font-weight:400;--e-global-typography-primary-line-height:1.5em;--e-global-typography-secondary-font-family:"Raleway";--e-global-typography-secondary-font-size:12px;--e-global-typography-secondary-font-weight:400;--e-global-typography-secondary-text-transform:capitalize;--e-global-typography-secondary-line-height:1.5em;--e-global-typography-text-font-family:"Raleway";--e-global-typography-text-font-size:15px;--e-global-typography-text-font-weight:400;--e-global-typography-text-text-transform:none;--e-global-typography-text-line-height:1.5em;--e-global-typography-accent-font-family:"Raleway";--e-global-typography-accent-font-size:15px;--e-global-typography-accent-font-weight:700;--e-global-typography-accent-text-transform:capitalize;--e-global-typography-accent-line-height:1.5em;--e-global-typography-01bdaf9-font-family:"Fjalla One";--e-global-typography-01bdaf9-font-size:34px;--e-global-typography-01bdaf9-font-weight:400;--e-global-typography-01bdaf9-text-transform:uppercase;--e-global-typography-01bdaf9-line-height:1.5em;--e-global-typography-81d547a-font-family:"Fjalla One";--e-global-typography-81d547a-font-size:26px;--e-global-typography-81d547a-font-weight:400;--e-global-typography-81d547a-text-transform:uppercase;--e-global-typography-81d547a-line-height:1.5em;--e-global-typography-d4990d3-font-family:"Fjalla One";--e-global-typography-d4990d3-font-size:20px;--e-global-typography-d4990d3-font-weight:400;--e-global-typography-d4990d3-text-transform:uppercase;--e-global-typography-d4990d3-line-height:1.5em;}.elementor-kit-6 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){margin-block-end: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 *//* Mobile: show only first paragraph by default */
@media (max-width: 767px){
  .project-desc p { display: none; }
  .project-desc p:first-of-type { display: block; }

  /* show all when expanded */
  .project-desc.is-expanded p { display: block; }

  /* show the button only on mobile */
  .readmore-btn { display: inline-flex !important; }
}

/* Desktop/tablet: show everything and hide the button */
@media (min-width: 768px){
  .readmore-btn { display: none !important; }
}/* End custom CSS */