/*
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
*/



.mobile_view {
	display: none;
}
.desktop_view {
	display: block;
}
.desktop_view .fusion-bar-highlight {
	display: block;
	width: 100%;
}
/* Tablet Layout: 768px. */
@media only screen and (min-width: 768px) and (max-width: 991px) {
	.desktop_view {
		display: none;
	}
	.mobile_view {
		display: block;
	}
}
/* Mobile Layout: 320px. */
@media only screen and (max-width: 767px) {
	.desktop_view {
		display: none;
	}
	.mobile_view {
		display: block;
	}
}

.searchform .fusion-search-form-content {
	padding: 0 15px;
}