/*
Theme Name: Creativ Mag Child
Template: creativ-mag 
Theme URI: http://creativthemes.com/downloads/creativ-mag-free/
Author: PsychoDove
Author URI: https://www.psychodove.com
Description: Child teme of Creativ Mag
*/


/* Header */

	/* Logo - container & contents*/
	
	div.site-logo {float: left; max-width: 20%; margin: 5px; }
	.site-logo img {max-height: 100%;}
	#site-identity {float: left; margin: 5% 5px 5px 5px;}

	/* Navbar */
	

/* Body - Global */
	/* Body - Pages */
	h2.wp-block-heading {font-size: 26px;}
	/* Body - Posts*/
	article h1.entry-title {
		font-size: 36px;
		font-weight: 400px;
	}

/* Sidebar - All Pages */
.widget li:nth-child(even) { /* disable theme every other li highlight */
    background-color: inherit;
}
	/* ko-fi - floating bttn*/
	.floatingchat-container-wrap {
		left: unset !important;
		right: 5% !important;	
	}
	.floating-chat-kofi-popup-iframe {
		left: unset !important;
		right: 5% !important;
	}
	/* Sidebar Social Media */
	.pd-social {
		display: flex;
		gap: 16px;
		padding: 0;
		margin: 0;
		list-style: none;
		justify-content: flex-end;
	}

	.pd-social li {
		list-style: none !important;
		padding: 0px;
	}

	.pd-social li::marker {
		content: "";
	}

	.pd-social li::before {
		content: none !important;
	}

	.pd-social a {
		display: flex;
		align-items: center;
		text-decoration: none;
		width: ;
	}

	.pd-social a:hover svg {transform: none;} /* disable theme hover scaling */

	/* change color to match brand on hover */
	.pd-social a:hover svg#pdsm-twitch {fill: #9146FF;}
	.pd-social a:hover svg#pdsm-youtube {fill: #FF0000;}
	.pd-social a:hover svg#pdsm-bsky {fill: #1185FE;}
	.pd-social a:hover svg#pdsm-tvtime {fill: #FFD400;}
	.pd-social a:hover svg#pdsm-imdb {fill: #F5C518;}
	.pd-social a:hover svg#pdsm-rss {fill: #FFA500;}

	.pd-social svg {
		width: clamp(25px, 4vw, 35px);
		height: 45px;
		fill: currentColor; /* inherits text color */
		display: block;
	}


/* Footer */
 