/* Enter Your Custom CSS Here */

/* 
colores:
naranja: #E64D2D
verde: #0C8A77
*/

.site-container {
    background-color: #fff;
    box-shadow: none; 
    margin: 40px auto;
    padding-left: 60px;
    padding-right: 60px;
    max-width: 1200px;
}


body {
    background-attachment: fixed;
    background-color: #fff;
    background-position: top left;
    background-repeat: repeat;
    color: #000;
    font-family: Lato, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.625;
    -webkit-font-smoothing: antialiased;
}

h1 {
  color: #E64D2D;
  font-size: 26px;
}

h2 {
  color: #E64D2D;
  font-size: 24px; text-transform: none;
} 

h3 {
  font-size: 20px;
}

h4 {
text-transform: none;
}

h5 {
text-transform: none;
}

h6 {
text-transform: none;
}



/* IMAGEN DE CABECERA */
.header-image .site-title > a {
    background-position: center !important;
    background-size: contain !important;
    display: block;
    height: 160px;
    margin: 0px auto;
    max-width: 500px;
}

.site-header {
    padding: 50px 0px;
    text-align: center;
}


/* Padding entre bloques home bottom y sidebar */
.home-bottom .featured-content .entry, .sidebar .featured-content .entry {
    border-bottom: 1px dotted #ddd;
    padding-bottom: 15px;
    padding-top: 15px;
}

/* Cambios de fondo negro por naranja*/

.widget-title {
    background-color: #E64D2D;
    color: #fff;
}

a {
    color: #E64D2D;
    text-decoration: none;
}

a:hover {
    color: #0C8A77;
    text-decoration: none;
}

.entry-title a {
	color: #E64D2D;
}

.entry-title a:hover{
	color: #0C8A77;
}

button, input[type="button"], input[type="reset"], input[type="submit"], .button, .entry-content .button {
    background-color: #E64D2D;
    border: none;
    color: #fff;
}

button:hover, input:hover[type="button"], input:hover[type="reset"], input:hover[type="submit"], .button a:hover, .entry-content .button a:hover{
    background-color: #0C8A77;
    border: none;
    color: #fff;
}

.menu a:hover {
	color: #E64D2D;
}

.nav-primary {
    border-bottom: double #0C8A77;
    border-top: double #0C8A77;
}

.archive-pagination li a {
    background-color: #0C8A77;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 16px;
    padding: 8px 12px;
}

.archive-pagination li a:hover, .archive-pagination .active a {
    background-color: #E64D2D;
}

/* Tamaños y separaciones */
.entry {
    margin-bottom: 15px;
}

.site-footer, .site-footer a {
    color: #000;
    font-weight: 700;
    padding: 20px 0px;
}

.site-footer a:hover {
    color: #E64D2D;
    font-weight: 700;
    padding: 20px 0px;
}