/*
 Theme Name:  Divi Child Theme
 Theme URI:    https://divilife.com
 Description:  Child Theme for Divi
 Author:       Tim Strifler
 Author URI:   https://divilife.com
 Template:     Divi
 Version:      1.0.0
*/

/*****Add any custom CSS below this line*****/

#footer-bottom {
    background-color: #4c3e34;
    padding: 15px 0px;
}

#logo {
    width: auto;
    max-height: 95% !important;
}

@media (max-width: 980px) {
.et_fixed_nav #main-header {
    position: absolute;
    min-height: 120px;
}
	
	#logo {
    width: auto;
    max-height: 95% !important;
}
}

@media only screen and (max-width: 767px) {
body header img#logo {
    max-width: 95%!important;
    max-height: 95%!important;
    height: auto!important;
    width: auto!important;
}

.et_fixed_nav #main-header {
    position: absolute;
    min-height: 120px;
}
}