/*
Theme Name: Portfolio Press Child
Description: Portfolio Press Child Theme
Author: Alexandra Tatar
Author URI: http://alexandratatar.at
Theme URI: http://wptheming.com/portfolio-press/
Template: portfolio-press
Version: 1.0.0
License: GNU General Public License
License URI: license.txt
Tags: white, black, gray, two-columns, left-sidebar, right-sidebar, responsive-layout, custom-menu, full-width-template, microformats, post-formats, theme-options, translation-ready
Text Domain: portfolio-press
Domain Path: /languages
*/

#branding .col-width {
    position: relative;
}

#dwh-logo-studio {
    height: 67px;
    width: 200px;
    position: absolute;
    right: 0;
    top: 0;
    opacity: .3;
    background-image: url("./images/typo_dwh.png");
    background-color: transparent;
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: contain;
    -webkit-transition: opacity .2s ease-out;
    -moz-transition: opacity .2s ease-out;
    -o-transition: opacity .2s ease-out;
    transition: opacity .2s ease-out;
    z-index: 999;
}

#dwh-logo-studio:hover {
    opacity: 1;
}

@media all and (max-width: 1024px) {
    #dwh-logo-studio {
        right: 20px
    }
}

@media all and (max-width: 768px) {
    #dwh-logo-studio {
        width: 150px;
        height: 60px;
    }
}

@media all and (max-width: 480px) {
    #dwh-logo-studio {
        width: 90px;
        height: 28px;
    }
}