/*
CTC Separate Stylesheet
Updated: 2022-10-27 10:39:30
*/




/* BODY */
/* Stop overflow */
html, body {
	width: 100% !important;
	overflow-x: hidden;
}
/* Text widget bottom space */
p:last-child {
    margin-bottom: 0;
}
/* Remove focus outline on button, input, span */
button:focus, button:focus-visible, input:focus, input:focus-visible, span:focus, span:focus-visible {
    outline: none !important;
}




/* Remember me + logout*/
.elementor-remember-me label {
    font-size: 14px !important;
}
.elementor-login.elementor-login__logged-in-message a {
    color: #1D2130 !important;
    font-weight: 600;
    transition: all .3s;
}
.elementor-login.elementor-login__logged-in-message a:hover {
    color: #0084FF !important;
}