/*
Theme Name: Avada Child
Description: Child theme for Avada theme
Author: ThemeFusion
Author URI: https://theme-fusion.com
Template: Avada
Version: 1.0.0
Text Domain:  Avada
*/

:root {
	--clr-primary: #4f6867;
	--clr-secondary: #708277;
	--clr-accent: #bda788;
	--clr-lt-beige: #dfd8d4;
}

/* home */
.home #process .fusion-content-boxes .heading .image {
	margin: 0 auto 10px;
	padding: 10px;
	width: 64px;
	height: 64px;
	border: 1px solid #fff;
	border-radius: 50%;
}

.home #process h5 {
	color: #fff;
}

/* estate sales */
.page-estate-sales .estate-items {
	column-count: 2;
}

#process .fusion-content-boxes .heading .image {
	margin: 0 auto 10px;
	padding: 10px;
	width: 64px;
	height: 64px;
	border: 1px solid #fff;
	border-radius: 50%;
}

#process h5 {
	color: #fff;
}

/* footer */
#footer:before{
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgb(79 104 103 / .9);
}

#footer .fusion-content-boxes {
	margin: 0 auto;
}

#footer .fusion-content-boxes.content-boxes-icon-on-side .heading {
	margin-bottom: 0;
}

#footer .fusion-content-boxes .fusion-column {
	margin-bottom: 20px;
}

@media (max-width: 980px) {
	
	#toTop {
		bottom: 0;
	}
	
}

@media (max-width: 680px) {
	
	.page-estate-sales .estate-items {
		column-count: 1;
	}
	
	#menu-footer-nav-services {
		flex-direction: column;
		align-items: center;
	}
	
	#menu-footer-nav-services li {
		margin: 0;
	}
	
}

