/*
Theme Name: Divi Child
Theme URI: http://www.insightlpi.ie/www
Version: 2.3.1
Description: Child theme for Divi from Elegant Themes.
Author: Patrick Stack
Author URI: http://www.adeptassociates.net
Template:       Divi
Version: 	1.0.0
Text Domain:	Divi-child
License: GNU General Public License v2
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

/* Header */
#et-info {
 	float: right;
}
#top-header {
	font-size: 14px;
}

/* Footer */
#main-footer {
	padding-bottom: 30px;
}
#footer-widgets {
 	padding: 4% 0 0;
}
.et_pb_gutters3 .footer-widget {
	margin-bottom: 1.5%;
}
#footer-widgets .footer-widget li::before {
	display: none;
}
#footer-widgets .footer-widget li {
	padding-left: 0;
}

/*adjust Divi Menu module breakpoint*/
@media only screen and (max-width: 1500px) {
	#top-menu li a {
		font-size: 15px !important;
	}
	#top-menu li {
		padding-right: 10px;
	}
}
@media only screen and (max-width: 1340px) {
	#top-menu-nav {
		display: none;
	}
	#et_mobile_nav_menu {
		display: block
	}
}
@media only screen and (max-width: 1340px) and (min-width: 981px) {
	.et_pb_section .et_pb_row,
	.et_header_style_left .logo_container {
		padding-left: 20px;
		padding-right: 20px;
	}
	.et_header_style_left #et-top-navigation .mobile_menu_bar {
		top: -8px;
	}
	.et_header_style_left .et-fixed-header #et-top-navigation .mobile_menu_bar {
		top: 0;
	}
	.mobile_menu_bar:before {
		color: #4f4f4f !important;
	}
}
@media only screen and (max-width: 767px) {
	.fcontact {
		text-align: left !important;
	}
}
