/*
Theme Name: Esplanade JMinano
Theme URI: http://javierminano.com
Version: 1.0
Description: JMinano child theme for Esplanade
Author: Daroal
Author URI: http://javiermimano.com
Template: esplanade
*/
 
/*----------------- Cambios a partir de aquí -------------------------------*/

#footer-area .widget {
  width: 100%;
}

#page_in_widget-5{
  margin-bottom: 0px;
}
.current-menu-item,
.current-page-ancestor,
.current-post-ancestor { 
  background-color:rgb(38,38,29);
}

.widget-title-principal{
  color: rgb(255,255,255);
}

/** INICIO Para que el widget de Tweet tenga el mismo formato que resto de widgets */
.minitweets-end{
  display: none;
}
/** FIN Para que el widget de Tweet tenga el mismo formato que resto de widgets */

/** INICIO Para bloque principal en home */
.principal{
  padding: 2.7%;
  margin-bottom: 2.7%;
  box-shadow: 0 0 3px rgb(153, 153, 153);
  background:#BDBDBD;
}
/** FIN Para bloque principal en home */

/** INICIO DAN Para mostrar video al comienzo fuera del sumario */
.post.format-video .entry-attachment {
   	display: block;
	float: left;
	padding: 0.71%;
	box-shadow: 0 0 3px rgb(170, 170, 170);
	background: rgb(233, 233, 224);
   	width: 268px; /**38%;*/
   	height: auto; /**38%;*/
   	/** margin-right: 20px;*/
}

.post.format-video .entry-attachment p {
    margin-bottom: 0px;
}

.archive .post{
  padding-top: 2.28%;
  padding-bottom: 2.28%;
}

.archive .post.format-video .entry-summary,
.archive .post.format-video .entry-header,
.archive .has-thumbnail .entry-header,
.archive .has-thumbnail .entry-summary {
    margin-left: 30%; /**42.55%;*/
}
/** FIN DAN Para mostrar video al comienzo fuera del sumario */

/** INICIO Estilos para banner TheThe image slide*/
.thethe-image-slider-caption-inner :first-child{
  font-family: Verdana;
  font-size: 20px;
}

.thethe-image-slider-caption-bottom{
  width: 80%;
  margin-bottom: 10px;
}
.thethe_image_slider {
  width: 99.8% !important;
  padding: 0px !important;
  box-shadow: 0 0 10px rgb(153, 153, 153) !important;
  margin-bottom: 2.7%;
  background: none !important;
  border: none !important;
}

.thethe-image-slider-thumbnails{
  border: none !important;
  background: rgba(0, 0, 0, 0.8) !important;
}

.thethe-image-slider-thumbnails-thumb.thethe-image-slider-thumbnails-currentthumb {
  border: 2px solid rgb(255, 0, 0);
}

.thethe-image-slider-thumbnails-thumb {
  border: 2px solid rgb(153, 153, 153);
}

.thethe-image-slider-thumbnails-activated {
    border-color: rgb(255, 255, 0) !important;
}
/** FIN Estilos para banner TheThe image slide*/

/** INICIO Estilos para banner All-in-One Slideshow*/
.aioslideshow {
  padding: 0px !important;
  background: none !important;
  box-shadow: 0 0 10px rgb(153, 153, 153) !important;
}
/** FIN Estilos para banner All-in-One Slideshow*/
