/*  MICROTHEMER STYLES  */


/*= General =================== */

/** General >> Main **/
#main {
	width: auto !important;
	box-sizing: content-box !important;
	object-fit: fill !important;
	object-position: 50% 50% !important;
}

/** General >> Wp admin bar weglot visual editor ab item **/
#wp-admin-bar-weglot-visual-editor .ab-item {
	object-position: 50% 50% !important;
}

/** General >> Post 22 entry content **/
#post-22 .entry-content {
	margin-left: -160px !important;
}

/** General >> Post 20 **/
#post-20 {
	width: 900px !important;
	margin-left: -160px !important;
}


/*= Sidebar =================== */

/** Sidebar >> Page template default secondary **/
.page-template-default #secondary {
	width: 300px !important;
	max-height: 800px !important;
}

/** Sidebar >> Post 22 **/
#post-22 {
	width: auto !important;
	box-sizing: content-box !important;
}

/** Sidebar >> Div (#1) canvas **/
.entry-content > div:nth-of-type(1) > div:nth-of-type(1) > div:nth-of-type(1) > canvas {
	box-sizing: content-box !important;
	position: static !important;
	clear: none !important;
}

/** Sidebar >> Post 22 wp image 168 **/
#post-22 .wp-image-168 {
	width: 750% !important;
}

/** Sidebar >> Div (#1) canvas _2 **/
.entry-content > div:nth-of-type(2) > div:nth-of-type(1) > div:nth-of-type(1) > canvas {
	height: auto !important;
	padding-right: 10px !important;
}

