/*
 Theme Name:   GeneratePress Child
 Theme URI:    https://generatepress.com
 Description:  Tema hijo de GeneratePress
 Author:       Tu Nombre
 Author URI:   https://2d.com.ar
 Template:     generatepress
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  generatepress-child
*/

/* Agrega aquí tus estilos personalizados */
.header-widget {
    float: none;
    overflow: hidden;
  width:100%;  
	max-width: 100%;
}
.header-widget img{
  width:1260px;  
}
.inside-header {
    padding: 0px 0px;
}
.header-widget .widget {
    padding: 0px;
    margin-bottom: 0;
}
.widget{
	padding: 0px;
	margin: 0px;
}
.pie_social {
	text-align:center;
	font-size:0.89m;
}
.social{
	display:block;
	padding:8px 5px;
	background-color:#124;
	color:#FFF;
	font-size:0.89m;
}
.social a {
	color:#FFF;
}
.main-nav a {
	text-transform:uppercase;
	font-size:13px;
}
.attachment-full {
	min-width:100%;
}
.inside-article { 
    border-bottom: 1px solid #333;
    max-width: 70%;
    margin: auto;
}

/* Móviles */
@media (max-width: 768px) {
    .inside-article {
        max-width: 98%;
    }
}


article .post-image {
	width:50%;
	max-width:30%;
	float:right;
	padding-bottom:20px;
	padding-left:20px;
	display:block;
	clear:both;
}
.post-image:not(:first-child) {
    margin-top: 0em;
}
article, .inside-article {
	clear: both;
	display: block;
	min-height: 540px;
}
.page-header-image-single
{
	display:block;
	width:40%;
	float:right;
	clear:both;
}
.category-header-image img {
    border-radius: 0px;
    display: block;
    margin: 0;
	padding: 0;
	width: 100%;
}
