.elementor-kit-13{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-color-5111130:#3D0F41;--e-global-color-4a1f248e:#791C7F;--e-global-color-675ce2f:#222222;--e-global-color-6f4b250f:#D4EDFA;--e-global-color-796c905b:#FFF;--e-global-color-1dfc45c2:#FF0303;--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;background-color:#FFFFFF;color:#222222;font-family:"Open Sans", Sans-serif;font-size:18px;}.elementor-kit-13 e-page-transition{background-color:#FFBC7D;}.elementor-kit-13 a{color:#791C7F;}.elementor-kit-13 h1{color:#791C7F;font-family:"Oswald", Sans-serif;font-size:38px;}.elementor-kit-13 h2{color:#791C7F;font-size:28px;}.elementor-kit-13 h3{color:#791C7F;font-size:18px;}.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);}@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 */.lead{
    font-weight:600;
    font-size: 1.1em;
}
/*Form required field styling and star */

.required{
font-size: 0.75em;
color:#FF0000;
}

.required::before{
content:"* ";
color:#FF0000;
font-weight: bold;
}

/*END Form required field styling and star */


/*Style for the copyright and author line in the footer*/
#copyrightDeveloper{
    font-size: 0.75em;
    text-align: center;
}
/*END Style for the copyright and author line in the footer*/


/*Style for the first numbered section on the covid page*/
.covidList ol {
  margin:0 0 1.5em;
  padding:0;
  counter-reset:item;
}
 
.covidList ol>li {
  margin:0 0 1em;
  padding:0 0 0 2em;
  text-indent:-2em;
  list-style-type:none;
  counter-increment:item;
}
 
.covidList ol>li:before {
  display:inline-block;
  width:1.5em;
  padding-right:0.7em;
  font-weight:bold;
  text-align:right;
  content:counter(item) ".";
}

/*END Style for the first numbered section on the covid page*/

/*Style for the second numbered section on the covid page*/
.covidList2 ol {
    counter-reset: start 3;
  margin:0 0 1.5em;
  padding:0;
}
 
.covidList2 ol>li {
  margin:0 0 1em;
  padding:0 0 0 2em;
  text-indent:-2em;
  list-style-type:none;
  counter-increment:item;
}
 
.covidList2 ol>li:before {
  display:inline-block;
  width:1.5em;
  padding-right:0.7em;
  font-weight:bold;
  text-align:right;
  content:counter(start) ".";
  counter-increment: start;
}


/*END Style for the second numbered section on the covid page*/

/*Style for the business hours panel*/
.businessHours table tbody > tr:nth-child(odd) > td, table tbody > tr:nth-child(odd) > th {
    background-color: #eeeeee;
}
.businessHours table tbody > tr:nth-child(even) > td, table tbody > tr:nth-child(odd) > th {
    background-color: #ffffff;
}
.businessHours table td {
    padding: 5px 15px;
    line-height: 1.1;
    vertical-align: top;
    border: 1px solid #cccccc;
}
.businessHours table tbody > tr:nth-child(1) > td, table tbody > tr:nth-child(1) > th {
    color: #791C7F;
    font-weight: bold;
}

.businessHours table tbody > tr:nth-child(4) > td, table tbody > tr:nth-child(4) > th {
    color: #791C7F;
    font-weight: bold;
}
.businessHours table tbody > tr:nth-child(8) > td, table tbody > tr:nth-child(8) > th {
    color: #791C7F;
    font-weight: bold;
}


/*END Style for the business hours panel*/


/* Set WD4U Brand Footer Link Colours and Size*/

#wd4u-Footer {
    color: #000000 !important;
    font-size:0.9rem;
    text-align:center;
}

#wd4u-Footer a{
    color:#5AA016;
}

#wd4u-Footer a:hover{
    color:#98D90D;
}

#wd4u-Footer a:visited{
    color:#000000;
}
/* END Set WD4U Brand Footer Link Colours and Size*//* End custom CSS */