/*
 Theme Name:     Divi Child
 Theme URI:      https://www.elegantthemes.com/gallery/divi/
 Description:    Divi Child Theme
 Author:         Elegant Themes
 Author URI:     https://www.elegantthemes.com
 Template:       Divi
 Version:        1.0.0
*/
 
 
/* =Theme customization starts here
------------------------------------------------------- */

/*
Stop Divi Featured Images from Stretching
By default the Divi Theme will stretch featured images to the width of the post area. 
Disable this and have the images display at their actual size.
*/
/*
body.single article.has-post-thumbnail > img:nth-of-type(1) 
{ 
	width:auto !important; 
	height:auto !important; 
}

body.single article.has-post-thumbnail .et_post_meta_wrapper > img:nth-of-type(1) 
{ 
	/* width:auto !important;  */
/*
	width: 50%;
	height:auto !important; 
	margin: 0 25%;
}
*/


/* ------------------------------------------------------------------------- */
/* Reducir el alto del menú secundario del pie. */
/* ------------------------------------------------------------------------- */
.et_pb_fullwidth_menu .fullwidth-menu-nav>ul 
{
    /* padding: 28px 0 0!important; */
	padding: 0!important;
}

.fullwidth-menu li>a 
{
	/* padding-bottom: 29px; */
	padding-bottom: 0;
}

/* ------------------------------------------------------------------------- */



/* ------------------------------------------------------------------------- */
/* En el blog grid dejamos el ancho de la imagen al mismo ancho que el texto. */
/* ------------------------------------------------------------------------- */
.et_pb_blog_grid .et_audio_content, 
.et_pb_blog_grid .et_main_video_container, 
.et_pb_blog_grid .et_pb_post .et_pb_slider, 
.et_pb_image_container 
{
    /* margin: -20px -20px 29px; */
	margin: 0;
}


/* ------------------------------------------------------------------------- */
/* Deahabilitar las barras laterales.
/* ------------------------------------------------------------------------- */

/*** Take out the divider line between content and sidebar ***/
#main-content .container:before 
{
	background: none;
}
 
/*** Expand the content area to fullwidth ***/
@media (min-width: 981px)
{
	#left-area 
	{
		width: 100%;
		padding: 23px 0px 0px  0px !important;
		float: none !important;
	}
}

.single .et_pb_post 
{
    margin-bottom: 0;
}

/* ------------------------------------------------------------------------- */
/* El pie que ocupe todo el espacio para que se centre. */
/* ------------------------------------------------------------------------- */
#footer-info 
{
    width: 100%;
	text-align: center;
}


/* ------------------------------------------------------------------------- */
/* Cambiar el color de selección. */
/* ------------------------------------------------------------------------- */
::selection 
{
	color: #000000;
	background: #ff9933;
}

/* ------------------------------------------------------------------------- */
/* Dar estilos al botón de Acceso a ii40Connect. */
/* ------------------------------------------------------------------------- */
.botonConnect
{
	border: 2px solid #ffffff;
	border-radius: 50px;
	margin: 0 0 8px 0;
	padding: 5px;
}

.botonConnect > a
{
	padding: 0!important;
}

/* ------------------------------------------------------------------------- */
