/*
Theme Name: TwentySeventeen Child
Theme URI: http://#
Version: 1.0
Description: Tema hijo de TwentySeventeen por LaTribu Studio
Author: LaTribu Studio
Author URI: http://#
Template: twentyseventeen
*/

@import url("../twentyseventeen/style.css");

/*----- cambios aquí abajo -------------------------------*/


/* altura de header, ver custom js */
.home .site-header{
	height: initial!important;
}

/* breadcrumbs - Breadcrumb NavXT plugin */
.breadcrumbs{
	/*float: left;*/
	width: 100%;
	padding-top: 2em;
	padding-left: 3em;
  	background: rgba(255, 255, 255, 0.7)!important;
	font-size: .8em;
  	max-width: 1000px;
	margin-left: auto;
	margin-right: auto;
}

@media screen and (max-width: 48em){
	.breadcrumbs{
		padding-left: 2em;
		float: left;
	}
}

.breadcrumbs a,
.breadcrumbs a:visited {
	color: #9e1900!important;
}

.breadcrumbs .dashicons{
	vertical-align: sub;
}

.single-featured-image-header ~ .breadcrumbs{
	padding-top: 1em;
}

.site-content-contain{
	float: left;
	width: 100%;
}

.site .site-content {
  padding: 2em 0 0;
}

.twentyseventeen-front-page .site-content {
    padding: 0!important;
}

body.has-header-image .site-description, body.has-header-video .site-description{
	font-weight: 600;
	opacity: 1;
}

@media screen and (min-width: 48em) {
    .panel-content .wrap {
    	padding-top: 3.5em;
    }
}

@media screen and (min-width: 30em) {
    .panel-content .entry-header {
        margin-bottom: 2.5em;
    }
}
/**/
