/*
Theme Name: Sarah Gallop
Theme URI: https://kadence-child.com/
Template: kadence
Author: Liddleworks
Author URI: https://liddleworks.com
Description: A custom child theme for the Kadence Theme.
Version: 1.0.0
License: GNU General Public License v3.0 (or later)
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Text Domain: joints
*/

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


.hide-for-small {
	display: none !important;
}
@media screen and (min-width: 1025px) {
	.hide-for-large {
		display: none !important;
	}
}
@media screen and (min-width: 1025px) {
	.show-for-large {
		display: initial !important;
	}
}