.elementor-kit-5{--e-global-color-primary:#27323D;--e-global-color-secondary:#FFCB29;--e-global-color-text:#27323D;--e-global-color-accent:#00A79D;--e-global-color-4960fbc:#FFEAB4;--e-global-color-4872297:#D6ECE9;--e-global-color-e1d739c:#FFFFFF;--e-global-color-5b709be:#000000;--e-global-color-bf0dc00:#00000000;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;font-family:"nexa-text", Sans-serif;font-size:18px;line-height:1.2em;}.elementor-kit-5 e-page-transition{background-color:#FFBC7D;}.elementor-kit-5 h1{font-family:"nexa-text", Sans-serif;font-size:65px;font-weight:700;}.elementor-kit-5 h2{font-size:45px;font-weight:700;}.elementor-kit-5 h3{font-size:35px;}.elementor-kit-5 h4{font-size:25px;font-weight:700;}.elementor-kit-5 button,.elementor-kit-5 input[type="button"],.elementor-kit-5 input[type="submit"],.elementor-kit-5 .elementor-button{font-size:18px;font-weight:700;border-radius:2px 2px 2px 2px;padding:10px 15px 10px 15px;}.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-kit-5{font-size:16px;line-height:1.2em;}.elementor-kit-5 h1{font-size:60px;}.elementor-kit-5 h2{font-size:30px;}.elementor-kit-5 h3{font-size:28px;}.elementor-kit-5 h4{font-size:20px;line-height:1.1em;}.elementor-kit-5 button,.elementor-kit-5 input[type="button"],.elementor-kit-5 input[type="submit"],.elementor-kit-5 .elementor-button{font-size:16px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-5{font-size:15px;line-height:1.2em;}.elementor-kit-5 h1{font-size:50px;}.elementor-kit-5 h2{font-size:25px;}.elementor-kit-5 h3{font-size:22px;}.elementor-kit-5 h4{font-size:18px;}.elementor-kit-5 button,.elementor-kit-5 input[type="button"],.elementor-kit-5 input[type="submit"],.elementor-kit-5 .elementor-button{font-size:15px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//*HIDE PAGE TITLES*/ 
/*
h1.entry-title {
    display: none;
}
*/

/* PRETTIER PASSWORD PROTECTED PAGE FORM */

.post-password-form {
    max-width: 800px;
    margin: 200px auto;
    padding: 30px;
    text-align: center;
}

.post-password-form input[type=submit] {
    padding-top: 11px;
    padding-bottom: 11px;
    border: none;
}

.post-password-form input[type=password] {
    margin-top: 3px;
    border-radius: 0;
}

.post-password-form label {
    font-size: 0;
}



/* ELEMENTOR BREAKPOINTS: */

/* TABLET AND DOWN */
    @media only screen and (max-width : 1025px) {

}
    
/* PHONE AND DOWN */
    @media only screen and (max-width : 768px) {

}

/* HBS taxonomy filter as buttons */
.hbs-taxonomy-buttons a{
  display:inline-flex !important;
  align-items:center !important;
  justify-content:center !important;
  padding:10px 22px !important;
  border-radius:5px !important;
  border:2px solid #27323D !important;
  background:transparent !important;
  color:#27323D !important;
  font-weight:600 !important;
  text-decoration:none !important;
  line-height:1.2 !important;
  margin:0 10px 10px 0 !important;
  transition:all .25s ease !important;
}

.hbs-taxonomy-buttons a:hover{
  background:#FFCB29 !important;
  border-color:#FFCB29 !important;
  color:#27323D !important;
}

/* Active state (Elementor varies depending on widget output) */
.hbs-taxonomy-buttons a.active,
.hbs-taxonomy-buttons a[aria-current="page"],
.hbs-taxonomy-buttons a[aria-current="true"],
.hbs-taxonomy-buttons .active a,
.hbs-taxonomy-buttons .current a,
.hbs-taxonomy-buttons .current-cat a,
.hbs-taxonomy-buttons .selected a{
  background:#27323D !important;
  border-color:#27323D !important;
  color:#fff !important;
}/* End custom CSS */