/*
Theme Name: Twenty Eleven
Theme URI: https://wordpress.org/themes/twentyeleven/
Author: the WordPress team
Author URI: https://wordpress.org/
Description: The 2011 theme for WordPress is sophisticated, lightweight, and adaptable. Make it yours with a custom menu, header image, and background -- then go further with available theme options for light or dark color scheme, custom link colors, and three layout choices. Twenty Eleven comes equipped with a Showcase page template that transforms your front page into a showcase to show off your best content, widget support galore (sidebar, three footer areas, and a Showcase page widget area), and a custom "Ephemera" widget to display your Aside, Link, Quote, or Status posts. Included are styles for print and for the admin editor, support for featured images (as custom header images on posts and pages and as large images on featured "sticky" posts), and special styles for six different post formats.
Version: 4.9
Requires at least: 3.2
Tested up to: 6.8
Requires PHP: 5.2.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: blog, one-column, two-columns, left-sidebar, right-sidebar, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-image-header, featured-images, flexible-header, footer-widgets, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready, block-patterns
Text Domain: twentyeleven
*/
.facts h3 {
    font-size: 20px;
    margin-bottom: 20px;
    display: block;
    color: #2a2a2a !important;
}

.sidebar-widget {
    position: relative;
    padding: 40px 30px;
    background: #f7f7f7;
    border-radius: 10px;
}

.sidebar-widget ul{padding-left:0 !important}

.sidebar-widget.widget-categories-two ul li:not(:last-child) {
    margin-bottom: 10px;
}
.sidebar-widget.widget-categories-two ul li {
    list-style: none;
}

.sidebar-widget.widget-categories-two ul li a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: 1px solid rgba(2, 1, 1, 0.09);
    padding: 10px 20px;
    background: #FFF;
    font-weight: 500;
    border-radius: 2px;
    font-size: 17px;
	    -webkit-transition: all 0.3s 0s 
ease-out;
    -moz-transition: all 0.3s 0s ease-out;
    -ms-transition: all 0.3s 0s ease-out;
    -o-transition: all 0.3s 0s ease-out;
    transition: all 0.3s 0s ease-out;

}


@media (max-width: 1199px) {
    .sidebar-widget {
        padding: 30px 25px;
    }
}
.sidebar-widget::before {
    content: "";
    width: 4px;
    height: 15px;
    position: absolute;
    inset-inline-start: 30px;
    top: 0;
    background: var(--rs-theme-orange);
}

.sidebar-widget.widget-categories-two ul li a:hover {
    background: #FF5E14;
    border-color: #FF5E14;
    color: #FFF;
}



/* Widget Categories */
.sidebar-widget.widget-categories ul li {
    list-style: none;
}
.sidebar-widget.widget-categories ul li:not(:last-child) {
    border-bottom: 1px solid rgba(62,62,62,0.1);
    padding-bottom: 10px;
    margin-bottom: 10px;
}
.sidebar-widget.widget-categories ul li a {
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
}
.sidebar-widget.widget-categories ul li a:hover {
	color: var}

.ngg-galleryoverview.default-view .ngg-gallery-thumbnail-box {
    display: inline-block;
    float: none;
    vertical-align: middle;
    margin: 10px;
    padding: 20px;
    border: 1px solid #ccc;
    border-radius: 10px;
}
