/*
Theme Name: Aces Compressors
Description:
Version: 1.0
Author: Beanwebs
Author URI: http://www.beanwebs.co.uk
Template: enfold
*/




/*Mobile to top of page button*/
@media only screen and (max-width: 767px) {
.responsive #scroll-top-link {
  display: block !important;
}
}

/*scroll link colour*/

 #scroll-top-link {
    background-color: #5b646b;
}

/*header phone number size and colour*/

.phone-info {
	font-size: 22px;
}
/* linked in contact box*/
.av-social-link-linkedin
{
	background-color: #0e76a8 !important;
	color: #FFF;
}

.av-social-link-linkedin:hover a
{
	background-color: #0e76a8 !important;
	color: #FFF;
}

/*mail link box*/
.av-social-link-mail:hover a
{
background-color: #00ab67 !important;
}
/*Icon caption details*/

.av_icon_caption {
	display: block;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.3em;
	margin-top: 8px;
	text-align: center;
	text-transform: none;
        font-colour: #0e76a8;
