/*
Theme Name:   MediCenter Child
Description:  MediCenter Child Theme
Template:     medicenter
Version:      1.0
Text Domain:  medicenter
*/




.sf-menu {
    padding: 0;
    margin: 22px;
}


.header_container.sticky.move {
    position: fixed;
    top: -4px;
    width: 100%;
    max-width: 1590px;
    z-index: 99;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.1);
}