﻿/*
 Theme Name:   GeneratePress Child
 Theme URI:    http://generatepress.com
 Description:  Default GeneratePress child theme
 Author:       Thomas Usborne
 Author URI:   http://edge22.com
 Template:     generatepress
 Version:      0.1
 Tags: two-columns, three-columns, one-column, right-sidebar, left-sidebar, fluid-layout, responsive-layout, custom-header, custom-background, custom-menu, custom-colors, sticky-post, threaded-comments, translation-ready, featured-images, theme-options, light, white, dark, black, blue, brown, gray, green, orange, pink, purple, red, silver, tan, yellow
*/

/* ## Modificamos ancho caja sub-menu.
-------------------------------------- */
.main-navigation ul ul {
    width: 290px;
}

/* ## Personalizamos Widget sidebar, fondo verde al titulo.
---------------------------------------------------------- */
.widget-title {
    background-color: #00895a;
    margin: -40px -40px 20px;
    padding: 3px;
    text-align:center;
}

/* ## Al personalizar Widget también se nos ha personalizado el footer, quitamos fondo verde del título.
------------------------------------------------------------------------------------------------------- */
.footer-widgets .widget-title {
    background-color: #efefef;   
}

/* ## Video home
---------------- */
video.bgVideoHome {
    max-width: 100%;
    padding-top: 25px;
    display: block;
    margin-left: auto;
    margin-right: auto;	
}

/* ## Quitamos cuadro azul que se crea al pinchar en el enlace del logo y English version
---------------------------------------------------------------------------------------- */
map area:focus {
    outline: 0;
}