
/*
    This is a fix for enquiry modal close icon.
*/
.far.fa-times-circle::before {
    content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 16 16'%3E%3Cpath d='M12 4L4 12M4 4l8 8' stroke='%23333' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E") !important;
    cursor: pointer;
}

/*
    This is a fix for gt-transaltion plugin styles.
*/
.gt_switcher_wrapper {
    top: 10px !important;
    right: 1% !important;
    z-index: 100 !important;
}

.gt_switcher a {
    font-size: 0px !important;
}

.gt_switcher {
    width: 50px !important;
}

/*
    Had to lower the fixed header z-index in order to fix the overlap.
*/
.fixed-bottom, .fixed-top {
	z-index: 100 !important;
}

/*
    Redused fixed header bar z-index, casing menu overlapping.
*/
section#btn-bc {
    z-index: 50 !important;
}