/*
Theme Name: Authentic Child
Theme URI: http://codesupply.co/themes/authentic
Template: authentic
Author: Code Supply Co.
Author URI: http://codesupply.co
Description: Wordpress Theme for Blogs &amp; Magazines
Tags: two-columns,left-sidebar,right-sidebar,custom-colors,editor-style,theme-options,featured-images,custom-menu,post-formats,sticky-post,translation-ready
Version: 7.2.0.1717167437
Updated: 2024-05-31 16:57:17

*/



[data-elementor-type="single-page"], .type-magazine {
	width: 100% !important;
}

/* ---------------------------- START TAGS --------------------------------- */

.tagcloud .tag-cloud-link {
	text-transform: none;
    letter-spacing: 0;
    color: #111;
    font-weight: bold;
}
.tagcloud .tag-cloud-link::first-letter {
	display: none;
}
.post-tags a:before, .tagcloud a:before {
	content: initial;
}
.post-tags ul > li {
	margin: 0 !important;
}
.post-tags ul > li > a {
	margin-right: 6px;
    margin-top: 5px;
    padding: 7px 9px;
    color: #888 !important;
    border-radius: 1px;
    background: #f3f3f3 !important;
}
/* ---------------------------- END TAGS --------------------------------- */


/* ---------------------------- START SIDEBAR --------------------------------- */

/* add ScrollBar */

@media screen and (min-width: 768px) {
	.sidebar-area.widget-area > .sidebar {
		max-height: 85vh;
		overflow-y: auto;
		overflow-x: hidden;
	} 
}


/* widget titles */
:is(
	.sidebar-area.widget-area  > .sidebar, 
	.elementor-widget-sidebar .elementor-widget-container
) h5:is(.cnvs-section-title, .title-widget) {
	text-align: center;
}

/* ---------------------------- END SIDEBAR --------------------------------- */
/* ---------------------------- START FOOTER --------------------------------- */
footer.site-footer .footer-info {
	display: grid; 
	place-items: center;
	padding-bottom: 0 !important;
}

footer.site-footer .pk-social-links-items {
	flex-wrap: nowrap;
	width: fit-content;
	margin: 0 auto;
}

footer.site-footer .footer-widgets {
	display: grid;
    place-content: center;
	border: 0 !important;
	padding-top: 0 !important;
	
}

footer.site-footer .footer-widgets  .widget-area {
	flex: 1;
	max-width: 100%;
}

footer.site-footer .footer-widgets  .widget-area .widget {
	margin: 0;
}

footer.site-footer .footer-widgets  .widget-area .widget .rights {
	margin-top: 5rem;
	display: inline-block;
}
/* ---------------------------- END FOOTER --------------------------------- */

