@charset "utf-8";

/* Spain Style Overrides */

/*  ======= TABLE OF CONTENTS ======= 
=====================================
	
	1.0 General Body
	1.1 Header
	1.2 Body Content
	1.3 Widgets
	1.4 Footer

=====================================
*/

/* =====================================
==================> 1.0 GENERAL BODY ==
====================================== */

/* == Font Overrides == */
*:not(i), #et-menu, #et-navigation > ul > li > a, #et-menu li {
	
}

/* Primary Menu Overrides */
#et-menu li a,
#et-menu li > ul li a {
	
}

/* Fix Searchbar text */
#et-info .search-form .search-field {
	font-size:0.75em;
	width:190px;
}


/* =====================================
==================> 1.1 HEADER ========
====================================== */

/* Remove Dropdown arrows in Regions menu */
#menu-region-select-large-spanish .menu-item-has-children > a:first-child:after { 
	display:none; 
}


/* =====================================
============> 1.2 BODY CONTENT ========
====================================== */

/* Fix workshop button hover issues */
.id_register p .et_pb_button_1 {
	background:#00C222 !important;
	border:0 !important;
	padding-top:5px !important;
	padding-bottom:5px !important;
}

.but_wksp_reg {
	border:0 !important;
	padding-top:5px !important;
	padding-bottom:5px !important;
}

.pecs-online-reg-button-overide {	
	color:#fff !important;
}

.but_wksp_reg:hover,
.id_register p a:hover {
	background:#0D35AB !important;
	border:0 !important;
	padding-top:5px !important;
	padding-bottom:5px !important;
}

.but_wksp_reg:hover:after {
	color:#fff !important;
	font-size:18px !important;
}


/* =====================================
=================> 1.3 WIDGETS ========
====================================== */

/* Shrink Research menu links to fit one line */
.research-link a, .research-link a:visited {
	font-size:14px !important;
}

/* =====================================
==================> 1.4 FOOTER ========
====================================== */

/* Fix widget spacing for multilingual text 
.textwidget {
	padding:20px 0;
}*/

/* Fix Newsletter button */
.footer-newsletter input[type=button] {
	font-size:0.80em !important;
	text-align:center;
}