/*  MICROTHEMER STYLES  */


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

/** General >> LoadMore **/
#loadMore {
	font-family: var( --e-global-typography-accent-font-family ) !important;
	font-size: 20px !important;
	margin-left: 600px !important;
}

/** General >> Text md start fa facebook (::before) **/
.text-md-start .fa-facebook::before {
	background-color: rgba(255, 255, 255, 0) !important;
	background-image: linear-gradient(rgba(255, 255, 255, 0), transparent) !important;
}

/** General >> Text md start fa linkedin **/
.text-md-start .fa-linkedin {
	color: rgb(255, 255, 255) !important;
}

/** General >> Text end fa facebook (::before) **/
.text-end .fa-facebook::before {
	color: rgb(15, 15, 15) !important;
}

/** General >> Text end fa linkedin (::before) **/
.text-end .fa-linkedin::before {
	color: rgb(0, 0, 0) !important;
}

/** General >> Nav link **/
.current-menu-item .nav-link {
	border-bottom-width: 0 !important;
}

/** General >> Current menu item **/
#navbarSupportedContent .current-menu-item {
	border-bottom-width: 0 !important;
}


/*( < 1200 )*/
@media (max-width: 1199.98px) {
	/** General >> LoadMore **/
	#loadMore {
	margin-left: 450px !important;
}

}


/*( < 980 )*/
@media (max-width: 979.98px) {
	/** General >> LoadMore **/
	#loadMore {
	margin-left: 330px !important;
}

}


/*( < 768 )*/
@media (max-width: 767.98px) {
	/** General >> LoadMore **/
	#loadMore {
	margin-left: 200px !important;
}

}


/*( < 480 )*/
@media (max-width: 479.98px) {
	/** General >> LoadMore **/
	#loadMore {
	margin-left: 140px !important;
}

}

