

/*--------------------------------------------------------------
	Sidebar Widget Area
--------------------------------------------------------------*/

    /* #secondary.secondary-sidebar { margin-bottom: 120px; } */
    #secondary.secondary-sidebar { margin-bottom: 0; }
    #secondary,
    #secondary:has( > .theiaStickySidebar) > .theiaStickySidebar { padding: clamp(1.875rem, 1.4423rem + 1.9231vw, 3.75rem) !important; background-color: var(--wdtBodyBGColor); box-shadow: inset var(--wdtBorderColor) 0 0 0 1px; -webkit-box-shadow: inset var(--wdtBorderColor) 0 0 0 1px; }
    #secondary:has( > .theiaStickySidebar) {padding: 0 !important;box-shadow: 0 0;-webkit-box-shadow: 0 0; } 
    .secondary-sidebar .widget:last-child { margin-bottom: 0px; }

    .secondary-sidebar .widgettitle { display: inline-block; float: none; margin-top: 0; width: 100%; }
    .secondary-sidebar .widgettitle:before, .secondary-sidebar .widgettitle:after { content:""; }
    .secondary-sidebar .widgettitle:empty { display:none; }
    .secondary-sidebar .widgettitle > a { color: currentColor; }

    .secondary-sidebar > div[class^="type"] { overflow:hidden; }


/*--------------------------------------------------------------
	Colors
--------------------------------------------------------------*/

    /* .secondary-sidebar .widgettitle,
    .secondary-sidebar .widget ul li > a, .secondary-sidebar .tagcloud a { color: var(--wdtHeadAltColor); } */
    .secondary-sidebar .widgettitle a { color: inherit; }

    .secondary-sidebar .tagcloud a:hover { color:var(--wdtAccentTxtColor); }


/*--------------------------------------------------------------
    Accents
--------------------------------------------------------------*/

    /* Primary Color */
    .secondary-sidebar .widget ul li > a:hover { color: var(--wdtPrimaryColor); }


/*--------------------------------------------------------------
	Responsive
--------------------------------------------------------------*/

    @media only screen and (min-width:1281px) and (max-width:1540px) {

        .secondary-sidebar .widget #wp-calendar th { font-size: 14px; }
        .secondary-sidebar .widget #wp-calendar td { font-size: 14px; }

    }


    @media only screen and (min-width:1025px) and (max-width:1280px) {

        /* .secondary-sidebar aside.widget { font-size: 14px; } */

        .secondary-sidebar .widget #wp-calendar td { font-size: 12px; }
        .secondary-sidebar .widget #wp-calendar th { font-size: 12px; }

        .secondary-sidebar .widget_tag_cloud .tagcloud a, .secondary-sidebar .widget .tagcloud a { padding: 8px 18px; }

        #select2-archives-dropdown--1-results, #select2-cat-results { font-size: 13px; }

    }


	@media only screen and (max-width: 767px) {

		.secondary-sidebar .widget #wp-calendar th, .secondary-sidebar .widget #wp-calendar td { font-size: 14px; }

	}

    /*--------------------------------------------------------------
        Sidebar - Default-Value
    --------------------------------------------------------------*/

        @media only screen and (min-width:1281px) and (max-width:1540px) { #secondary.secondary-sidebar { margin-bottom: 100px; } #secondary.secondary-sidebar { margin-bottom: 0; } }
        @media only screen and (min-width:1025px) and (max-width:1280px) { #secondary.secondary-sidebar { margin-bottom: 80px; } #secondary.secondary-sidebar { margin-bottom: 0; } }
        @media only screen and (min-width:768px) and (max-width:1024px) { #secondary.secondary-sidebar { margin-bottom: 70px; } #secondary.secondary-sidebar { margin-bottom: 0; } }
        @media only screen and (min-width:480px) and (max-width:767px) { #secondary.secondary-sidebar { margin-bottom: 60px; } #secondary.secondary-sidebar { margin-bottom: 0; } }
        @media only screen and (max-width: 479px) { #secondary.secondary-sidebar { margin-bottom: 50px; } #secondary.secondary-sidebar { margin-bottom: 0; } }