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

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

@font-face {
    font-family: 'SF Pro Display';
    src: url('./fonts/SFProDisplay/SFProDisplay-Regular.woff2') format('woff2'),
        url('./fonts/SFProDisplay/SFProDisplay-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
body *{
    font-family: 'SF Pro Display'
}
.mx_sm-br br {
	display: none !important;
}
.mx_br br {
	display: inherit !important;
}
@media screen and (max-width: 549px) {
	.mx_sm-br br {
		display: inherit !important;
	}
}


@media screen and (max-width: 549px) {
	.mx_p br {
		display: none;
	}
}



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


}