/*** Microthemer Styles ***/

/* =Main Menu
-------------------------------------------------------------- */
/* Social Media Icons */
li.menu-item-type-custom i.icon-2x {
	height: 34px !important;
	box-sizing: content-box !important;
	clear: none !important;
}
/* Menubar */
div#nav-primary div.font-bold {
}
/* Pinterest */
li#menu-item-1391 i.icon-pinterest {
	position: absolute !important;
	bottom: -15px !important;
	right: -200px !important;
}
/* Facebook */
li#menu-item-1388 i.icon-facebook {
	position: absolute !important;
	bottom: -16px !important;
	right: -165px !important;
}

/* =Content
-------------------------------------------------------------- */
/* Books List */
table#tablepress-13 td.column-2 {
	font-size: 18px !important;
	font-weight: bold !important;
}
/* Books Typ */
table#tablepress-13 td.column-7 {
	font-size: 18px !important;
	font-weight: bold !important;
}

/* =Footer
-------------------------------------------------------------- */
/* Footer Name */
span#site-info a {
	color: rgb(0, 0, 0) !important;
}

/* =Page Headings
-------------------------------------------------------------- */
/* Summary TDM */
article#post-834 header.page-header {
}
/* Just Title */
h1.page-title span {
	font-style: italic !important;
}




/* Tablet & Phone
************************************************************************/
@media (max-width: 767px) {

	/* =Main Menu
	-------------------------------------------------------------- */
	/* Pinterest */
	li#menu-item-1391 i.icon-pinterest {
	}
}



/* Phone
************************************************************************/
@media (max-width: 480px) {

	/* =Main Menu
	-------------------------------------------------------------- */
	/* Pinterest */
	li#menu-item-1391 i.icon-pinterest {
	}

	/* =Content
	-------------------------------------------------------------- */
	/* Books Typ */
	table#tablepress-13 td.column-7 {
		width: 100% !important;
	}
}