/*
 Theme Name:   Generatepress Child Base
 Theme URI:    http://callupnow.com.au/twenty-fifteen-child-base/
 Description:  Generatepress Child Theme
 Author:       Greg Gillespie
 Author URI:   http://callupnow.com.au
 Template:     generatepress
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  generatepress-child-base
*/
@media only screen and (max-device-width: 480px) and (min-device-width: 320px){
.site-header {
    background-image: url(http://callupnow.com.au/wp-content/uploads/2016/02/findapro_logo_sm.gif);
    height: 89px;
    top: 0;
    margin: 0;
    background-color: white;
    background-repeat: no-repeat;
    position: fixed;
    width: 1150px;
    z-index: 1110;
        box-shadow: 0 1px 3px 1px #5E5E5E;
}
}