/*

Theme Name: Divi Child
Template: Divi
Theme URI: http://www.pisces-services.co.uk/
Version: 1.6
Description: Smart. Flexible. Beautiful. Divi is the most powerful theme in our collection.
Author: Elegant Themes
Author URI: http://www.elegantthemes.com
Text Domain:  Divi-child
*/

@import url("../Divi/style.css");

/* =Theme customization starts here
-------------------------------------------------------------- */

#main-header img {
	-moz-transition-property: opacity;
	-webkit-transition-property: opacity;
	-o-transition-property: opacity;
	transition-property: opacity;
	-moz-transition-duration: 0.3s;
	-webkit-transition-duration: 0.3s;
	-o-transition-duration: 0.3s;
	transition-duration: 0.3s;
}
#main-header img:hover{
	opacity:0.6;
}

.et_fixed_nav #logo {
    max-height: 100px;
	margin:0 0 16px 0;
}