/*
Theme Name: RealHomes Child Theme
Theme URI: http://alt-realhomes.inspirythemes.com/
Description: Child theme for RealHomes.
Author: Inspiry Themes
Author URI: http://www.inspirythemes.com/
Template: realhomes
Version: 1.1


!!! IMPORTANT !!!
PLEASE ADD YOUR CSS STYLES IN child-custom.css FILE instead of style.css
!!! IMPORTANT !!!

*/

@import url("../realhomes/style.css");

.footerLogos {
    background-image: url(/wp-content/uploads/2020/12/bulldog.png);
    background-repeat: no-repeat;
    background-position: 80% 75%;
    background-size: 200px 200px;
}

.footerLogosInner {
    padding-top: 10px;
    text-align: left;
    width: 40%;
}

#logo img{margin-bottom:40px !important;}

.page-head{background-image: none !important;background-color: #ddd !important;
    margin-bottom: 20px !important;}
@media (max-width: 860px) {
	//.header-wrapper {
	// background-size: 125px 125px;
	//}
}