/*  MICROTHEMER STYLES  */


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

/** General >> Masthead masthead banner **/
#masthead .masthead-banner {
	background-color: rgb(67, 204, 195) !important;
}

/** General >> Page top masthead **/
#page .top-masthead {
	background-color: rgb(29, 102, 97) !important;
}

/** General >> Site navigation **/
#site-navigation {
	background-color: rgb(29, 102, 97) !important;
}

/** General >> Entry content link **/
.entry-content a {
	color: rgb(18, 18, 140) !important;
}

/** General >> Comment form label **/
.comment-form label {
	color: rgb(28, 28, 28) !important;
}

/** General >> Entry title **/
#main .entry-title {
	font-size: 25px !important;
}

/** General >> Heading 1 **/
#main h1 {
	font-size: 28px !important;
	height: 31px !important;
	padding-bottom: 15px !important;
	margin-top: 5px !important;
	margin-bottom: 20px !important;
}


/*( < 1200 )*/
@media (max-width: 1199.98px) {
	/** General >> Heading 1 **/
	#main h1 {
	margin-bottom: 25px !important;
}

}


/*( < 980 )*/
@media (max-width: 979.98px) {
	/** General >> Heading 1 **/
	#main h1 {
	margin-bottom: 25px !important;
}

}


/*( < 480 )*/
@media (max-width: 479.98px) {
	/** General >> Heading 1 **/
	#main h1 {
	padding-bottom: 15px !important;
	margin-bottom: 35px !important;
}

}

