/*
 Theme Name: Divi Child
 Theme URI: https://www.elegantthemes.com/gallery/divi/
 Description: Divi Child Theme
 Author: Elegant Themes
 Author URI: https://www.elegantthemes.com
 Template: Divi
 Version: 1.0.0
*/
 
/* =Theme customization starts here
------------------------------------------------------- */

@media (min-width: 980px) {
	.pa-fixed-header {
    background-color: #89c077 !important;
    -webkit-transition: background-color 2s ease-out;
    -moz-transition: background-color 2s ease-out;
    -o-transition: background-color 2s ease-out;
    transition: background-color 2s ease-out;
		position: fixed;
    width: 100%;
}
	.pa-fixed-header .et_pb_image img {
		width:17% !important;
	}
	
	.pa-fixed-header .et_pb_menu_0_tb_header {
    margin-top:8px !important;
}
}

.et_pb_row_1_tb_header {
    position: fixed !important;
    top: 0px;
    bottom: auto;
    left: 50%;
    right: auto;
}



.pa-header {
    background: transparent;
    -webkit-transition: background-color 2s ease-out;
    -moz-transition: background-color 2s ease-out;
    -o-transition: background-color 2s ease-out;
    transition: background-color 2s ease-out;
}