/* Copyright (C) YOOtheme GmbH, YOOtheme Proprietary Use License (http://www.yootheme.com/license) */

/* ========================================================================
   Use this file to add custom CSS easily
 ========================================================================== */
 .tm-headerbar { margin-top: -30px; }
 @media ( max-width: 959px ) {  

    .tm-headerbar.uk-visible-large {  
    display: block !important;  
    margin: 0;  
    }  

    .tm-headerbar.uk-visible-large > .tm-logo {  
    display: none;  
    }  

    .tm-search.uk-float-right {  
    position: absolute;  
    top: 0px;  
    float: left;  
    }  

    .tm-page > .uk-container > .tm-block:nth-child(1),  
    .tm-page > .uk-container > .tm-block:nth-child(1) + .tm-block {  
    margin-top: 30px;  
    }  

}