/*
# CSS File Created By: Wayne Zamore
# Organization: AJ's Digital Solutions
# Email: info@ajsdigital.com
# Website: https://ajsdigital.com
*/
/*
# GLOBAL
*/
a:hover	{
	text-decoration: none;
}


/*
# CLASSES
*/


/*
# TOPBAR
*/
#topbar i	{
	font-size: 25px;
}


/*
# HEADER
*/
.navbar > ul > li:first-child .bx {
	font-size: 20px;
	margin-right: 5px;
}



/*
# HERO IMAGE
*/


/*
# ABOUT
*/
.why-us .icon-boxes .icon-box:hover {
	box-shadow: none;
}


/*
# SERVICES
*/
.why-us .icon-boxes .icon-box,
.services .card,
.services .card .card-title,
.services .card .card-text	{
	transition: all ease-in-out 0.3s;
}
.services .card:hover	{
	box-shadow: 0px 5px 15px #ccc;
	margin-top: -2px;
}


/*
# GLASSES
*/


/*
# FOOTER
*/
#footer i	{
	font-size: 25px;
}
#footer .col-12:last-child .footer_module_wrap	{
	border-bottom: none;
	padding-bottom: 0;
}


/*
# BOOKING PAGE
*/
#pjAsServicesWrapper .pjAsHead,
#asContainer_1 .pjAsHead	{
	display: none;
}


/*
# @MEDIA
*/
@media(min-width: 576px)	{
	.appointment-btn	{
		margin-left: 0;
		margin-right: 25px;
	}
	.footer_title	{
		text-align: left;
	}
	.footer_module_wrap	{
		border-bottom: 1px solid #e0e0e0;
		padding-bottom: 20px;
	}
	.back-to-top	{
		bottom: 85px;
	}
}
@media(min-width: 768px)	{
}
@media(min-width: 992px)	{
	.appointment-btn	{
		margin-left: 25px;
		margin-right: 0;
	}
	.footer_title	{
		text-align: center;
	}
	.footer_module_wrap	{
		border-bottom: none;
	}
}
@media(min-width: 1200px)	{
}
