/*
Theme Name: U-Design Child
Theme URI: http://themeforest.net/item/udesign-responsive-wordpress-theme/253220?ref=AndonDesign
Description: Child Theme for U-Design
Author: Andon
Author URI: http://themeforest.net/user/andondesign/portfolio?ref=AndonDesign
Template: u-design
Version: 1.0.0
*/

/**** BEGIN ADDING YOUR CUSTOM CSS CODE BELOW: ****/

/*Top Quote Button Top Margin*/
.top-quote-button {
	margin-top: 20px!important;
}


/*CSS for home page background image*/
.home #wrapper-1, .home #top-wrapper, .home #page-content-title, .home #home-page-content, 
.home #page-content, .home #before-content, .home #bottom-bg, .home #footer-bg {
	background: none repeat fixed 0 0 transparent;
}

.home #bottom-bg, .home #footer-bg {
	background: #ffffff!important;
}

.home {
	background: url("https://sanjoseansweringservice.com/wp-content/uploads/2016/12/San-Jose-Answering-Service-background-image.jpg") no-repeat fixed center top transparent;
	background-size: cover;
}

#home-page-content .entry { 
	padding-bottom: 0; 
}

/*Home Page content width control*/

 * .home-content-block {
	padding-left: 25%!important;
	padding-right: 25%!important;
}

@media only screen and (min-width: 721px) and (max-width: 959px){
.home-content-block {
	padding-left: 7%!important;
	padding-right: 7%!important;
}
}

@media only screen and (max-width: 720px){
.home-content-block {
	padding-left: 4%!important;
	padding-right: 4%!important;
}	
}	


/*Icon Hover Effects*/
.icon-enlarge {
	transition: all .3s ease-in-out;
}

/* WAVE */
@-webkit-keyframes burst {
	0% {
		opacity: .6;
	}
	
	50% {
		-webkit-transform: scale(1.8);
		transform: scale(1.8);
		opacity: 0;
	}
	
	100% {
		opacity: 0;
	}
}

@keyframes burst {
	0% {
		opacity: .6;
	}
	
	50% {
		-webkit-transform: scale(1.8);
		-ms-transform: scale(1.8);
		transform: scale(1.8);
		opacity: 0;
	}
	
	100% {
		opacity: 0;
	}
}

.faa-burst.animated,
.faa-burst.animated-hover:hover,
.faa-parent.animated-hover:hover > .faa-burst {
	-webkit-animation: burst 2s infinite linear;
	animation: burst 2s infinite linear;
}

.faa-burst.animated.faa-fast,
.faa-burst.animated-hover.faa-fast:hover,
.faa-parent.animated-hover:hover > .faa-burst.faa-fast {
	-webkit-animation: burst 1s infinite linear;
	animation: burst 1s infinite linear;
}

.faa-burst.animated.faa-slow,
.faa-burst.animated-hover.faa-slow:hover,
.faa-parent.animated-hover:hover > .faa-burst.faa-slow {
	-webkit-animation: burst 3s infinite linear;
	animation: burst 3s infinite linear;
}






