/*--------------------------------------------------------------
	Widgets
--------------------------------------------------------------*/

	/*----*****---- << Transitions >> ----*****----*/

	.widget ul li:before, .widget ul li:hover:before, 
	.widget.widget_archive ul li > a span, .widget.widget_archive ul li > a:hover span, 
	.widget.widget_categories ul li > a span, .widget.widget_categories ul li > a:hover span, 
	.widget .recent-portfolio-widget ul li a:before, .widget .recent-portfolio-widget ul li a:after, 
	.widget.widget_flickr ul li a:before { -webkit-transition:all 0.3s linear; 
		-moz-transition:all 0.3s linear; -o-transition:all 0.3s linear; -ms-transition:all 0.3s linear; transition:all 0.3s linear; }


	/*----*****---- << WP Widget Defaults >> ----*****----*/

	.widget { clear:both; float: left; margin-bottom: clamp(1.875rem, 1.6526rem + 1.227vw, 3.125rem); padding: 0; position: relative; overflow: hidden; width: 100%; -webkit-border-radius: var(--wdtRadius_Zero); border-radius: var(--wdtRadius_Zero); }

	.elementor-widget-container .widget:last-child { margin: 0; }

	.secondary-sidebar .wdt-sidebar-wrapper { width: 100%; max-width: 100%; padding: 40px; background-color: var(--wdtTertiaryColor); float: left; 
		clear: both; -webkit-border-radius: var(--wdtRadius_2X); border-radius: var(--wdtRadius_2X); }

	.widgettitle, .widget_block > h2, .widget .wp-block-search__label, 
	.widget_block .wp-block-group .wp-block-group__inner-container > h2 { 
		clear: both; display: inline-block; font-size: clamp(1.25rem, 1.1833rem + 0.3681vw, 1.625rem); font-weight: var(--wdtFontWeight_Alt); text-transform: capitalize; margin-top: 0; margin-bottom: 20px; padding-bottom: 0px; position: relative; }

	.widgettitle:before, .widget_block > h2:before, 
	.widget .wp-block-search__label:before, 
	.widget_block .wp-block-group .wp-block-group__inner-container > h2:before { 
		content:""; height: 0px; position: absolute; bottom: 0; left: 0; width: 35px; }

	.widgettitle.aligncenter:before { right: 0; margin: auto;}

	.widgettitle.alignright { margin-left: 0; }
	.widgettitle.alignright:before { right: 0; left: auto; }

	.widget ul, .widget ol { clear:both; float:left; margin:0; padding:0; width:100%; }

	.widget ul li, .widget ol li { border-bottom: 1px solid; clear:both; display:block; margin:0; padding:8px 0 8px 0; position:relative; width:100%; }
	.widget .widgettitle + ul > li:first-child, .widget .widgettitle + ol > li:first-child,
	.widget ul li:first-child:not(:only-child), .widget ol li:first-child:not(:only-child) { padding-top:0; }
	.widget ul li:last-child:not(:only-child), .widget ol li:last-child:not(:only-child) { border-bottom-width: 0; padding-bottom: 0; }

	.widget ul li > a, .widget ol li > a { display:inline-block; line-height: var(--wdtLineHeight_Base); width:100%; }
	.widget ul li:last-child:not(:only-child) > a, .widget ol li:last-child:not(:only-child) > a { padding-bottom:0; }


	/* Archives & Categories Widget */
	.widget_categories label, .widget_archive label { color: var(--wdtBodyTxtColor); display:inline-block; font-size:var(--wdtFontSize_Base); font-weight: 600; margin:0 0 10px; width: 100%; }
	.widget.widget_categories ul li > a { position:relative; /*text-transform:capitalize;*/ }
	/* .widget.widget_categories ul li, .widget.widget_archive ul li { text-align-last: justify; } */
	.widget.widget_categories ul li > a, .widget.widget_archive ul li > a { width: auto; }
	.widget.widget_categories ul li > a span, .widget.widget_archive ul li > a span { float: right; padding: 0; }


	/* Nav Menu Widget */
	.widget.widget_nav_menu ul.menu li:first-child { padding-top: 0; }
	.widget.widget_nav_menu ul.menu li > a { display:inline-block; line-height: var(--wdtLineHeight_Base); width:100%;  }

	.widget.widget_nav_menu ul li { padding:0; }
	.widget.widget_nav_menu ul li, .widget.widget_nav_menu ul li:last-child { border-width: 1px !important; }
	.widget.widget_nav_menu ul li a { border-bottom: 0 solid; padding:8px 0; }
	.widget.widget_nav_menu ul li a:empty { display:none; }
	.widget.widget_nav_menu > div[class*="menu-container"] > ul > li:last-child:not(:only-child) > a { border-bottom-width: 0; padding-bottom: 0; }


	/* RSS Widget */
	.widget_rss h3.widgettitle > a.rsswidget > img { display: none; margin-right:5px; margin-top: -3px; }
	.widget_rss ul li > a.rsswidget { font-weight: var(--wdtFontWeight_Alt); }
	.widget_rss ul li .rssSummary { margin-top: 0.5em; margin-bottom: 0.5em; }
	.widget_rss ul li .rss-date, .widget_rss ul li cite { font-size: 0.8em; }

	/* TagCloud Widget */
	.widget_tag_cloud .tagcloud, .widget .tagcloud { float:left; clear:both; width:100%; margin:0; padding:0; }
	.widget_tag_cloud .tagcloud a, .widget .tagcloud a, .wp-block-tag-cloud a {     
		float: left; font-size: var(--wdtFontSize_Ext) !important; font-weight: var(--wdtFontWeight_Ext); letter-spacing: var(--wdtLetterSpacing_1X); 
		margin: 0 10px 10px 0; padding: 8px 20px; color: var(--wdtAccentTxtColor); -webkit-border-radius: var(--wdtRadius_Zero); border-radius: var(--wdtRadius_Zero); -webkit-box-shadow: none !important; box-shadow: none !important; border: none; text-transform: uppercase; }
	.wp-block-tag-cloud a { display: inline-block; float: none; }
	.wp-block-tag-cloud a:not(:focus) { text-decoration: none; }
	.widget_tag_cloud .tagcloud, .widget_tag_cloud .wp-block-tag-cloud { width: auto;
		margin: -6px !important; display: flex; flex-wrap: wrap; }
	.widget_tag_cloud .tagcloud a, .widget_tag_cloud .wp-block-tag-cloud a { margin: 6px; }

	.widget_tag_cloud .tagcloud a, .widget .tagcloud a, .wp-block-tag-cloud a { position: relative; overflow: hidden; z-index: 1; }
	.widget_tag_cloud .tagcloud a::after, .widget .tagcloud a::after, .wp-block-tag-cloud a::after { 
		content: ""; width: 100%; height: 100%; pointer-events: none; position: absolute; bottom: 0; left: 0; right: 0; top: 0; z-index: -1; -webkit-transition: inherit; transition: inherit; }
	.widget_tag_cloud .tagcloud a, .widget .tagcloud a, .wp-block-tag-cloud a,
	.widget_tag_cloud .tagcloud a:focus, .widget .tagcloud a:focus, .wp-block-tag-cloud a:focus,  
	.widget_tag_cloud .tagcloud a:hover, .widget .tagcloud a:hover, .wp-block-tag-cloud a:hover { background-color: var(--wdtPrimaryColor); }
	.widget_tag_cloud .tagcloud a::after, .widget .tagcloud a::after, .wp-block-tag-cloud a::after { 
		background-color: var(--wdtSecondaryColor); height: calc(100% + 4px); }
	.widget_tag_cloud .tagcloud a::after, .widget .tagcloud a::after, .wp-block-tag-cloud a::after { 
		-webkit-clip-path: polygon(91% 0, 100% 50%, 91% 100%, 0% 100%, 8% 50%, 0% 0%); clip-path: polygon(91% 0, 100% 50%, 91% 100%, 0% 100%, 8% 50%, 0% 0%); left: -10%; right: -10%; top: -2px; bottom: -2px; width: 120%; -webkit-transform: scaleX(0); transform: scaleX(0); -webkit-transform-origin: bottom right; transform-origin: bottom right; -webkit-transition: transform .35s ease-out; transition: transform .35s ease-out; }
	.widget_tag_cloud .tagcloud a:focus::after, .widget .tagcloud a:focus::after, .wp-block-tag-cloud a:focus::after,
	.widget_tag_cloud .tagcloud a:hover::after, .widget .tagcloud a:hover::after, .wp-block-tag-cloud a:hover::after { 
		left: -10%; right: -10%; top: -2px; bottom: -2px; width: 120%; -webkit-transform: scaleX(1); transform: scaleX(1); 
		-webkit-transform-origin: bottom left; transform-origin: bottom left; }

	/*Gallery*/
	.widget.widget_media_gallery .gallery { margin: 0px; gap: 16px;}
	.widget.widget_media_gallery .gallery-columns-2 .gallery-item { max-width: calc((100% - 16px * 1) / 2); margin: 0; padding: 0; }
	.widget.widget_media_gallery .gallery-columns-3 .gallery-item { max-width: calc((100% - 16px * 2) / 3); margin: 0; padding: 0; }
	.widget.widget_media_gallery .gallery-item > div > a { position: relative; overflow: hidden; -webkit-border-radius: var(--wdtRadius_2X); border-radius: var(--wdtRadius_2X); margin-bottom: 0px; }
	.widget.widget_media_gallery .gallery-item img { 
		border: 0px solid rgba(var(--wdtHeadAltColorRgb),0.15); -webkit-border-radius: var(--wdtRadius_2X); border-radius: var(--wdtRadius_2X); }
	.widget.widget_media_gallery .gallery-item img,
	.widget.widget_media_gallery .gallery-item > div > a img { 
		-webkit-transform: scale(1.01); transform: scale(1.01); -webkit-transition: transform 3s cubic-bezier(.1,.2,.7,1); 
		transition: transform 3s cubic-bezier(.1,.2,.7,1); }
	.widget.widget_media_gallery .gallery-item:hover img,
	.widget.widget_media_gallery .gallery-item > div > a:hover img { -webkit-transform: scale(1.1); transform: scale(1.1); }


	/* Search Form */
	.widget #searchform { margin-bottom: 0; max-width: 100%; position:relative; width: 100%; }
	.widget #searchform .wdt-search-icon { display: none; }
	.widget #searchform input[type="text"] { padding-right: 50px; width: 100%; }
	.widget #searchform input[type="text"]::placeholder { color: var(--wdtBodyTxtColor); }
	.widget #searchform input[type="text"]:focus { border-color: var(--wdtPrimaryColor); }
	.widget #searchform input[type="submit"] { position: absolute; right: 0; top: 0; padding: 0; margin: 0; }

	.widget_block .wp-block-search { margin-bottom: 0; }
	.widget_block .wp-block-search .wp-block-search__inside-wrapper { flex-wrap: wrap; position: relative; }
	.widget_block .wp-block-search .wp-block-search__inside-wrapper .wp-block-search__input:focus { border-color: var(--wdtPrimaryColor); }
	.widget_block .wp-block-search__label { color: var(--wdtHeadAltColor); 
		font-family: var(--wdtFontTypo_Alt); font-weight: var(--wdtFontWeight_Alt); line-height: var(--wdtLineHeight_Alt); }
	.widget_block .wp-block-search .wp-block-search__button { margin-bottom: 0; }
	.widget_block .wp-block-search .wp-block-search__button { background-color: transparent;
		color: var(--wdtLinkColor); position: absolute; font-size: 0; top: 2px; right: 2px; bottom: 2px; width: 48px; margin: 0; padding: 8px; }
	.widget_block .wp-block-search .wp-block-search__button:hover { color: var(--wdtLinkHoverColor); }
	.widget_block .wp-block-search .wp-block-search__button.has-icon { font-size: 17px; }
	.widget_block .wp-block-search .wp-block-search__button:not(.has-icon):before {
		content: ""; position: relative; display: block; width: 26px; height: 26px; background-color: var(--wdtLinkColor); -webkit-transition: background-color .3s ease; transition: background-color .3s ease;
        -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 100 100' style='enable-background:new 0 0 100 100;' xml:space='preserve'%3E%3Cg%3E%3Cpath d='M40.2,75.5C20.8,75.5,5,59.7,5,40.2C5,20.8,20.8,5,40.2,5c19.4,0,35.2,15.8,35.2,35.2C75.5,59.7,59.7,75.5,40.2,75.5z M40.2,8.4C22.7,8.4,8.5,22.7,8.5,40.2C8.5,57.7,22.7,72,40.2,72C57.8,72,72,57.7,72,40.2C72,22.7,57.8,8.4,40.2,8.4z'/%3E%3Cpath d='M88.2,95c-1.8,0-3.5-0.7-4.8-2l-24-24c-0.3-0.3-0.5-0.8-0.5-1.2c0-0.5,0.2-0.9,0.5-1.2l7.1-7.1c0.6-0.6,1.8-0.6,2.4,0 l24,24c1.3,1.3,2,3,2,4.8c0,1.8-0.7,3.5-2,4.8C91.7,94.3,90,95,88.2,95L88.2,95z M63.2,67.8l22.7,22.7c1.2,1.2,3.4,1.2,4.7,0 c0.6-0.6,1-1.5,1-2.3c0-0.9-0.3-1.7-1-2.3L67.8,63.1L63.2,67.8z'/%3E%3Cpath d='M18.8,42c-0.9,0-1.7-0.8-1.7-1.7C17,27.4,27.4,17,40.2,17c0.9,0,1.7,0.8,1.7,1.7s-0.8,1.7-1.7,1.7 c-10.9,0-19.8,8.9-19.8,19.8C20.5,41.2,19.7,42,18.8,42L18.8,42z'/%3E%3C/g%3E%3C/svg%3E%0A");
        mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 100 100' style='enable-background:new 0 0 100 100;' xml:space='preserve'%3E%3Cg%3E%3Cpath d='M40.2,75.5C20.8,75.5,5,59.7,5,40.2C5,20.8,20.8,5,40.2,5c19.4,0,35.2,15.8,35.2,35.2C75.5,59.7,59.7,75.5,40.2,75.5z M40.2,8.4C22.7,8.4,8.5,22.7,8.5,40.2C8.5,57.7,22.7,72,40.2,72C57.8,72,72,57.7,72,40.2C72,22.7,57.8,8.4,40.2,8.4z'/%3E%3Cpath d='M88.2,95c-1.8,0-3.5-0.7-4.8-2l-24-24c-0.3-0.3-0.5-0.8-0.5-1.2c0-0.5,0.2-0.9,0.5-1.2l7.1-7.1c0.6-0.6,1.8-0.6,2.4,0 l24,24c1.3,1.3,2,3,2,4.8c0,1.8-0.7,3.5-2,4.8C91.7,94.3,90,95,88.2,95L88.2,95z M63.2,67.8l22.7,22.7c1.2,1.2,3.4,1.2,4.7,0 c0.6-0.6,1-1.5,1-2.3c0-0.9-0.3-1.7-1-2.3L67.8,63.1L63.2,67.8z'/%3E%3Cpath d='M18.8,42c-0.9,0-1.7-0.8-1.7-1.7C17,27.4,27.4,17,40.2,17c0.9,0,1.7,0.8,1.7,1.7s-0.8,1.7-1.7,1.7 c-10.9,0-19.8,8.9-19.8,19.8C20.5,41.2,19.7,42,18.8,42L18.8,42z'/%3E%3C/g%3E%3C/svg%3E%0A");
        -webkit-mask-repeat: no-repeat; mask-repeat: no-repeat; -webkit-mask-position: center; mask-position: center; -webkit-mask-size: 26px auto; mask-size: 26px auto; }
	.widget_block .wp-block-search .wp-block-search__button:not(.has-icon):hover:before { background-color: var(--wdtQuaternaryColor); }


	/* WP-Calendar Widget */
	.widget #wp-calendar { border-collapse: collapse; }
	.widget #wp-calendar caption { font-size: var(--wdtFontSize_Base); font-weight: 600; margin-top: -0.35em; margin-bottom: 10px; }
	.widget #wp-calendar td { padding: 0.5em 0; }
	.widget #wp-calendar td#next { text-align: right; }
	.widget #wp-calendar td#prev { text-align: left; }

	.widget.widget_calendar .wp-calendar-nav { display: flex; justify-content: space-between; }
	.widget.widget_calendar .wp-calendar-nav span.pad { display: none; }


	/* Block Widgets */
	.widget.widget_block .wp-block-calendar,
	.widget.widget_block .wp-block-archives-dropdown, .widget.widget_block .wp-block-categories-dropdown, 
	.widget.widget_block .wp-block-latest-comments__comment-excerpt > *:last-child { margin-bottom: 0; }

	.widget.widget_block .wp-block-calendar table caption, .widget.widget_block .wp-block-calendar table tbody { color: var(--wdtBodyTxtColor); }

	.widget.widget_block .wp-block-archives-dropdown > label:first-child + select,
	.widget.widget_block .wp-block-archives-dropdown > label:first-child + select + .select2-container, 
	.widget.widget_block .wp-block-categories-dropdown > label:first-child + select,
	.widget.widget_block .wp-block-categories-dropdown > label:first-child + select + .select2-container { margin-bottom: 0; }

	.widget.widget_block .wp-block-archives-dropdown label:not(.screen-reader-text), 
	.widget.widget_block .wp-block-categories-dropdown label:not(.screen-reader-text) { margin-top: -0.35em; vertical-align: top; }

	/* .widget.widget_block .wp-block-latest-posts.wp-block-latest-posts__list .wp-block-latest-posts__post-excerpt, 
    .widget.widget_block .wp-block-latest-comments li.wp-block-latest-comments__comment .wp-block-latest-comments__comment-excerpt { font-size: 0.9em; line-height: var(--wdtLineHeight_Base); } */

	.widget.widget_block .wp-block-latest-posts.wp-block-latest-posts__list li:last-child .wp-block-latest-posts__post-excerpt { margin-bottom: 0; }
	.widget.widget_block .wp-block-latest-posts.wp-block-latest-posts__list .wp-block-latest-posts__post-excerpt { margin-top: 0.5em; margin-bottom: 0.5em; }

	.widget.widget_block .wp-block-loginout form > p.login-remember label { display: inline-flex; vertical-align: top; }
	.widget.widget_block .wp-block-loginout form > p.login-remember label input#rememberme { margin-right: 8px; }
	.widget.widget_block .wp-block-loginout form > p:last-child { margin-bottom: 0; }

	.widget.widget_block .wp-block-social-links li.wp-social-link { float: none; width: auto; padding: 0; }
	.widget.widget_block .wp-block-social-links li.wp-social-link a { display: inherit; line-height: 0; padding: .25em; }

	/* Widget login */

	/* Checkbox Style */

	.widget.widget_block .wp-block-loginout form > p.login-remember { margin: 0; }
	.widget.widget_block .wp-block-loginout form > p.login-remember label { display: inline-flex; align-items: baseline; }
		.widget.widget_block .wp-block-loginout form > p.login-remember label input[type="checkbox"] { opacity: 1;
		-webkit-appearance: none; appearance: none; width: 1em; height: 1em; border: 1px solid var(--wdtBorderColor) !important; 
		transform: translateY(-0.075em); display: grid; place-content: center; flex: 1 1 1em; background: var(--wdtInputBgColor); }

	.widget.widget_block .wp-block-loginout form > p.login-remember label input[type="checkbox"]:before {
		content: ""; width: 0.65em; height: 0.65em; clip-path: polygon(14% 44%, 0 65%, 50% 100%, 100% 16%, 80% 0%, 43% 62%); 
		transform: scale(0); transform-origin: bottom left; transition: 120ms transform ease-in-out; 
		box-shadow: inset 1em 1em var(--wdtBorderColor); }

	.widget.widget_block .wp-block-loginout form > p.login-remember label input[type="checkbox"]:checked:before { transform: scale(1); }
	
	


/*----*****---- << Common & Custom Widget Styles >> ----*****----*/

	/* Common Styles */

	.widget.widget_archive ul ul li:last-child, .widget.widget_categories ul ul li:last-child, .widget.widget_meta ul ul li:last-child, .widget.widget_nav_menu ul.menu ul li:last-child, .widget.widget_pages ul ul li:last-child { border-bottom-width: 1px; }

	.widget.widget_nav_menu ul li ul.sub-menu, .widget.widget_pages ul li ul.children, .widget.widget_block .wp-block-page-list li ul.submenu-container { padding-left: 5%; width:100%;  }

	.widget.widget_archive ul li ul, .widget.widget_categories ul li ul,
	.widget.widget_nav_menu ul.menu li ul, .widget.widget_pages ul li ul,
	.widget.widget_block .wp-block-page-list li ul.submenu-container,
	.widget.widget_block .wp-block-page-list li ul { padding-left: 5%; padding-top: 0; }

	.widget.widget_archive ul li, .widget.widget_categories ul li,
	.widget.widget_nav_menu ul.menu li, .widget.widget_pages ul li,
	.widget.widget_meta ul li, .widget.widget_text ul li,
	.widget.widget_block .wp-block-page-list li { padding: 0; }

	.widget.widget_archive ul li > a, .widget.widget_categories ul li > a,
	.widget.widget_nav_menu ul.menu li > a, .widget.widget_pages ul li > a,
	.widget.widget_meta ul li > a, .widget.widget_text ul li > a,
	.widget.widget_block .wp-block-page-list li > a,
	.widget.widget_block .wp-block-page-list li a { padding: 8px 0; }

	.widget.widget_archive ul li:first-child > a, .widget.widget_categories ul li:first-child > a,

	.widget.widget_pages ul li:first-child > a, .widget.widget_nav_menu ul.menu li:first-child > a,
	.widget.widget_meta ul li:first-child > a, .widget.widget_text ul li:first-child > a,
	.widget.widget_block .wp-block-page-list li:first-child > a { padding-top: 0; }

	.widget.widget_archive ul ul.children li > a, .widget.widget_archive ul ul.children li:first-child > a,
	.widget.widget_categories ul ul.children li > a, .widget.widget_categories ul ul.children li:first-child > a,
	.widget.widget_nav_menu ul ul.children li > a, .widget.widget_nav_menu ul ul.children li:first-child > a,
	.widget.widget_nav_menu ul ul.sub-menu li > a, .widget.widget_nav_menu ul ul.sub-menu li:first-child > a,
	.widget.widget_pages ul ul.children li > a, .widget.widget_pages ul ul.children li:first-child > a,
	.widget.widget_block .wp-block-page-list li ul.submenu-container li > a,
	.widget.widget_block .wp-block-page-list li ul.submenu-container li:first-child > a,
	.widget.widget_block .wp-block-page-list li ul li:first-child > a { padding-top: 8px; }

	.widget.widget_archive ul ul.children li > a, .widget.widget_archive ul ul.children li:last-child > a,
	.widget.widget_categories ul ul.children li > a, .widget.widget_categories ul ul.children li:last-child > a,
	.widget.widget_nav_menu ul ul.children li > a, .widget.widget_nav_menu ul ul.children li:last-child > a,
	.widget.widget_nav_menu ul ul.sub-menu li > a, .widget.widget_nav_menu ul ul.sub-menu li:last-child > a,
	.widget.widget_pages ul ul.children li > a, .widget.widget_pages ul ul.children li:last-child > a,
	.widget.widget_block .wp-block-page-list li ul.submenu-container li > a,
	.widget.widget_block .wp-block-page-list li ul.submenu-container li:last-child > a { padding-bottom: 8px; }

	.widget.widget_block .wp-block-page-list li ul.submenu-container li:last-child,
	.widget.widget_block .wp-block-page-list li ul li:last-child { border-bottom-width: 0; }
	

	.widget .recent-posts-widget li:before, .widget .recent-posts-widget li:hover:before,
	.widget .recent-portfolio-widget ul li:before, .widget .recent-portfolio-widget ul li:hover:before { content:""; }

	.widget.widget_media_video .mejs-layers .mejs-overlay-button { background-color: transparent; }

	.widget_recent_entries ul li > a { width: auto; }
	.widget.widget_recent_posts .recent-posts-widget .entry-title h4 a[href*="title-should-not-overflow-the-content-area"] { word-break: break-all; }
	.widget.widget_recent_posts .recent-posts-widget .entry-title h4 {     
		font-family: var(--wdtFontTypo_Base); font-size: var(--wdtFontSize_H6); font-weight: var(--wdtFontWeight_Alt); 
		line-height: var(--wdtLineHeight_Alt); text-transform: capitalize; overflow: hidden; display: -webkit-box; -webkit-line-clamp: 2; line-clamp: 2; 
		-webkit-box-orient: vertical; }
	.widget.widget_recent_posts .recent-posts-widget .entry-title h4 a:hover { color: var(--wdtQuaternaryColor); }

	/* .widget.widget_recent_posts .recent-posts-widget ul li:first-child .entry-image { top: 6px; }
	.widget.widget_recent_posts .recent-posts-widget .entry-image { position: absolute; max-width: 65px; top: 18px; }
	.widget.widget_recent_posts .recent-posts-widget .entry-image ~ *[class*="entry-"] { padding-left: 80px; }
	.widget.widget_recent_posts .recent-posts-widget .entry-image ~ *[class*="entry-"] h4 { margin-top: 10px; } */

	.widget_recent_comments ul li.recentcomments > a { font-family: var(--wdtFontTypo_Alt); font-size: 1.13em; font-weight: var(--wdtFontWeight_Alt); }
	.widget_recent_comments ul li.recentcomments .comment-author-link a { font-weight: 400; }

	.widget_text form .selection-box + br:last-child { display: none; }
	.widget > p:last-child, .widget > p:only-child,
	.widget .plugin-description > p:last-child, .widget .plugin-description > p:only-child { margin-bottom: 0; }

	.widget .select2-container { margin-bottom: 5px; }

	.widget:not(.widget_text) a:not(:focus) { text-decoration: none; }


/*--------------------------------------------------------------
	Colors
--------------------------------------------------------------*/

	.widget ul li, .widget ol li, .widget.widget_nav_menu ul.menu li, .widget.widget_nav_menu ul li a { border-color: var(--wdtBorderColor); }

	.widget #wp-calendar td a { color: rgba(var(--wdtHeadAltColorRgb),0.5); }
	.widget_tag_cloud .tagcloud a, .widget .tagcloud a, .wp-block-tag-cloud a {     
		background-color: var(--wdtPrimaryColor); border: none; }

	.wdt-dark-bg .widget input[type="text"], .wdt-dark-bg .widget input[type="password"], .wdt-dark-bg .widget input[type="email"], 
	.wdt-dark-bg .widget input[type="url"], .wdt-dark-bg .widget input[type="tel"], .wdt-dark-bg .widget input[type="number"], 
	.wdt-dark-bg .widget input[type="range"], .wdt-dark-bg .widget input[type="date"], .wdt-dark-bg .widget textarea, 
	.wdt-dark-bg .widget input[type="search"], .wdt-dark-bg .widget select, .wdt-dark-bg .widget.widget_categories ul li > a span, 
	.wdt-dark-bg .widget.widget_archive ul li > a span { background: rgba(var(--wdtBodyBGColorRgb),0.15); }

	.wdt-dark-bg .widget .selection-box:before { border-top-color: rgba(var(--wdtBodyBGColorRgb),0.15); }
	.wdt-dark-bg .widget .selection-box:after { background: rgba(var(--wdtBodyBGColorRgb),0.05); }

	.wdt-dark-bg .widget ul li, .wdt-dark-bg .widget.widget_nav_menu ul.menu li { border-color:rgba(var(--wdtBodyBGColorRgb),0.2); }

	.wdt-dark-bg .widget #wp-calendar td a { color:rgba(var(--wdtAccentTxtColorRgb),0.5); }
	.wdt-dark-bg .tagcloud a { background:rgba(var(--wdtBodyBGColorRgb),0.15); }

	.tagcloud a:hover, .wp-block-tag-cloud a:hover, #footer .wdt-dark-bg .tagcloud a:hover, 
	#footer .tagcloud a:hover { color: var(--wdtHeadAltColor) !important; }

	.widget #searchform:hover:before { color: var(--wdtAccentTxtColor); }

/*--------------------------------------------------------------
    Accents
--------------------------------------------------------------*/

    /* Primary Color */
	.widget ul li > a:hover, .widget .recent-posts-widget li .entry-meta p span, .widget #wp-calendar td a:hover,

	.wdt-dark-bg .widget #wp-calendar td a:hover { color: var(--wdtPrimaryColor); }

	.widgettitle:before, .widget_block > h2:before, .widget .wp-block-search__label:before, .widget_block .wp-block-group .wp-block-group__inner-container > h2:before, .tagcloud a:hover, .wp-block-tag-cloud a:hover, 

	.wdt-dark-bg .widget.widget_categories ul li > a:hover span, #footer .wdt-dark-bg .widget.widget_categories ul li > a:hover span, #footer .wdt-dark-bg .widget.widget_archive ul li > a:hover span, .wdt-dark-bg .tagcloud a:hover { background-color: var(--wdtPrimaryColor); }


	.tagcloud a:hover, .wp-block-tag-cloud a:hover, .wdt-dark-bg .tagcloud a:hover { border-color: var(--wdtPrimaryColor); }


/*--------------------------------------------------------------
	Responsive
--------------------------------------------------------------*/

	@media (max-width: 1540px) {
		.secondary-sidebar .wdt-sidebar-wrapper { padding: 40px; }	
	}


	@media only screen and (min-width:1025px) and (max-width:1280px) {

		.tagcloud a { margin:0 4px 10px 0; }
		/* .widget #searchform input[type="text"] { font-size: 12px; padding-left: 12px; } */
		/* .widget #searchform input[type="submit"] { padding: 0 }
		.widget #searchform:before, .widget #searchform input[type="submit"] { width: 40px; } */

		.secondary-sidebar .wdt-sidebar-wrapper { padding: 35px; }
		.widget.widget_recent_posts .recent-posts-widget .entry-title h4 { font-size: calc(var(--wdtFontSize_Base) + 2px); }	

	}

	@media only screen and (min-width:768px) and (max-width:1024px) {

		.tagcloud a { margin:0 4px 10px 0; }

	}


	@media only screen and (max-width: 767px) {

		.tagcloud a { margin:0 5px 10px 0; }

	}
	@media (max-width: 479px) {
		.secondary-sidebar .wdt-sidebar-wrapper { padding: 30px; }
	}