/*!
Theme Name:    Meno Design - Framework – Child
Author:        Meno Design
Author URI:    https://www.menodesign.com
Description:   Fast & flexible theme made with love.
Version:       1.0.0
License:       GNU General Public License v3 or later
License URI:   https://www.gnu.org/licenses/gpl-3.0.html
Template:      page-builder-framework
Text Domain:   page-builder-framework-child
*/

/* Your custom code goes here! */
@media (min-width: 1025px) {
	.mobile-break br {
		display: none;
	}
	.tablet-break br {
		display: none;
	}
	.desktop-break br {
		display: block;
	}
}

@media (max-width: 1024px) and (min-width: 768px) {
	.mobile-break br {
		display: none;
	}
	.tablet-break br {
		display: block;
	}
	.desktop-break br {
		display: none;
	}
}

@media (max-width: 767px) {
	.mobile-break br {
		display: block;
	}
	.tablet-break br {
		display: none;
	}
	.desktop-break br {
		display: none;
	}
}