/* Copyright (C) YOOtheme GmbH, YOOtheme Proprietary Use License (http://www.yootheme.com/license) */

/* ========================================================================
   Use this file to add custom CSS easily
 ========================================================================== */
 
/* Change Title Color */
 .uk-article-title {  
    color: #717171;  
}

/* Change the hover color of the primary button */
.uk-button:hover, .uk-button:focus {  
    background-color: #10c555;  
}

/* Change the Navbar and the Logo behaviour on Smartphones */
.tm-navbar { float: none; }  
.uk-navbar-content, .uk-navbar-brand, .uk-navbar-toggle { height: auto; }  
.uk-container .uk-navbar-toggle { padding: 15px 0 0 15px; }
.uk-navbar-center {max-width: 100%;}

/* Disable link in print */
@media print {
    a[href]:after { content: none !important; }
}