/* Escribe aquí tu código CSS */

/*Cambiar opacidad imágenes home background*/
.image-section {
background: -moz-linear-gradient(top, rgba(0,0,0,0.46) 0%, rgba(0,0,0,0) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(0,0,0,0.46) 0%,rgba(0,0,0,0) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(0,0,0,0.46) 0%,rgba(0,0,0,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#75000000', endColorstr='#00000000',GradientType=0 ); /* IE6-9 */
  display: table;
	overflow: hidden;
	table-layout: fixed;
	width: 100%;
}

/*Quitar copiright*/
.site-footer p {
      display: none;
}

/*Ancho de página*/
.full-width-content .content  {
    padding: 0px 0px 50px;
}

/*Color background header*/
.site-header {
    background-color: #8d7455;
}

/*Color background footer*/
.site-footer {
    background-color: #000000;
}

/*Color del href*/
a {
    color: #b9a48d;
}

/*Color botón*/
button, input[type="button"], input[type="reset"], input[type="submit"], .button, .widget .button {
    background-color: #e3ca9c;
    border: 2px solid #e3ca9c;
}

/*Color del hover a del menú footer*/
.site-footer a:focus, .site-footer a:hover {
    color: #b4a28f;
}

/*Negrita Menú*/
.genesis-nav-menu > .menu-item > a {
    font-weight: bold;
}

/*Padding pagina portfolio*/
.vp-portfolio.vp-portfolio__ready {
    padding: 30px;
}

/*Quitar "Written by" en post*/
p.entry-meta {
    display: none;
}

/*Color botones portfolio "Ideas 10"*/
.vp-filter__style-default .vp-filter__item.vp-filter__item-active>* {
    border: 1px solid #e3ca9c !important;
    background-color: #e3ca9c !important;
}

/*Color href en home "Bodas civiles" y "Presentación de Empresas"*/
.image-section a:focus, .image-section a:hover, .image-section .featured-content .entry-title a:focus, .image-section .featured-content .entry-title a:hover {
    color: #e3ca9c;
}

/*Color background footer. Se aprecia en instagram feed */
.footer-widgets {
    background-color: #e3ca9c;
}
