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

/* ========================================================================
   Use this file to add custom CSS easily
 ========================================================================== */
 
 
.uk-article-title {
	display: none !important;
}

.uk-padding1 {
	padding-left:50px !important;
	width: 300px !important;
}

.uk-dropdown1 {
    background: none repeat scroll 0 0 #ffffff;
    box-shadow: 1px 0 0 rgba(47, 49, 53, 0.05), -1px 0 0 rgba(47, 49, 53, 0.05), 0 1px 0 rgba(47, 49, 53, 0.05);
    box-sizing: border-box;
    color: #525252;
    display: none;
    font-size: 1rem;
    left: 0;
    margin-top: 5px;
    padding: 30px;
    position: absolute;
    top: 100%;
    vertical-align: top;
    width: 300px;
    z-index: 1020;
}