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

/* ========================================================================
   Use this file to add custom CSS easily
 ========================================================================== */

/* ///////////  THE BELOW CONTROLS THE COLOUR OF THE BACKGROUND GRADIENT THAT SITS BEHIND THE MAIN LOGO  /////////////*/

.tm-block-gradient.uk-block-default {
    background-image: none, radial-gradient(at center top , rgba(60, 60, 60, 0.9), rgba(60, 60, 60, 0) 50%);
}


/* ///////////  THE BELOW CONTROLS THE COLOUR OF THE DROP DOWN MENUS, LOCATED IN THE MAIN MENU...  /////////////*/

.uk-dropdown-navbar {
    background: #333333 none repeat scroll 0 0;
    color: #cccccc;
    margin-top: 0;
}


/* ///////////  THE BELOW CONTROLS THE COLOUR OF THE SECONDARY BACKGROUND GRADIENT THAT SITS BEHIND THE MAIN LOGO  /////////////*/

.tm-block-gradient.uk-block-secondary {
    background-image: none, radial-gradient(at center top , rgba(30, 30, 30, 0.9), rgba(30, 30, 30, 0) 50%);
}