/*
 Theme Name:  Divi Child Theme
 Theme URI:    https://q1design.net
 Description:  Child Theme for Divi
 Author:       Kain Wong
 Author URI:   https://q1design.net
 Template:     Divi
 Version:      1.0.0
*/

/*****Add any custom CSS below this line*****/
/* hide default footer */
#footer-bottom {
    display: none;
}     
div#footer-content {
	text-align: left;
	font-size: 14px;
	font: Oxygen, Arial, sans-serif;
}	
/*** Responsive Styles Tablet And Below ***/
@media all and (max-width: 980px) {
	div#footer-content {
		text-align: center;
	}	
}

	div#footer-social-inline {
		text-align: right;
	}
	div#footer-social-inline a {
		padding: 5px;
	}

	i.fa-facebook-square:hover {
		color: #7AB800;
	}
	i.fa-twitter:hover {
		color: #7AB800;
	}
	i.fa-instagram:hover {
		color: #7AB800;
	}
	i.fa-linkedin:hover {
		color: #7AB800;
	}
	i.fa-weixin:hover {
		color: #7AB800;
	}
	i.fa-envelope-o:hover {
		color: #7AB800;
	}

  /*** Responsive Styles Tablet And Below ***/
	@media all and (max-width: 980px) {
		div#footer-social-inline {
			text-align: center;
		}
 	}