/*  MICROTHEMER STYLES  */


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

/** General >> .navigation-bar **/
.navigation-bar {
	background-color: rgba(0, 0, 0, 0.4) !important;
}

/** General >> .fixto-fixed **/
.fixto-fixed {
	/* Custom CSS DISABLED */
	background-color: rgba(255, 255, 255, 0.7) !important;
}

/** General >> .col-xs .text-logo **/
.col-xs .text-logo {
	font-weight: 900 !important;
}

/** General >> .col-xs .text-logo:hover **/
.col-xs .text-logo:hover {
	color: rgb(51, 169, 243) !important;
}

/*= Footer ==================== */

/** Footer >> .footer-logo span **/
.footer-logo span {
	font-weight: 700 !important;
}

/** Footer >> .footer-logo span:hover **/
.footer-logo span:hover {
	color: rgb(51, 169, 243) !important;
	font-weight: 700 !important;
	cursor: pointer !important;
}

/** Footer >> .mesmerize-theme-link:hover **/
.mesmerize-theme-link:hover {
	color: rgb(51, 169, 243) !important;
}

/** Footer >> .footer-social-icons .fa:hover **/
.footer-social-icons .fa:hover {
	color: rgb(51, 169, 243) !important;
}

/** Footer >> .textwidget a **/
.textwidget a {
	text-decoration: none !important;
}

/** Footer >> .textwidget a:hover **/
.textwidget a:hover {
	color: rgb(51, 169, 243) !important;
	text-decoration: none !important;
	border-bottom-color: rgb(51, 169, 243) !important;
	border-bottom-width: 1px !important;
	border-bottom-style: solid !important;
}

/** Footer >> .footer-content **/
.footer-content {
	background-color: rgb(0, 0, 0) !important;
}

/** Footer >> .widgets-row .col-sm-4 **/
.widgets-row .col-sm-4 {
	border-right-color: rgb(255, 255, 255) !important;
	border-bottom-color: rgb(255, 255, 255) !important;
	border-left-color: rgb(0, 0, 0) !important;
	border-left-width: 0px !important;
}


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

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

	/** General >> .hero-title **/
	.hero-title {
		font-size: 40px !important;
		font-weight: 700 !important;
	}

	/*= Header ==================== */

	/** Header >> #offcanvas-menu **/
	#offcanvas-menu {
		background-color: rgba(0, 0, 0, 0.1) !important;
	}
}