/*
Theme Name: Avada Child
Description: Child theme for Avada theme
Author: ThemeFusion
Author URI: https://theme-fusion.com
Template: Avada
Version: 1.0.0
Text Domain:  Avada
*/
@media screen and (min-width: 800px) {
	.show-on-mobile {
		display: none;
	}

	.hide-on-mobile {
		display: block;
	}
}

@media screen and (max-width: 800px) {
	.hide-on-mobile {
		display: none;
	}

	.tribe-footer-event-mobile {
		border: 1px solid black;
		border-left: 0;
		border-right: 0;
		margin-top: 20px;
	}

	.tribe-footer-event-mobile .tribe-events-sub-nav {
		width: 100%;
		list-style: none;
		display: flex;
		justify-items: center;
		padding: 0 10px;
	}

	.tribe-footer-event-mobile .tribe-events-sub-nav li {
		width: 50%;
		display: flex;
		align-items: center;
	}
}
