/*
Theme Name: Einar Child
Theme URI: https://einar.qodeinteractive.com
Description: A child theme of Einar
Author: Select Themes
Author URI: https://qodeinteractive.com
Version: 1.0
Text Domain: einar
Template: einar
*/

/*   Small Projects Bureau Development  */
/*   Amy Trachter  */
/*   Martin Fuks   */

/* Portfolio lightbox */
.mfp-container::before {
	height: 0;
}

/* Side Area Menu */
#qodef-side-area-inner {
	display: flex;
  	gap: 15px;
}

#qodef-side-area-inner .widget {
  	padding-bottom: 0;
	width: 25%;
}

/* Blog sidebar */
.qodef-col--sidebar .widget {
	margin: 0;
	padding-bottom: 48px;
}

.qodef-col--sidebar #categories-2 h5 {
	text-transform: none;
}

.qodef-col--sidebar #categories-2 a {
	font-family: Inter,sans-serif;
	font-size: 12px;
	font-weight: 500;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: -.05em;
	line-height: 1em;
	background: #424242;
	border-radius: 5em;
	margin-right: 6px;
	margin-bottom: 6px;
	padding: 4px 15px 3px;
}
#qodef-page-footer.qodef-skin--dark .widget p {
	color:#000 !important;
}