/*  MICROTHEMER STYLES here  */


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

/** General >> Col md 4 heading 3 **/
.col-md-4 h3 {
	color: rgb(1, 84, 222) !important;
	font-size: 38px !important;
	font-weight: bold !important;
}


/** General >> Textwidget paragraph:(1) **/
.textwidget p:nth-of-type(1) {
	font-size: 16px !important;
	width: 100% !important;
}


/** General >> Textwidget paragraph:(2) **/
.textwidget p:nth-of-type(2) {
	font-size: 16px !important;
	font-weight: bold !important;
}


/** General >> Footer credits **/
.footer-credits {
	color: rgb(1, 84, 222) !important;
}


/** General >> .footer-credits a:nth-of-type(1) **/
.footer-credits a:nth-of-type(1) {
	color: rgb(1, 84, 222) !important;
}


/** General >> .footer-credits a:nth-of-type(2) **/
.footer-credits a:nth-of-type(2) {
	color: rgb(1, 84, 222) !important;
}


/** General >> .cover .fullscreen **/
.cover .fullscreen {
	color: rgb(0, 0, 0) !important;
	font-size: 14px !important;
	height: 659px !important;
	max-height: 100% !important;
	box-sizing: content-box !important;
}


/** General >> .textwidget p **/
.textwidget p {
	font-size: 16px !important;
}



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

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

	/** General >> .cover .fullscreen **/
	.cover .fullscreen {
		width: auto !important;
		height: 459px !important;
		box-sizing: border-box !important;
	}


	/** General >> #shapely_home_parallax-2 **/
	#shapely_home_parallax-2 {
		height: 559px !important;
	}

}