/**
Theme Name: CSR Knjazevac
Author: Smart PRO Solution
Author URI: https://www.smartprosolution.com/
Description: This is the fastest, fully customizable & beautiful theme suitable for blogs, personal portfolios and business websites. It is very lightweight (less than 50KB on frontend) and offers unparalleled speed. Built with SEO in mind, theme comes with schema.org code integrated so search engines will love your site. It offers plenty of sidebar options and widget areas giving you a full control for customizations. Furthermore, we have included special features and templates so feel free to choose any of your favorite page builder plugin to create pages flexibly. Some of the other features: # WooCommerce Ready # Responsive # Compatible with major plugins # Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained & Supported by Smart PRO Solution.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: csr-knjazevac
Template: astra
*/

/* DESNO WIDGET */
.desno-widget aside nav {
	padding: 0px 10px;
}
.desno-widget .widget-title {
	text-align: center;
    border-bottom: 2px solid #2C1A6D;
    padding: 5px 0px;
    font-family: 'Raleway', Arial;
    font-size: 1.2em;
    font-weight: bold;
    /*box-shadow: 5px 5px 5px 0px #4285F455;
	-webkit-box-shadow: 5px 5px 5px 0px #4285F455;
	-moz-box-shadow: 5px 5px 5px 0px #4285F455;*/
}
.desno-widget .widget_search .search-form .search-field {
    outline: 0;
    background: #fafafa;
    border: 1px solid #4285F4;
    border-radius: 0px;
    padding: 16px 45px 16px 15px !important;
    font-size: 1.1em;
}
.desno-widget button.search-submit.ast-search-submit,
.widget_search .search-form input[type=submit], .widget_search .search-form input[type=submit]:focus, .widget_search .search-form input[type=submit]:hover {
	outline: 0;
	padding: 0px !important;
    top: -5px;
    right: 5px;
    position: absolute;
    box-shadow: none;
}
.desno-widget #recent-posts-2 ul li a {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
	color: var(--e-global-color-text);
}
.desno-widget #recent-posts-2 ul li a:hover {
	color: #4285F4;
}
.desno-widget #recent-posts-2 ul li span {
    display: block;
    border-bottom: 1px solid #eee;
    text-align: right;
    color: #ccc;
    width: 100%;
    clear: both;
}
.desno-widget #categories-2 ul li {	
    display: flex;
    text-align: right !important;
    color: #ccc;
}
.desno-widget #categories-2 ul li a {
	color: var(--e-global-color-text);
    display: block !important;
    min-width: 85% !important;
    text-align: left;
}
.desno-widget #categories-2 ul li a:hover {
	color: #4285F4;
}

.desno-widget #calendar-2 #today {
    background-color: #4285F4;
	color: #fff;
}