

@media all and ( min-width: 10px ) and ( max-width: 980px) {
  .et_header_style_split #logo { max-height: 100px; }
}

.et_header_style_split .centered-inline-logo-wrap { margin: -33px 10px; height: 175px; width: 220px; -moz-transition: all 0.4s ease-in-out; -webkit-transition: all 0.4s ease-in-out; transition: all 0.4s ease-in-out; }

.et_header_style_split .et-fixed-header .centered-inline-logo-wrap { margin: -20px 0; height: 115px; width: 154px; }

#logo { max-height: 100%; }

/* Responsive Styles Large Desktop And Above */
@media all and ( min-width: 1405px ) {	

	

}

/* Responsive Styles Standard Desktop Only */
@media all and ( min-width: 1100px ) and ( max-width: 1405px) {


}