/*
 Theme Name:   Child Theme
 Theme URI:    http://apihelpdesk.com/
 Description:  A sydney child theme 
 Author:       Sikander
 Author URI:   http://apihelpdesk.com/
 Template:     sydney
 Version:      0.1
*/
 
@import url("../sydney/style.css");


.site-header.fixed {
    background-color: white;
}

@media only screen and (min-width: 1024px) {
    #content.page-wrap {
        padding-top: 60px;
    }
}

*{
	font-family: sans-serif;
}
