/**
* Theme Name: Eurofaro Theme
* Theme URI: http://www.trending-consulting.es
* Author: Trending Consulting
* Author URI: http://www.trending-consulting.es/
* Description: Tema personalizado y diseñado para Eurofaro, optimizado para el SEO y Responsive.
* Template: emmet-lite
* Version: 1.0.0
* License: GNU General Public License v2 or later
* License URI: http://www.gnu.org/licenses/gpl-2.0.html
* Tags: green,one-column,two-columns,right-sidebar,responsive-layout,buddypress,custom-colors,custom-menu,featured-images,full-width-template,post-formats,theme-options,translation-ready
* Text Domain: emmet-lite
* Domain Path: /languages/
*/

/** GENERAL **/

h4 {
	text-transform: none;
}

a:hover {
	text-decoration: none;
}

/** TITLE **/

.site-title {
	color: #3475a3;
}

/** MENU **/

.sf-menu > li > a {
    color: #4f4f4f;
    padding: 8px 0;
}
.sf-menu a {
    text-decoration: none;
	font-weight: 400;
	font-size: 18px;
	text-transform:none;
}
.sf-menu a:hover {
	color: #3475a3 !important;
	border-bottom: 4px double #3475a3;
}
.sf-menu > li.menu-item-object-custom.current-menu-item.current > a, .sf-menu > li.current_page_item > a, .sf-menu > li.current-menu-item > a, .sf-menu > li:hover > a {
	border-bottom: 4px double #3475a3;
}
.sf-menu > li.menu-item-object-custom.current-menu-item > a {
	border-bottom:none;
}

/** SIDEBAR **/

.widget h3 {
    border-bottom: 4px double #3475a3;
    border-top: 4px double #3475a3;
    font-size: 24px;
    margin: 5px 0 40px;
    padding: 10px;
    text-transform: none;
}

.widget li {
    font-size: 20px;
    margin: 0 0 40px;
}

#menu-menu-sidebar a:hover{
    border-bottom: 4px double #3475a3;
}

/** CONTACT FORM **/

span.wpcf7-form-control-wrap {
    display: inline-block;
    position: relative;
}
.wpcf7-submit {
	display:block;
	width: 100%;
}

/** BANNERS HOME **/
.recuadro {border: 4px solid rgb(52, 117, 163);