/*
Theme Name: Houzez Child
Theme URI: http://www.favethemes.com/
Author: Favethemes
Author URI: http://www.favethemes.com/
Description: Houzez is a premium WordPress theme for real estate agents where modern aesthetics are combined with tasteful simplicity, and where the ease of use is achieved without compromise in your ability to customise the design. Whether you are a real estate agent looking to build a website for your company or a web developer seeking a perfect WordPress theme for your next project, you are certain to appreciate the numerous features and benefits that our theme provides.
Version: 1.0
Tags: white, right-sidebar, left-sidebar, custom-colors, custom-menu, featured-images, post-formats, theme-options, translation-ready
License: GNU General Public License version 3.0
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Text Domain: houzez
Template: houzez
*/

/* -----------------------------------------------------------
 * O style.css do tema pai e carregado via wp_enqueue_style no
 * functions.php deste tema filho (handle houzez-parent-style).
 * Nao use @import aqui: ele bloqueia a renderizacao e quebra os
 * caminhos relativos quando o LiteSpeed combina os arquivos CSS.
 * ----------------------------------------------------------- */

/* Seu CSS personalizado abaixo desta linha
----------------------------------------------------------- */

/* Rodape: o link chamado "Google+" aponta para o Google Meu Negocio.
   Aqui trocamos apenas o desenho do icone pelo "G" oficial do Google,
   usando o SVG que ja vem dentro do tema. O caminho e absoluto de proposito,
   porque caminhos relativos quebram quando o LiteSpeed combina os CSS. */
.footer-social .btn-googleplus .houzez-icon:before {
	content: "";
	display: inline-block;
	width: 1em;
	height: 1em;
	vertical-align: -0.15em;
	background-image: url("/wp-content/themes/houzez/img/Google__G__Logo.svg");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
}
