/*
Theme Name: Workpride
Theme URI: https://seusite.com/meu-novo-tema
Author: Seu Nome
Author URI: https://seusite.com
Description: Um tema criado como exemplo para um esqueleto básico no WordPress.
Version: 1.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Tags: custom-background, custom-logo, custom-menu
Text Domain: Workpride
*/

/* Comece a estilizar seu tema aqui! */

/*
CSS RODAPÉ
*/
.full-width-div { width: 100%; height: 250px; background-image: url('http://localhost:8000/wp-content/themes/workpride/assets/rodape8bit.png'); background-size: cover; }
.outer-div { display: flex; justify-content: center; align-items: center; height: 200px; }
.inner-div { width: 500px; }
.container-especial { width: 100%; height: 100%; }
.img-rodpe { width: 80px; height: auto; }
.div-logo-wp-rodape { justify-content: flex-end; align-items: center; width: 50%; float: left; padding-top: 20px; padding-left: 300px;}
.texto-copy{margin-left:20px;}