.elementor-49 .elementor-element.elementor-element-183984b{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:50px;--margin-bottom:50px;--margin-left:0px;--margin-right:0px;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-49 .elementor-element.elementor-element-4d0ea5d{text-align:center;}.elementor-49 .elementor-element.elementor-element-4d0ea5d .elementor-heading-title{font-family:"Abhaya Libre", Sans-serif;font-size:60px;font-weight:600;color:#000000;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}:root{--page-title-display:none;}/* Start custom CSS for text-editor, class: .elementor-element-f82ca6c */#locations ul {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    list-style: none;
    padding: 0;
    margin: 0;
}

#locations ul li {
    padding: 14px 10px 14px 12px;
    border: 1px solid black;
    border-radius: 17px;
    background-color: #3F0000;
    font-family: lato;
    font-weight: 500;
    line-height: 1.2em;
    color:#fff;
}

#locations ul li:hover {
    padding: 14px 10px 14px 12px;
    border: 1px solid #DCCFBA;
    border-radius: 17px;
    background-color: #DCCFBA;
    font-family: lato;
    font-weight: 700;
    line-height: 1.2em;
    color: #000 !important;
    scale: 1.07;
}/* End custom CSS */