/*  MICROTHEMER STYLES  */


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

/** General >> Entry content heading 2 **/
.entry-content h2 {
	font-size: 26px !important;
}

/** General >> Title post **/
.title-post {
	color: rgb(255, 255, 255) !important;
	font-size: 30px !important;
	padding-bottom: 0 !important;
}

/** General >> Content **/
#content {
	color: rgb(0, 0, 0) !important;
	background-color: rgb(255, 255, 255) !important;
	padding-top: 0 !important;
	padding-bottom: 20px !important;
}

/** General >> Content wrapper **/
.content-wrapper {
	padding-top: 20px !important;
	padding-bottom: 20px !important;
}

/** General >> Site title link **/
.site-title a {
	color: rgb(255, 252, 252) !important;
}

/** General >> Site description **/
.site-description {
	color: rgb(203, 203, 203) !important;
}

/** General >> Maintitle **/
.maintitle {
	color: rgb(81, 79, 79) !important;
	margin-right: 280px !important;
}

/** General >> Subtitle **/
.subtitle {
	color: rgb(81, 79, 79) !important;
	margin-right: 270px !important;
}

/** General >> Menu item link **/
.menu-item a {
	color: rgb(255, 255, 255) !important;
	font-weight: 600 !important;
}

/** General >> Masthead **/
#masthead {
	background-color: rgb(19, 66, 146) !important;
	padding-top: 5px !important;
	padding-bottom: 5px !important;
}

/** General >> Active link **/
.active a {
	color: rgb(255, 255, 255) !important;
	font-size: 15px !important;
	font-weight: 600 !important;
}

/** General >> Search 2 [type="submit"] **/
#search-2 [type="submit"] {
	background-color: rgb(19, 66, 146) !important;
}


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

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

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


}

