/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/

/* Fix facebook link on contact page cut off */
.col-inner p {
    word-wrap: break-word;
}

/* Fix directory links cut off */
.card-body ul li {
    word-wrap: break-word;
}

/* Fix translation focus outline not showing */
.gtranslate_wrapper .gt_switcher {
    overflow: visible !important;
}

.banner.has-hover.coloured-page-banner:has(a:focus-visible) {
    outline-width: 2px !important;
    outline-offset: 2px !important;
    outline-color: red!important;
    outline-style: dashed !important;
}

/* Fix directory drop down cut off */
#provider_cat {
    white-space: pre-wrap;
    height: auto;
}

@media only screen and (max-width: 48em) {
    /*************** ADD MOBILE ONLY CSS HERE  ***************/


}