/*
Theme Name: evolve Child
Theme URI: https://theme4press.com/evolve-multipurpose-wordpress-theme/
Template: evolve
Author: Theme4Press
Author URI: https://theme4press.com
Description: Evolve by Theme4Press es el tema padre del cual se crea el siguiente tema hijo que tiene un estilo visual mas acorde a la imagen Blogs UGR
Con la versión 4.3.6 del tema padre de evolve hay que realizar cambios en el diseño del footer ya que las secciones de estes se ven afectadas. Ultima actualización estable realizada por eaugustin el 14-11-2022
Tags: e-commerce,grid-layout,footer-widgets,blog,photography,buddypress,two-columns,left-sidebar,right-sidebar,full-width-template,sticky-post,threaded-comments,microformats,post-formats,flexible-header,featured-images,custom-background,custom-colors,custom-header,custom-menu,theme-options,translation-ready
Version: 4.3.6
Updated: 2022-11-14 11:00:39

*/
/****************************************************************************************/
/****Diseño especifico para footer*******************************************************/
.footer-ugr {
    background-color: #333;
    padding: 2rem 0;
    position: relative;
    width: 100%;
}
.content .footer-ugr{
    width: 103%!important;
    margin: auto -15px auto!important;
}
footer.footer-ugr .container {
    padding-left: 30px;
    padding-right: 30px;
}
a, a:link, a:active, a:visited {
    color: #ddd;
    text-decoration: none;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, sans-serif;
  }
  .fizquierda {
    float: left;
    color: #ddd;
  }
  .fderecha {
    float: right;
    color: #ddd;
  }
  .fabajo {
    clear: both;
    height: 20px;
    padding-top: 10px;
  }
.enlaceugr a {
	display: block;
	height: 40px;
	width: 143px;
	background: url("images/ugrlogo_blanco_40h.png") no-repeat;
	font-size: 0;
  }
  .enlaceblogs a {
	display: block;
	height: 40px;
	width: 103px;
	background: url("images/blogsugr_40h.png") no-repeat;
	background: url("images/blogsugr_40h.png") no-repeat;
	font-size: 0;
  }

