/*
Theme Name: Total SVB 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;
    }
}


.top-bar-yellow-block {
    border-top-width: 2px !important;
    border-bottom-width: 2px !important;
    padding-top: 0px !important;
    padding-bottom: 0px !important;
    background-color: #ffcc00 !important;
    border-top-color: #004563 !important;
    border-bottom-color: #004563 !important;
}

.top-bar-yellow-block-left {
    padding-left: 160px;
}

.top-bar-yellow-block-row {
    padding-top: 0px;
    padding-bottom: 0px;
}