/*
Theme Name: Total SKW Child Theme
Theme URI: http://totalwptheme.com
Description: Total Child theme for Skw
Author: jens-Uwe Grau
Author URI: http://retroscope.com
Template: Total
Version: 1.1
*/

/* Parent stylesheet should be loaded from functions.php not using @import */



@import "pagestyle.css";


#search-no-results {
    margin-left: 160px;
    font-size: 200%;
    line-height: 100%;
    padding: 50px 0px;
}

@media only screen and (max-device-width: 375px) {
    #search-no-results  {
        margin-left: 0px;
        padding: 20px 0px;
    }
}


