/*
Theme Name: Divi Child
Theme URI: http://www.elegantthemes.com/gallery/divi/
Version: 2.5.9
Description: Smart. Flexible. Beautiful. Divi is the most powerful theme in our collection.
Author: Elegant Themes
Author URI: http://www.elegantthemes.com
Template: Divi
Tags: responsive-layout, one-column, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, custom-background, custom-colors, featured-images, full-width-template, post-formats, rtl-language-support, theme-options, threaded-comments, translation-ready
License: GNU General Public License v2
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/
#footer-info {
	float: none;
	text-align: center;
}
@media only screen and (max-width: 1024px) {
	#et_mobile_nav_menu {
		display: block;
	}
	#top-menu {
		display: none;
	}
	#et_top_search {
		float: left;
		margin: 0 35px 0 0;
	}
}
@media only screen and (min-width: 981px) and (max-width: 1024px) {
	#et_search_icon::before {
		top: 7px;
	}
}
@media all and (device-width: 768px) and (device-height: 1024px) and (orientation:landscape) {
  .ipad-landscape-hide {
  	display: none;
  }
  .ipad-landscape_visible {
  	display: block;
  }
}