/*
Theme Name: Woostify Child
Theme URI: https://woostify.com/
Description: Woostify WordPress theme example child theme.
Author: Kalpit Bansal
Author URI: https://flowerzy.com/
Template: woostify
Version: 1.0.1
*/

/* =Theme customization starts here
-------------------------------------------------------------- */

@font-face {
font-family: New Font;
src: url(https://www.flowerzy.com/wp-content/themes//fonts/Montserrat.ttf);
font-weight: normal;
}

.site-body {
	font-family: 'Montserrat', sans-serif;
}

@media (max-width: 480px)
.elementor .site-branding img, .site-branding img {
    max-width: 200px;
}

.tns-controls [data-controls="next"] {
	display:none;
	
}

.tns-controls [data-controls="prev"] {
    display:none;
}