/*
Theme Name: App Support
Description: A <a href='http://codex.wordpress.org/Child_Themes'>Child Theme</a> for the Enfold Wordpress Theme.
Version: 1.0
Author: ComMotion
Author URI: https://commotion.online
Template: enfold
*/

/* Configurator */

	.configurator {
		margin-top: 4em;
		padding: 2.5em 2em 1.5em;
		text-align: center;
		border: 1px solid #aaa;
		border-radius: 10px;
	}

	.configurator #step {
		display: flex;
		align-items: center;
		justify-content: center;
	} .configurator #step > a {
		margin: 1em;
		padding: 2em;
		background-color: #eee;
		border-radius: 10px;
		transition: all .3s;
	} .configurator #step > a:hover {
		text-decoration: none;
		opacity: .8;
	}

	.configurator img {
		margin-bottom: 1.5em;
		max-width: 400px;
		border-radius: 10px;
	}

	.configurator .description {
		color: #646a70;
	}

	.configurator .avia-button {
		margin-top: 2em;
	}

/* Footer */

	#footer .pll-parent-menu-item {
		display: none;
	}