/*  MICROTHEMER STYLES  */


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

/** General >> Masthead site branding **/
#masthead > .site-branding {
	font-size: 18px !important;
	right: auto !important;
}

/** General >> Site title link **/
.site-title > a {
	font-size: 67px !important;
	width: 80% !important;
}

/** General >> Site title link _2 **/
.site-title > a {
	width: 75% !important;
}

/** General >> Masthead table data:(1) _2 **/
#masthead td:nth-of-type(1) {
	background-color: rgb(251, 250, 250) !important;
}

/** General >> Wplp box top 8916 11131 title **/
#wplp_box_top_8916_11131 .title {
	font-weight: 400 !important;
}

/** General >> Site title link _3 **/
.site-title > a {
	line-height: 1 !important;
	box-sizing: content-box !important;
	overflow-y: visible !important;
	visibility: visible !important;
}


/*= Content =================== */

/** Content >> Default 8916 title **/
#default_8916 .title {
	font-weight: 400 !important;
}

/** Content >> Secondary widget **/
#secondary .widget {
	color: rgb(245, 245, 245) !important;
	background-color: rgb(245, 245, 245) !important;
}


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

/** Sidebar >> Randomize widget title **/
.randomize > .widget-title {
	
}

/** Sidebar >> Secondary widget title **/
#secondary .widget-title {
	color: rgb(0, 0, 0) !important;
	font-weight: 500 !important;
}

/** Sidebar >> Text 20 **/
#text-20 {
	color: rgb(0, 0, 0) !important;
}

/** Sidebar >> Content paragraph **/
#content p {
	color: rgb(0, 0, 0) !important;
}

/** Sidebar >> Content list item **/
#content li {
	color: rgb(0, 0, 0) !important;
}

/** Sidebar >> Content link **/
#content a {
	color: rgb(0, 0, 0) !important;
}

/** Sidebar >> Site navigation link **/
#site-navigation a {
	font-weight: 500 !important;
}

