/******************************************************************
Theme Name: Diaphora
Theme URI: http://www.ub.edu/diaphora
Author: Matilda Interactiva (M!)
Author URI: http://www.matilda-interactiva.com
Version: 1.0
*********************/
@import url(https://fonts.googleapis.com/css?family=Work+Sans:400,700,600);
@import url(https://fonts.googleapis.com/css?family=Cardo:400,400italic,700);
@import url('styles/boots-bones.css');
@font-face {
    font-family: 'diaphora';
    src:    url('fonts/diaphora.eot?tncraw');
    src:    url('fonts/diaphora.eot?tncraw#iefix') format('embedded-opentype'),
        url('fonts/diaphora.ttf?tncraw') format('truetype'),
        url('fonts/diaphora.woff?tncraw') format('woff'),
        url('fonts/diaphora.svg?tncraw#diaphora') format('svg');
    font-weight: normal;
    font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'diaphora' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-menu:before {
    content: "\e900";
}
.icon-quote-right:before {
    content: "\e901";
}
.icon-quote-left:before {
    content: "\e902";
}
.icon-back:before {
    content: "\e919";
}
.icon-arrow2:before {
    content: "\e903";
}
.icon-arrow-right:before {
    content: "\e904";
}
.icon-conferences:before {
    content: "\e905";
}
.icon-workshops:before {
    content: "\e906";
}
.icon-diagram2:before {
    content: "\e907";
}
.icon-login:before {
    content: "\e908";
}
.icon-participants:before {
    content: "\e909";
}
.icon-dash:before {
    content: "\e90a";
}
.icon-arrow-left:before {
    content: "\e90b";
}
.icon-training:before {
    content: "\e90c";
}
.icon-research:before {
    content: "\e90d";
}
.icon-calendar:before {
    content: "\e90e";
}
.icon-college:before {
    content: "\e90f";
}
.icon-search:before {
    content: "\e910";
}
.icon-book-open:before {
    content: "\e911";
}
.icon-link:before {
    content: "\e912";
}
.icon-book:before {
    content: "\e913";
}
.icon-infinit:before {
    content: "\e914";
}
.icon-send:before {
    content: "\e915";
}
.icon-news:before {
    content: "\e916";
}
.icon-diagram:before {
    content: "\e917";
}
.icon-clip:before {
    content: "\e918";
}





/*
Theme Name: diaphora-2016
Theme URI: www.matilda-interactiva.com
Author: matilda-interactiva
Author URI: www.matilda-interactiva.com
Description: Diaphora UB
Version: 1.0
License: GNU General Public License

-------------------------------------------------------------- */
/* Reset
-------------------------------------------------------------- */

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
  font: inherit;
  font-size: 100%;
}
/* HTML5 display-role reset for older browsers */
article,    
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html {
  margin: 0;
  padding: 0;
  font-size: 62.5%;
  /* Corrects text resizing oddly in IE6/7 when body font-size is set using em units http://clagnut.com/blog/348/#c790 */

  -webkit-text-size-adjust: 100%;
  /* Prevents iOS text size adjust after orientation change, without disabling user zoom */

  -ms-text-size-adjust: 100%;
  /* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */

}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-spacing: 0;
  border-collapse: collapse;
}
code,
kbd,
tt,
var {
 font-family: 'Work Sans', sans-serif;
}
abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}
mark,
ins {
  background: #fff9c0;
  text-decoration: none;
}
sup,
sub {
  font-size: 75%;
  height: 0;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  bottom: 1ex;
}
sub {
  top: .5ex;
}
small {
  font-size: 75%;
}
big {
  font-size: 125%;
}
figure {
  margin: 0;
}
table {
  margin: 0 0 1.5em;
  width: 100%;
}
th {
  font-weight: bold;
}
button,
input,
select,
textarea {
  font-size: 100%;
  /* Corrects font size not being inherited in all browsers */

  margin: 0;
  /* Addresses margins set differently in IE6/7, F3/4, S5, Chrome */

  vertical-align: baseline;
  vertical-align: middle;
  /* Improves appearance and consistency in all browsers */

}
button,
input {
  line-height: normal;
  /* Addresses FF3/4 setting line-height using !important in the UA stylesheet */

  overflow: visible;
  /* Corrects inner spacing displayed oddly in IE6/7 */

}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  border: none;
  border-radius: 10px;
  background: #ccc;
  color: rgba(0, 0, 0, 0.8);
  cursor: pointer;
  /* Improves usability and consistency of cursor style between image-type 'input' and others */

  -webkit-appearance: button;
  /* Corrects inability to style clickable 'input' types in iOS */

  font-size: 12px;
  font-size: 1.4rem;
  line-height: 1;
  padding: 1.12em 1.5em 1em;
}
button:hover,
html input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
  -webkit-box-shadow: 0 0 3px rgba(0,0,0,0.5);
  -moz-box-shadow: 0 0 3px rgba(0,0,0,0.5);
  box-shadow: 0 0 3px rgba(0,0,0,0.5);
}
button:focus,
html input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
html input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
  -webkit-box-shadow: 0 0 3px rgba(0,0,0,0.5);
  -moz-box-shadow: 0 0 3px rgba(0,0,0,0.5);
  box-shadow: 0 0 3px rgba(0,0,0,0.5);
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* Addresses box sizing set to content-box in IE8/9 */

  padding: 0;
  /* Addresses excess padding in IE8/9 */

}
input[type="search"] {
  -webkit-appearance: textfield;
  /* Addresses appearance set to searchfield in S5, Chrome */

  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* Addresses box sizing set to border-box in S5, Chrome (include -moz to future-proof) */

  box-sizing: content-box;
}
input[type="search"]::-webkit-search-decoration {
  /* Corrects inner padding displayed oddly in S5, Chrome on OSX */

  -webkit-appearance: none;
}
button::-moz-focus-inner,z
input::-moz-focus-inner {
  /* Corrects inner padding and border displayed oddly in FF3/4 www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ */

  border: 0;
  padding: 0;
}
input[type=text],
input[type=email],
textarea {

  border-radius: 0;
}
input[type=text]:focus,
input[type=email]:focus,
textarea:focus {
  color: #101010;
}

textarea {
  overflow: auto;
  /* Removes default vertical scrollbar in IE6/7/8/9 */

  padding: 10px;
  vertical-align: top;
  /* Improves readability and alignment in all browsers */
  width: 98%;
}
/* styles
-------------------------------------------------------------- */

html{
    font-size: 62.5%;
}
body,
button,
input,
select,
textarea{
  padding: 0;
  margin: 0;
  font-family: 'Work Sans', sans-serif;
  color: #333333;
  background:#f7f7ef;
  font-size: 15px;font-size: 1.5rem;
  line-height: 1.4em;
   -webkit-font-smoothing: antialiased;
   border-top: 20px solid #000000 !important;

}
/* typography
-------------------------------------------------------------- */
/* Headings */
h1,
h2,

h4,
h5,
h6 {
  clear: both;
  font-family: 'Cardo', serif;
  letter-spacing: 0;
}
h1 {
  font-size: 4.4rem;
  font-weight: 700;
  text-align: left;
  line-height:1em;
}
h2 {
  font-size: 28px;
  font-size: 2.8rem;
    line-height:1.1em;
}
h3 {
  font-size: 20px;
  font-size: 2rem;
   font-family: 'Work Sans', sans-serif;
}
h4 {
  font-size: 20px;
  font-size: 2rem;
   font-family: 'Work Sans', sans-serif;
  text-align: left;
  line-height:1em;
  text-transform: uppercase;
}



a h4 {
  text-decoration: underline;
  line-height: 1.2em;
  font-size: 2em;
}

a h4:hover {
  text-decoration:none;

}

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}
/* Text elements */
p {	
  padding-top: 1em;
}
ul,
ol {
  margin: 0;
}
ul {
  list-style: none;
}
ol {
  list-style: decimal;
}
ul ul,
ol ol,
ul ol,
ol ul {
  margin: 0;
}
dt {
  font-weight: bold;
}
dd {
  margin: 0 1.5em 1.5em;
}
b,
strong {
  font-weight: bold;
}
dfn,
cite,
em,
i {
  font-style: italic;
}
blockquote {
  margin: 0 1.5em;
}
address {
  margin: 0 0 1.5em;
}
pre {
  background: #eee;

  font-size: 0.7em;
  line-height: 1.5em;
  margin-bottom: 1.6em;
  padding: 1.6em;
  overflow: auto;
  max-width: 100%;
  box-shadow: 0 3px 5px #ddd inset;
}
/* Links */
a {
  color: #333;
  
  text-decoration: none;
}
a:hover,
a:focus,
a:active {
  color: #023dd1;
}
/* Alignment */
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}
.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}
.aligncenter {
  clear: both;
  display: block;
  margin: 0 auto;
}
.center {
  text-align: center;
}
.group:before,
.group:after {
    content: " ";
    display: table;
}

.group:after {
    clear: both;
}

.group {
    *zoom: 1;
}
.editor-text{
    padding-bottom: 2em;
}
.editor-text p{
    padding: 0 0 .8em; 
}
.editor-text a{
    text-decoration: underline;
}
.editor-text ul{
    margin: 0 0 2em;
}
.editor-text ul li {
    position: relative;
    margin:1em 0;
    display:block;
    padding-left: 2em;
}
.editor-text h1,.editor-text h2,.editor-text h3, .editor-text h4{
    margin: 0 0 .8em;
} 
.editor-text ul li:before{
    position: absolute;
    left: 0;
    top: 0;
    font-family: 'diaphora';
    content:"\e903";
    color: #023dd1;
}
.editor-text ul li ul li:before{
    content:"\2666";
    color: #023dd1;
    font-family: 'Work Sans', sans-serif;
}

/* Structure
-------------------------------------------------------------- */

#content{
    position: relative;
}
.container{
    width: auto;
}
.main  {
    position: relative;
    margin: 0 0 7em;
    background: #fff;
    z-index: 2;
}

.main-fluid {
    max-width: 90%;
    margin-top:0;

}
.the-content a{
    text-decoration: underline;
}
.error-message{
    text-align: center;
}



/* Header
-------------------------------------------------------------- */


.site-header{
    padding: 12px 22px;
}
.site-header .login{
    display: none;
}
.site-header .search{
    display: none;
}
.site-title a{
  font-size: 4em;
  text-align: center;
}


.icon-logo{
    background: rgba(0, 0, 0, 0) url("img/logo-mobile.svg") no-repeat scroll 0 0 / contain ;
    display: block;
    height: 40px;
   text-indent: -9999px;
    width: 198px;
}
.site-title .text{
	display:none;
}
.site-description{
    display: none;
}


/*********************
NAVIGATION STYLES
*********************/



.toggle-menu-principal {
  position: absolute;
  cursor: pointer;
  font-size: 24px;
  font-size: 2.0rem;
  color: #333333;
  z-index: 505;
  font-size: 10px;
  font-size: 2.7rem;
    right: 10px;
    top: 10px;
}


.toggle-menu-principal:hover{
  text-decoration:none;
}
  #menu-top-nav{
	display:none;
  }


header nav {
   font-family: 'Cardo', serif;
   z-index:4;
}
.menu-main-nav-container, .menu-main-container {
  float: right;
 
}

#site-nav-container {
  position: fixed;
  padding-top: 4em;
  background: #f7f7ef;
  border: 1px solid #333;
  list-style: none;
  margin: 0;
  z-index: 500;
  left: 0;
  right: 0;
  bottom: 0;
  top: 20px;
}
.menu-main-menu-container{
    padding-bottom: 2em;
}
.menu-mobile-menu-container a{
    font-size: 1.1em;
}
#menu-item-188 a:before{
    content:"\e910";
    font-family: "diaphora";
    padding-right: .5em;
}
#menu-item-185 a:before{
    content:"\e908";
    font-family: "diaphora";
    padding-right: .5em;
}
#menu-item-587 a:before{
    content:"\e908";
    font-family: "diaphora";
    padding-right: .5em;
}

header nav ul li {
    position: relative;
    text-align:center;
    display:block; 
}
header nav ul li a {
    color:#333333;
    font-size: 20px;font-size: 2rem;
    font-weight: 700;
    padding: .3em 1em;
    display: block;
    font-weight: normal;
    text-transform: lowercase;
}
header nav ul li a:active,.tax-publication-wp #menu-item-229 a, .tax-conference-wp #menu-item-229 a {
  color:#023dd1;
}
header nav ul li a:hover {
  color:#023dd1;
}
header nav ul li.current-menu-parent li a,header nav ul li.current-menu-item li a{
    color: #333;
}
header nav ul li.current-menu-item a,header nav ul li.current-menu-parent a,header nav ul li.current-menu-parent li.current-menu-item a{
    color: #023dd1;
}

header nav ul li ul {
  display: none;
  padding: .4em .4em .6em;
}
header nav ul li.current-menu-item ul{
    display: block;
}
header nav ul li ul li a{
  font-size: 1.1em; 
}

/*results
-------------------------------------------------------------- */
.back{
    position: absolute;
    right: 2em;
    top: 2em;
    text-decoration: none;
    text-transform: uppercase;
}
.back span{
    color:#023dd1;
}
.the-content a.back{
    text-decoration: none;
}
.author-speaker{
    margin: 0 0 2em;
}
.author-speaker .name{
    font-size: 20px;font-size: 2rem;
    font-family: 'Work Sans', sans-serif;
    padding-bottom: 1em;
}
.results-list .item{
    margin: 0 0 1em;
}
.results-list .title, .results-list .items-list, .results-list .items-list li{
    display: inline;
}
.results-list .items-list li:before{
    /* content:","; */
}
.results-list .items-list li.category:before{
    content:"";
}
.results-list .items-list li.category{
    font-style: italic;
}
.results-list .title{
    font-size: 15px;font-size: 1.5rem;
    display: inline;
}


/*custom-posts
-------------------------------------------------------------- */
.page-title{
    font-size: 2.8rem;
    line-height: 1.1em;
    text-align: center;
    font-weight: normal;
    padding-left: 2em;
    padding-right: 2em;
}

/* events
-------------------------------------------------------------- */
.single-event .date,.single-event .notes,.single-event p{
    margin: 0 0 2em;
}
.single-event .data p{
    margin: 0;
    padding: 0;
}
.single-event .data div{
    margin: 0 0 2em;
}
.single-event .data strong{
    font-weight: normal;
}
.single-event .data span{
    display: block;
}
.single-event .event-categories li{
    margin: 0;
    padding: 0;
}
.single-event .event-categories li:before{
    content:"";
}
.p-events .next-event{
    background: #333333;
    color: #fff;
    padding: 1em 5%;
}
.p-events .next-event ul.events-list li{
    /* padding-left: 0; */
    line-height: 1.8em;
}
.p-events .next-event ul.events-list li:before{
    /* content: ""; */
    color: #fff;
}
.p-events .next-event a{
    color: #fff;
}
.p-events .all-events{
    padding: 1.2em 9%;
    padding-bottom: 4em;
}
.p-events .next-event .heading{
    background-image:url(img/dash-white.svg);
}
.p-events .past-eventos-mod{
    padding-top: 2em;
}
.p-events .past-eventos-mod .mod-subtitle{
    text-align: center;
}
.p-events .no-events{
    text-align: center;
    padding-top: 1em;
}
.p-events .events-list{
    max-width: 25em;
    margin: 0 auto;
}
.em-calendar a{
    display: inline-block;
    -webkit-border-radius: 1em;
    -moz-border-radius: 1em;
    border-radius: 1em;
    background: #023dd1;
    width: 2em;
    height: 2em;
    text-align: center;
    color: #fff;
    text-decoration: none;
    
}
.em-calendar td{
    padding: .3em 0;
    text-align: center;
    line-height: 2em;
    font-size: 1.2em;
}
.em-calendar .month_name{
    text-transform: uppercase;
    font-size: 22px; font-size: 2.2rem;
    text-align: center;
    font-family: 'Cardo', serif;
}
.em-calendar .days-names{
    text-transform: uppercase;
    font-size: 18px; font-size: 1.8rem;
    padding-top: 1em;
    padding-bottom: 1em;
    font-family: 'Cardo', serif;
}
table.em-calendar {
    max-width: 580px;
    margin: 0 auto;
}
.em-calnav-next:after{
    position: absolute;
    left: .2em;
    top: 0;
    font-family: "diaphora";
    content:"\e904";
    color : #023dd1;
}
.em-calnav-prev:before{
    position: absolute;
    right: .2em;
    top: 0;
    font-family: "diaphora";
    content:"\e90b";
    color : #023dd1;
}
.em-calendar a.em-calnav{
    position: relative;
    background: #f7f7ef;
    color: #f7f7ef;
    font-size: 1.2em;
}

/*people
-------------------------------------------------------------- */
.single-member .label{
    margin: 0;
}
.single-member .heading{
    text-align: left;
    background: none;
    padding-bottom: 0;
    padding-top: 0;
    
}
.single-member .page-title{
    text-align: left;
    padding: 0;
}
.single-member .heading .image{
    position: relative;
    margin-bottom: 1em;
    min-height: 80px;
}
.single-member .heading .image img{
    position: relative;
    width: 50%;
    max-width: 156px;
    height: auto;
}
.single-member .heading .heading-icon{
    position: absolute;
    left: 0;
    bottom: 0;
}

/*workpackages
-------------------------------------------------------------- */
.p-workpackages .intro{
    padding-bottom: 2em;
}
.p-workpackages .description{
    margin: 0 0 3em 0;
}
.p-workpackages .intro-wp{
    margin: 0 0 3em;
    font-weight: bold;
}
.p-workpackages .title{
    background: url(img/dash.svg) no-repeat bottom center;
    text-align: center;
    padding-bottom: 1.3em;
}


/* Single posts
-------------------------------------------------------------- */  




/* Pagination */
#pagination {
  margin-bottom: 40px;
  width: 100%;
}
#pagination .past-page {
  float: right;
  width: 49%;
  text-align:right;
}
#pagination .next-page {
  float: left;
  width: 50%;
  border-right: 1px solid #ccc;
  height: 200px;
}
.next-page a, .past-page a {
  font-size: 2em;
  font-family: 'Cardo', serif;
  font-weight: 400;
  font-style: italic;
  padding: 10%;
}




/* Misc & mixens
-------------------------------------------------------------- */
 .landing-items {width:100%; padding-left:auto; overflow: hidden; padding-top:0; padding-bottom:15%;}
    .landing-items-4-col {width:100%;overflow: hidden; padding-top:0; padding-bottom:0;} 


.hide-text {
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}
.clear {
  clear: both;
}
/* clear floats */
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

html[xmlns] .clearfix {
  display: block;
}
* html .clearfix {
  height: 1%;
}

/* menu-social
-------------------------------------------------------------- */
#social {
	position:absolute;
	top:-5px;
	left:98%;
	width:auto;
height:33px;
margin:0px 0px 40px 0px;
padding: 0px;}

#social a.facebook {
display:block;
float:right;
height:32px;
width:33px;
margin:0px;
text-indent:-9999px;
background-image:url('img/social-2.png');
background-position:0px -1px;
}

#social a.twitter {
display:block;
float:left;
height:29px;
width:28px;
margin-left:8px;
text-indent:-9999px;
background-image:url('img/social-2.png');
background-position:-37px -4px;
}

#social a.instagram{
display:block;
float:left;
height:32px;
width:32px;
margin-left:8px;
text-indent:-9999px;
background-image:url('img/social-2.png');
background-position:-68px -1px;
}

/*-----------------------------home-----------------------------*/



.the-content{
    position: static;
    padding:3.2em 9%;
    margin-bottom:3%;
}
.bloc-wrap .the-content{
    padding-top: 0;
}
.mod-abstract{
    position: relative;
    /*padding: 2.9em 7% 3.2em;*/
    padding: 3.9em 9% 4.2em;
}

 .quote-left:before {
    position: absolute;
    top:20px;
    left:20px;
      content: "\e902";
    font-family: 'diaphora';
    font-size: 2em;
    color: #023dd1 !important;
   
    }
 .quote-right:before {
    position: absolute;
    bottom:20px;
    right:20px;
    content: "\e901";
    font-family: 'diaphora';
    font-size: 2em;
    color: #023dd1 !important;
    float:right;
    
    }

h2.bigger {
  font-size: 32px;
  font-size: 3.2rem;
  margin-bottom: 2%;

}
p.cols {
    font-size: 14px;
    font-size: 1.4rem;    
    line-height: 1.6;
   padding-top:0;
   margin-bottom:0;
    text-align: left;
}

.two-columns {
    
    -webkit-column-count: 1; /* Chrome, Safari, Opera */
    -moz-column-count: 1; /* Firefox */
    column-count: 1;  
   
    
}

.two-columns-rule {
    
    -webkit-column-count: 1; /* Chrome, Safari, Opera */
    -moz-column-count: 1; /* Firefox */
    column-count: 1;
      
    
    -webkit-column-rule: none; /* Chrome, Safari, Opera */
    -moz-column-rule: none; /* Firefox */
    column-rule:none; 
}



 

.bloc-wrap{
  margin-bottom:3%;
  padding: 0 5% 20px 5%;
  overflow:hidden;

}

.bloc{
  margin-top:3%;
  padding: 0 5% 3em 5%;
}
.bloc-news,.bloc-events{
    text-align: left;
}


.blue{
    border: 2px solid #023dd1;
}



.heading{
    background: url(img/dash.svg) no-repeat bottom center;
    text-align: center;
    padding-bottom: 3em;
}
.heading .heading-icon{
    font-size: 40px; font-size: 4rem;
    margin: 0 0 .3em;
}


.p-home ul li {
  position: relative;
  margin:2em 0;
  display:block;
  font-family: 'Work Sans', sans-serif !important;
}
.bloc-organizations li,.bloc-institutions li {
    text-align: center;
}
.bloc-organizations li .image,.bloc-institutions li .image {
    text-align: center;
    padding: 0em 0 1em;
}

/*-----------------------------events------------------------------*/
ul.events-list li .title{
    font-size: 15px;font-size: 1.5rem;
}
ul.events-list li {
    position: relative;
    margin:1em 0;
    display:block;
    padding-left: 2em;
}
 
ul.events-list li:before{
    position: absolute;
    left: 0;
    top: 0;
    font-family: 'diaphora';
    content:"\e903";
    color: #023dd1;
}
.p-events .bloc-wrap{
    padding: 0;
}
.p-events .date{
    text-align: center;
}
.p-events .data .date{
    text-align: left;
}
.single-event .data div.location{
    margin-bottom: 3em;
}
.single-event .event-categories a{
    text-decoration: none;
    cursor: default;
}
.single-event .event-categories a:hover{
    color  : #333;
}

/*-----------------------------results------------------------------*/


.results-left{
  margin: 3% 20px 3% 0;
  padding: 0 5% 20px 5%;
  width: auto;
  display:block;
  
}

.results-right{
  margin: 3% 0 3% 0;
  padding: 0 5% 20px 5%;
  width: auto;
  display:block;

}


/*-----------------------------links------------------------------*/


.heading{
    padding-top: 2em;
}
.p-links .bloc{
    padding-bottom: 1em;
    padding-top: 0;
}
.blue.p-links .separador{
    top: 11em;
    bottom: 1.8em;
    background: #333;
    width: 1px;
}
/*-----------------------------results------------------------------*/
.terms-list {
    margin: 0 0 2em;
}
.terms-list .item{
    padding: 0 0 .5em;
}
.p-results .bloc .heading,
.p-objectives .bloc .heading,
.p-people .heading,
.p-news .heading,
.p-links .heading,
.p-contact .heading,
.p-events .bloc .heading{
    padding-bottom: 2em;
    margin-bottom: 2em;
}
/*-----------------------------news------------------------------*/
.p-news .news-list li{
    padding: 0 0 1em;
}
.p-news .news-list p{
    padding: 0;
}
.p-news .post-meta{
    padding-top: 1em;
}
/*-----------------------------people------------------------------*/
.people-list{
    text-align: center;
}
.people-list li {
    margin:.5em 0 2em;
    display:block;
}
.people-list li a{
    text-decoration: none;
}

.people-list li .name:before{
    display: inline-block;
    font-family: 'diaphora';
    content:"\e903";
    color: #023dd1;
}
.people-list li p{
    margin: 0;
    line-height: 1.4em;
    padding-top: .4em;
}
/*-----------------------------news------------------------------*/

}
.news-list li {
    margin:.5em 0;
    display:block;
}
.news-list li a{
    text-decoration: none;
}

.news-list li .name:before{
    display: inline-block;
    font-family: 'diaphora';
    content:"\e903";
    color: #023dd1;
}
.news-list li p{
    margin: 0;
    line-height: 1.4em;
    padding-top: .4em;
}

/*-----------------------------search i login ------------------------------*/
#searchform,#smartPWLogin{
    display: inline-block;
    padding: 30px 0;
}
.search-form-container,.login-container{
    text-align: center;
    margin: 0 0 2em;
}
.search-form-container input, .login-container input{
    border-top: 1px solid #333 !important;
    width: 200px;
}
.search-form-container input[type="submit"]:hover, .login-container input[type="submit"]:hover{
    background-color: #0e3698;
}
.search-form-container input:focus, .login-container input:focus{
    border-color: #333;
}
.search-form-results header{
    margin: 0;
    padding: 2em 0 0;
}
.search-results .search-form-container{
    margin: 3em 0 0;
}
.search-form-results{
    margin: 0 0 2em;
}
#post-not-found{
    text-align: center;
}

/*-----------------------------events------------------------------*/
.p-home ul li .title{
    font-size: 15px;font-size: 1.5rem;
}
.p-home ul li a img{
  margin-top:10px;
}
.p-home li:before{
    font-family: 'diaphora';
    color:#023dd1 !important;
    
}



.blog-title{
float:left;
display: block;
}


/*-----------------------------contacto-----------------------------*/

.p-contact .address{
    margin:  0 0 3em;
}
.p-contact .the-content{
    padding-top: 0;
}



.form{
	width:100%;
	margin: 0 auto;
}


/*form*/


/* CF7 your name field */
.wpcf7-form-control-wrap.your-name input {
	 width: 49.25%;
	 margin-right:1.5%;
}
/* CF7 your email field */
.wpcf7-form-control-wrap.tel-401 input {
  float:right;
  width: 49.25%;

}
/* CF7 your email field */
.wpcf7-form-control-wrap.your-email input {

  width: 100%;
}

  

  
  
  
.wpcf7 input[type=text],
input[type=email], input[type=tel]{background-color:#f3f5f8;border:0;outline:0;box-shadow:none;letter-spacing:.075em;}
textarea{background-color:#f3f5f8;border:0;outline:0;box-shadow:none;letter-spacing:.075em;padding:15px 20px;height:15.5em;width:100%}
textarea:active,input:focus,textarea:focus{box-shadow:none;outline:0;border-color:#f0f0f0}

input{height:auto;font-size:12px;padding:12px 20px;margin-bottom:10px;border: 1px solid #333;-webkit-appearance: none;
   -moz-appearance:    none;
   appearance:         none;}


input[type="submit"] {
  text-transform: uppercase;
  letter-spacing: .20em;
  background-color: #333;
  border-radius: 0; 
  border: 2px solid transparent;
  color: rgba(250, 250, 250, 0.8);
  cursor: pointer;
  -webkit-appearance: button;
  font-size: 14px;
  font-size: 1.4rem;
   line-height: 1.4;
  padding: 10px 20px;
}



.wpcf7-submit {
text-transform: uppercase;
  color: #fff;
  letter-spacing: .20em;
  
  background-color: #333;
    touch-action: manipulation;
    border: 2px solid transparent;
  white-space: nowrap;
  padding: 12px 40px;
  font-size: 14px;
  line-height: 1.2;
  border-radius: 0;
}

.wpcf7-submit:hover, .wpcf7-submit:focus, .wpcf7-submit:active {
  border: 2px solid #333;
  color: #333;
  background-color: transparent;
}
.wpcf7-submit:active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,0.125);
  box-shadow: inset 0 3px 5px rgba(0,0,0,0.125);
}


/*-----------------------------google-maps-----------------------------*/


#map{
    height:16em;
	width:100%;
	margin: 0;
}
          

    .gm-style-iw * {
        display: block;
        width: auto;
	overflow: hidden;
    }
    .gm-style-iw h4, .gm-style-iw p {
        margin: 0;
        padding: 0;
        line-height: 1.2em;
    }
   .gm-style-iw a {
  color: #333;
  font-size: 12px;
}
    .gm-style-iw h4, .gm-style-iw p {
  margin: 0;
  padding: 0;
  font-size: 14px;
}


.contact-text {
  width: 100%;
  margin: 0 auto;
  border-top: 1px solid #989898;
}
/*------------------------individual reasearch projects---------------------*/
.p-ir-projects .author-speaker{
    position: relative;
}
.p-ir-projects .author-speaker h2.name{
    text-align: left;
    padding-left: 2em;
}
.p-ir-projects .author-speaker h2.name:before {
    position: absolute;
    left: 0;
    top: 0;
    font-family: 'diaphora';
    content: "\e903";
    color: #023dd1;
    margin-right: .5em;
}
.p-ir-projects .author-speaker h3{
    font-size: 18px; font-size: 1.8rem;
    text-transform: uppercase;
    margin: 0;
}
.p-ir-projects .author-speaker h4{
    font-size: 15px; font-size: 1.5rem;
    text-transform: none;
    margin: 1em 0 0 0;
}
.p-ir-projects .author-speaker .description{
    margin: 0 0 1em;
}
.p-ir-projects .author-speaker .description p{
    padding: 0 0 1em;
}
.p-ir-projects .author-speaker .results-list .name{
    font-size: 15px; font-size: 1.5rem;
    text-align: left;
    width: auto;
    padding: 0;
    display: inline-block;
    vertical-align: bottom;
    width: 12em;
}
.p-ir-projects .author-speaker .results-list .image{
    display: inline-block;
    vertical-align: bottom;
    width: 100px;
    margin-right: .4em;
}
.p-ir-projects .author-speaker .results-list .image img{
    width: 100%;
    height: auto;
}
.p-ir-projects .author-speaker .researcher, .p-ir-projects .author-speaker .supervisor{
    display: inline-block;
    vertical-align: bottom;
    margin-right: 1em;
}
.p-ir-projects .author-speaker .researcher, .p-ir-projects .author-speaker .supervisors{
    display: inline-block;
}
.p-ir-projects .author-speaker .researcher, .p-ir-projects .author-speaker .supervisor, .p-ir-projects .author-speaker .phd-programme, .p-ir-projects .author-speaker .host-institution{
    margin-bottom:1em;
}
 .p-ir-projects .author-speaker .phd-programme p, .p-ir-projects .author-speaker .host-institution p{
    padding: 0;
 }

/*------------------------footer---------------------*/
.site-footer {
    margin-bottom:20px;
    background-color: #000000;
    position: relative;
    padding: 2.5em 0 1em;
} 
.site-footer p {
   color: #ffffff;
   display: inline;
   font-size: 1rem;
}
.site-footer a{
    color: #fff;
}
.site-footer a:hover{
    text-decoration: underline;
}
.box{
    text-align: center;
    color:#ffffff;
}
.site-footer .menu1,.site-footer .menu2{
    display: none;
}
.site-footer .box{
    padding: .5em 0;
}
.site-footer .box li{
    list-style: none;
}

     .site-footer .box.funding{
        padding-right:2%;
        display:none;
    }


/* plugin cookies */
.cookies-es{
  display: none;
}
.es .cookies-es{
  display: block;
}
.es .cookies-en{
  display: none;
}
.cdp-cookies-alerta .cdp-cookies-texto{
  text-align: center;
  line-height: 1.1;
  padding: 10px;
}
.cdp-cookies-alerta.cdp-cookies-tema-blanco{
	background: #fffff5;
}
.cdp-cookies-alerta .cdp-cookies-texto h4{
	color: #333 !important;
	font-size: 14px;font-size: 1.4rem;
	line-height: 1.1;
	font-family: 'Work Sans', sans-serif;
	display: inline;
}
.cdp-cookies-alerta.cdp-cookies-tema-blanco .cdp-cookies-texto p,.cdp-cookies-alerta.cdp-cookies-tema-blanco a{
	color: #333 !important;
	font-size: 14px;font-size: 1.4rem;
	line-height: 1.4;
	font-family: 'Work Sans', sans-serif;
    text-align: center;
    width: auto;
}
.cdp-cookies-alerta.cdp-cookies-tema-blanco .cdp-cookies-texto a:hover, .cdp-cookies-alerta.cdp-cookies-tema-blanco .cdp-cookies-texto a:active, .cdp-cookies-alerta.cdp-cookies-tema-blanco .cdp-cookies-texto a:visited,.cdp-cookies-alerta .cdp-cookies-texto a,.cdp-cookies-alerta.cdp-cookies-tema-blanco .cdp-cookies-texto a{
	color: #333 !important;
	text-decoration: underline;
	line-height: 1.3;
	font-family: 'Work Sans', sans-serif;
}
.cdp-cookies-alerta.cdp-cookies-tema-blanco a.cdp-cookies-boton-cerrar,html .cdp-cookies-alerta.cdp-cookies-tema-blanco a.cdp-cookies-boton-cerrar{
    background: #fff;
    border: 0;
    color: #333 !important;
    background: transparent !important;
    font-size: 14px;font-size: 1.4rem;
    padding: 0 .5em;
    position: relative;
    z-index: 9;
    cursor: pointer;
    text-transform: capitalize !important;
    display: inline-block;
    text-shadow: none;
    
}
.cdp-cookies-alerta.cdp-cookies-tema-blanco .cdp-cookies-texto a:hover{
	background:#fff !important;
}
.cdp-cookies-layout-ventana.cdp-cookies-pos-inferior{
  bottom: 0px;
}

/* plugin UPLOAD FILES */
#user-files a[title~="Edit"]{
    display: none
}
#user-files a[title~="Share"]{
    display: none
}
.upload-docs .nm-prefix .navbar-default {
    display: none;
}
.upload-docs .nm-prefix .form-control {
    height: auto;
    padding: 10px 18px;
    font-size: 16px;
    line-height: 1.429;
    color: #023dd1;
    background-color: #fff;
    background-image: none;
    border: 1px solid #023dd1 !important;
    border-radius: 0;
    -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
    -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.upload-docs .popup__body, .upload-docs .js-img {
    display: none;
}

.upload-docs .nm-prefix .breadcrumb {
    display: none;
}
.upload-docs .nm-prefix .toolbar.pull-right {
    display: none;
}
.upload-docs .editor-text {
    background: #edede3;
    font-size: 0.9em;
    line-height: 1.5em;
    margin: 1.6em 0.1em;
    padding: 1em;
    overflow: hidden;
    box-shadow: none;
    border: 1px solid #999;
    text-align: center;
}
.upload-docs .row-title {
    font-family: 'Cardo', serif;
    font-size: 18px; font-size: 1.8rem;
}
.upload-docs .nm-prefix .ng-scope {
    display: block;
}
.upload-docs .file_upload_button .btn {
    cursor: pointer;
    display: block;
    position: relative;
    overflow: hidden;
    margin: 21px;
    width: auto;
}
.upload-docs .nm-prefix .btn-success {
    color: #fff;
    background-color: #023dd1;
    border-color: #023dd1;
}
.upload-docs .nm-prefix .btn-success:hover {
    color: #fff;
    background-color: #000;
    border-color: #000;
}
.upload-docs .nm-prefix .btn-success:active, .upload-docs .nm-prefix .btn-success.active, .upload-docs .nm-prefix .open > .dropdown-toggle.btn-success {
    color: #fff;
    background-color:#023dd1;
    border-color: #023dd1;
}

.upload-docs .nm-prefix .btn-success:active:hover, .upload-docs .nm-prefix .btn-success.active:hover, .upload-docs .nm-prefix .open > .dropdown-toggle.btn-success:hover, .upload-docs .nm-prefix .btn-success:active:focus, .upload-docs .nm-prefix .btn-success.active:focus, .upload-docs .nm-prefix .open > .dropdown-toggle.btn-success:focus, .upload-docs .nm-prefix .btn-success.focus:active, .upload-docs .nm-prefix .btn-success.active.focus, .upload-docs .nm-prefix .open > .dropdown-toggle.btn-success.focus {
    color: #fff;
    background-color: #666;
    border-color: #666;
}

.upload-docs .file_upload_button .btn input { 
}
.upload-docs .nm-prefix .progress-bar {
    float: left;
    width: 0;
    height: 100%;
    font-size: 19px;
    line-height: 32px;
    color: #fff;
    text-align: center;
    background-color: #023dd1;
}
.upload-docs .nm-prefix .progress {
    height: 36px;
    margin-bottom: 20px;
    overflow: hidden;
    background-color: #f5f5f5;
    border-radius: 4px;
}
.upload-docs .nm-prefix textarea, .upload-docs .nm-prefix input, .upload-docs .nm-prefix select, .upload-docs .nm-prefix button {
    padding: 0;
    margin: 0;
    color: #333333;
    background: #f7f7ef;
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 1.4em;
    border-top: none !important;
}
.upload-docs .file_upload_button .btn input {
    top: 0;
    right: 0;
    z-index: 2;
    position: absolute;
    font-size: 40px;
    width: 100%;
    height: 50px;
}
.upload-docs .block-ui-container{
    z-index: -9999999;
}
.upload-docs .nm-prefix .btn {
    display: block;
    padding: 6px 18px;
    margin-bottom: 0;
    font-size: 19px;
    font-weight: normal;
    line-height: 2.429;
}
.upload-docs .nm-prefix .ng-scope .thumb {
    display: block;
    padding: 6px 2px;
    margin-bottom: 0;
    line-height: 10px;
    height: 20px;
}
.upload-docs .nm-prefix .ng-scope {
    display: block;
    /*height: 120px;*/
}

.upload-docs .nm-prefix .file_upload_button {
    height: auto;
    margin: 0em 0 0em;
}
.upload-docs .nm-prefix #nm_file_list {
    width: auto;
    height: auto;
    margin: 15px;
}
.upload-docs .nm-prefix .thumbnail {
    display: block;
    padding: 4px;
    margin-bottom: 5em;
    border: 0;
    background: none;
}
/*
.upload-docs .file-type-icon::before {
    position: absolute;
    width: 33px;
    height: 38px;
    left: 0;
    top: -7px;
    content: '';
    border: solid 2px #023dd1;
}
.upload-docs .file-type-icon .fileCorner {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 11px 0 0 11px;
    border-color: white transparent transparent #023dd1;
    position: absolute;
    top: -7px;
    left: 22px;
}

.upload-docs .nm-prefix .thumbnail {
    display: block;
    padding: 13px;
    margin-bottom: 32px;
    line-height: 1.42857143;
    background-color: #f8f8f2;
    border: 1px solid #023dd1;
    border-radius: 0;
    -webkit-transition: border 0.2s ease-in-out;
    -o-transition: border 0.2s ease-in-out;
    transition: border 0.2s ease-in-out;
}
*/
.upload-docs .ui-widget-content {
    background: none;
    display: none;
}
.upload-docs .nm-prefix .btn-primary{
    color: #fff;
    background-color: #023dd1;
    border-color: #023dd1;
}
.upload-docs .nm-prefix .btn-primary:hover {
    color: #fff;
    background-color: #000;
    border-color: #000;
}
/*

.upload-docs .ui-widget-header {
    border: 0;
    background: none;
}
.upload-docs .ui-tabs .ui-tabs-nav li {
    list-style: none;
    position: relative;
    top: 0;
    margin: 1px .2em 0 0;
    text-align: center;
    width: 100%;
}
.upload-docs .ui-tabs .ui-tabs-nav li a {
    font-family: 'Cardo', serif;
    letter-spacing: 0;
    text-align: center;
    font-size: 25px;
    float: none;
}
.upload-docs .ui-state-active,.upload-docs .ui-widget-content .ui-state-active,.upload-docs .ui-widget-header .ui-state-active {
    border: 0;
    background: none;
}
*/
.upload-docs .editor-text ul li::before {
    display: none;
}
.upload-docs #container_buttons .btn_center a {
    width: 50%;
    margin: 0 auto;
}
.upload-docs #container_buttons a.button {
    text-decoration: none;
    padding: 0em 0 2.5em;
}
.upload-docs  #container_buttons .fa.fa-upload.fonticons {
    font-size: 20px;
    margin: 2px;
    position: absolute;
    top: 2em;
}
.upload-docs  #container_buttons em {
    font-size: 20px;
    margin: 2px;
    top: 2em;
}
.upload-docs .nm-prefix .row .ng-scope {
    display: none;
}
.upload-docs .ui-widget-content #form-save-new-file {
    display: none;
}
.upload-docs .filemanager-breadcrumbs {
    background-color: #000;
    font-size: 16px;
    padding: 10px 10px 0px;
    color: #fff;
    margin-bottom: auto;
    text-align: center;
}
.upload-docs .filemanager-breadcrumbs a {
    padding: 5px;
    color: #fff;
    text-decoration: none;
}
.upload-docs i.fa.fa-file-pdf-o.fonticonfiles {
    font-size: 28px;
    color: #023dd1;
    padding: 12px 20px;
}
.upload-docs i.fa.fa-file-pdf-o.fonticonfiles:hover {
    color: #000;
}
.upload-docs table.dataTable.display tbody tr.odd > .sorting_1, table.dataTable.order-column.stripe tbody tr.odd > .sorting_1, .upload-docs table.dataTable.stripe tbody tr.odd,.upload-docs table.dataTable.display tbody tr.odd, .upload-docs table.dataTable.display tbody tr.even > .sorting_1, table.dataTable.order-column.stripe tbody tr.even > .sorting_1, .upload-docs table.dataTable tbody tr {
    background-color: #f7f7ef;
}
.upload-docs table.dataTable.hover tbody tr:hover, .upload-docs table.dataTable.display tbody tr:hover {
    background-color: #dfdfd0;
}
.upload-docs #user-files_wrapper #user-files_length select, .upload-docs #user-files_wrapper #user-files_filter input {
    border: 1px solid #000000 !important;
}
.upload-docs table.dataTable thead .sorting {
    background-image: url("img/sort_both.png");
}
.upload-docs table td {
    vertical-align: middle;
    text-align: center;
}
.upload-docs table td:nth-of-type(2),.upload-docs table th:nth-of-type(2){
    text-align: left;
}

/* #Media Queries
================================================== */

 
/*
LARGER MOBILE DEVICES
This is for devices like the Galaxy Note or something that's
larger than an iPhone but smaller than a tablet. Let's call them
tweeners.
*********************/
@media only screen and (min-width: 481px) {
    /* Structure
    -------------------------------------------------------------- */
    .page-container{
        padding: 0;
        margin: 40px 10% 0;
    }
   
  
}

/*********************
TABLET & SMALLER LAPTOPS
This is the average viewing window. So Desktops, Laptops, and
in general anyone not viewing on a mobile device. Here's where
you can add resource intensive styles.
*********************/
@media only screen and (min-width: 746px) {
    /* Structure
    -------------------------------------------------------------- */
    .main{
        
        margin: 0 auto 8em;
        max-width: 1000px;
        position: relative;
    }
    .single .main{
        margin: 0 auto 8em;
        max-width: 1020px;
        position: relative;
    }
   
    .page-container{
        padding: 0;
        margin: 40px 100px 0;
    }
   
    
    
    /* Header
    -------------------------------------------------------------- */
    
    
    
    .icon-logo {
        background-image:url("img/logo.svg");
        height: 63px;
        width: 221px;
    }
    
    .site-header{
        padding: 1em 0 1.8em;
    }
    
    
    
    .site-header #brand h1{
        display: inline-block;
        font-size: 1em;
        padding-left: 9em;
    }
    #masthead .site-description{
        color: #333333;
        font-weight: 400;
        font-size:14px; font-size: 1.4rem;
        font-family: 'Work Sans', sans-serif;
        line-height: 1.3em;
        width: 330px;
        display: inline-block;
        padding: .8em 0 0 1.4em;
        top: 0.4em;
        position: relative;
        text-transform: none;
    }
   
    

    #site-nav-container{
        padding-top: 7em;
    }
    header nav ul li a{
        padding: .8em 2em;
    }
    
	

/*-----------------------------home-----------------------------*/
    .header{
        padding: 2em 0 3em;
    }
    .bloc .heading{
        padding:3em 0;
    }
    .quote-left:before {
        top:1em;
        left:1em;
    }
    .quote-right:before {
        bottom:1em;
        right:1em;
    }
.two-columns {
    
    -webkit-column-count: 2; /* Chrome, Safari, Opera */
    -moz-column-count: 2; /* Firefox */
    column-count: 2;
    -webkit-column-gap: 40px; /* Chrome, Safari, Opera */
    -moz-column-gap: 40px; /* Firefox */
     column-gap: 40px;
    
    -webkit-column-gap: 4rem; /* Chrome, Safari, Opera */
    -moz-column-gap: 4rem; /* Firefox */
    column-gap: 4rem;
   
}

.two-columns-rule {
    -webkit-column-count: 2; /* Chrome, Safari, Opera */
    -moz-column-count: 2; /* Firefox */
    column-count: 2;
    -webkit-column-gap: 40px; /* Chrome, Safari, Opera */
    -moz-column-gap: 40px; /* Firefox */
     column-gap: 40px;
    
    -webkit-column-gap: 4rem; /* Chrome, Safari, Opera */
    -moz-column-gap: 4rem; /* Firefox */
    column-gap: 4rem;
     
   -webkit-column-rule: 0.2rem solid rgb(2, 61, 209)  ; /* Chrome, Safari, Opera */
    -moz-column-rule: 0.2rem solid rgb(2, 61, 209)  ; /* Firefox */
    column-rule: 0.2rem solid rgb(2, 61, 209)  ;
 
  
}



    
    .the-content{
        padding:5.4em 7% 6%;
    }
    .mod-abstract{
        padding: 4em 13%;
    }
    .bloc-news ul,.bloc-events ul{
        margin-left: 2em;
        margin-right: 2em;
    }

    

/*-----------------------------results------------------------------*/

.bloc-wrap{
  margin-bottom:3%;
  padding: 0;
  width:100%;
}

.results-left{
  margin: 3% 20px 3% 0;
  padding: 0 5% 20px 5%;
  width: 40%;
  display:inline-block;
  text-align: right;
  float:left; 
}

.results-right{
  margin: 3% 0 3% 0;
  padding: 0 5% 20px 5%;
  width: 55%;
  display:inline-block;
  float:left;
}
/*-----------------------------results------------------------------*/

p.cols {
    font-size: 14px;
    font-size: 1.4rem;    
    line-height: 1.6;
   padding-top:0;
   margin-bottom:0;
    text-align: left;
    line-height: 2.7rem;
}

.three-columns {
    
    -webkit-column-count: 1; /* Chrome, Safari, Opera */
    -moz-column-count: 1; /* Firefox */
     column-count: 1;  
     margin: 20px;
     margin: 2rem;
    
}

.three-columns-rule {   
    -webkit-column-count: 1; /* Chrome, Safari, Opera */
    -moz-column-count: 1; /* Firefox */
    column-count: 1;   
    margin: 20px;
    margin: 2rem;
    -webkit-column-rule: none; /* Chrome, Safari, Opera */
    -moz-column-rule: none; /* Firefox */
    column-rule:none; 
}


    
    /* Single posts
    -------------------------------------------------------------- */
    
    
    .section-title{
        margin: 0 0 1.5em;
    }
    .section{
        margin: 0 0 3em;
    }
    .column1{
        float: left;
        width:45%;
        margin-right: 5%;
    }
    .column2{
        float: right;
        width:45%;
    }
    
    #map {
        height: 24em;
    }
    
   


    /* Misc & mixens
    -------------------------------------------------------------- */
  
    .site-footer {
    }
        
    
    .site-footer p{
        font-size: .9em;
	font-size: 18px;
	font-size: 1.8rem;	
        
        
        display: inline;
    }
 

    


/*-----------------------------footer-----------------------------*/
  
    
    
}

/*********************
DESKTOP
This is the average viewing window. So Desktops, Laptops, and
in general anyone not viewing on a mobile device. Here's where
you can add resource intensive styles.
*********************/
@media only screen and (min-width: 1008px) {
  
  
    .main{
            width: 80%;
     }
       
    .container {
      position: relative;
      margin: 0 auto;
      padding: 0;
    }
        
    .main-fluid {
        width: 98%;
        padding: 0 0 2em;
        max-width: 1180px;    
    }
    .site-header.main-fluid,.site-header.main-fluid .container{
        max-width: none;
    }

    
    /*  page links
    -------------------------------------------------------------- */
  



    
    /* header
    -------------------------------------------------------------- */
    

  
    header {
    padding: 20px 0;
    background: transparent;
    margin: 0 auto 3% auto;
    }
    .site-header{
        padding: 2.3em 0 0;
    }
    .site-header #brand{
        text-align: center;
    }
    .site-header .login{
        position: absolute;
        top:1em;
        left: 2%;
        display: block;
    }
    .site-header .login a:hover{
        cursor:pointer;
    }
    .site-header .login .login-focus:focus {
       outline: 0; 
    }
    .site-header .login .login-focus {
       width: 100px;
       height: 200px;
       display: block;
    }
    /*.site-header .login .login-focus:focus + .login-box{
       height: 65px;
       padding: 20px;
       border: 2px solid #023dd1;
       overflow: visible;
    }*/
     .site-header .login .login-focus:hover + .login-box{
       height: 65px;
       padding: 20px;
       border: 2px solid #023dd1;
       overflow: visible;
    }
    .site-header .login .login-box:hover{
       height: 65px;
       padding: 20px;
       border: 2px solid #023dd1;
       overflow: visible;
    }
    .site-header .login .login-box{
        position: absolute;
        top: 4em;
        left: -10px;
        width: 207px;
        background: #f7f7ef;
        z-index: 9999;
        height: 0;
        overflow: hidden;
        transition: all 0.2s ease; 
    }
    .site-header .login a:before{
        content:"\e908";
        font-family: "diaphora";        
        font-size: 35px; font-size: 3.5rem;
        padding-right: .3em;
    }
    .site-header .login .login-1 a:before, .site-header .login .login-2 a:before{
        content:"\e908";
        font-family: "diaphora";        
        font-size: 15px; font-size: 1.5rem;
        padding-right: .3em;
    }
    .site-header .login .login-1, .site-header .login .login-2 {
        padding: 0.4em 0.2em;
    }
     .site-header .login-box:after{
        content: "";
        position: absolute;
        width: 0;
        height: 0;
        border-width: 8px;
        border-style: solid;
        border-color: transparent transparent #023dd1 transparent;
        top: -17px;
        left: 20px;
    }
    .site-header .login .text,.site-header .search .text{
        vertical-align: top;
    }
    .site-header .search{
        position: absolute;
        top:1em;
        right: 2%;
        display: block;
    }
    .site-header .search a:after{
        content:"\e910";
        font-family: "diaphora";
        font-size: 35px; font-size: 3.5rem;
        padding-left: .3em;
    }

    
    
    
    
   /*********************
  NAVIGATION STYLES
  *********************/
  #toggle-menu-principal{
    display: none;
  }
  
 
  #site-nav-container {
        position: static;
        display: block;
        background: none;
        float: none;
        margin: 0;
        padding: 0;
        width: auto;
        border: none;
        left: auto;
        right: auto;
        top: auto;
        bottom: auto;
        text-align: center;
        padding-top: 3em;
    }
    #menu-mobile-menu{
        display: none;
    }
    


 /* responsive menu
    -------------------------------------------------------------- */
    
    header nav ul li.current-menu-parent ul,header nav ul li.current-menu-item ul{
        display: block;        
    }
    header nav ul li ul{
        padding-top: 0.9em;
        position: absolute;
        right: 0;
        left: 2em;
    }
    header nav ul li{
        position: static;
        float: none;
        display: inline-block;
        vertical-align: top;
        margin: 0;
        border-bottom: none;
        text-align:center;
    }
    header nav ul li a{
        padding: 0 .7em;
    }
    
    header nav ul li ul li a{
        font-size: 18px;font-size: 1.8rem;
    }
    header nav ul li#menu-item-70 ul{
        padding-right: 27em;
    }
    
    
    /* home */
    .mod-abstract{
        padding: 4em 14% 4.6em;
    }
    .quote-left:before {
        top:1.5em;
        left:1.5em;
    }
    .quote-right:before {
        bottom:1.5em;
        right:1.5em;
    }
    .bloc-wrap{
      padding: 0;
    }
    .bloc .heading{
        padding:0 0 3em;
    }
    
    .bloc{
        position: relative;
        margin: 0 20px 0 0;
        padding: 2.4em 4.5% 3em 4.5%;
        width: 38.15%;
        display:inline-block;
        float:left;
        min-height: 250px;
    }
    .bloc-wrap.blue{
        position: relative;
    }
    .blue .separador{
        position: absolute;
        top: 8em;
        bottom: 4.8em;
        left: 50%;
        width: 1px;
        background: #023dd1;
    }
    
    .last{
        margin-right:0;    
    }
    
    .p-links ul li {
        position: relative;
        margin:4% 0 4% 0;
        display:block;
        text-align: left; 
     
    }
    
    



    /*-----------------------------footer-----------------------------*/

    
    .site-footer {
      margin: 0 auto 20px;
      position: static;
    }
    .site-footer .container{
        width: 90%;
        display: table;
    }
    
    .site-footer .box{
        display: table-cell;
        margin-top: 25px;	
        width: 28%;
        padding-right:0;
        text-align: left;
        font-size: 13px;font-size: 1.3rem;
        vertical-align: middle;
	}
    .site-footer .box.copyright{
        width: 26%;
        font-family: 'Cardo', serif;
        font-size: 15px;font-size: 1.5rem;
    }
    .site-footer .box.copyright .copy{
        display: block;
    }
    .site-footer .box.copyright .name-foot{
        font-size: 3.2rem;
        line-height: 1.5em;
     }
    .site-footer .box.menu1,.site-footer .box.menu2{
        width: 23.4%;
        font-family: 'Cardo', serif;
        font-size: 18px;font-size: 1.8rem;
        padding-right:0;
        line-height: 1.7em;
        letter-spacing: 0.08em;
        text-align: center;
    }
    .site-footer .box.funding{
        padding-right:2%;
        display:none;
    }
    .site-footer .box.copyright .europa-logo {
        background: url(img/europa.png) no-repeat;
        width: 250px;
        height: 48px;
        margin: 10px 0 0;
    }
     .site-footer .box.copyright .europa-logo2 {
        background: url(img/europa-3.png) no-repeat;
        width: 90px;
        height: 60px;
        margin: 10px 0 0;
    }
    .site-footer .box.call li, .site-footer .box.copyright li{
        list-style: none;
    }
    .site-footer .box.call{
        text-align: right;
    }
    
    
    
    
    /*-----------------------------events------------------------------*/
    .single-event .notes{
        width: 40%;
        padding-left: 5%;
        float: left;
    }
    .single-event .data{
        width: 40%;
        padding-right: 5%;
        float: right;
    }
    .single-event .date{
        margin-bottom: 4em;
    }
    .p-events .calendar-container{
        display: table;
        width: 99.8%;
        margin: 0 0 1.6em;
    }
    .p-events .next-event{
        display: table-cell;
        width: 28%;
       
        padding: 2.5em 4.5%;
        vertical-align: top;
    }    
    .p-events .all-events{
        display: table-cell;
        width: 70%;
        vertical-align: top;
    }
    
    .p-events .next-event, .p-events .bloc{
        width: 33%;
    }
    
    /*-----------------------------contacto-----------------------------*/

    .page-contact.post{
    
    }
    
    .p-contact .address{
         width: 40%;
        padding-left: 5%;
        float: left;
        
    }
      #map{
        width: 40%;
        padding-right: 5%;
        float: right;
    }
    
    /*-----------------------------objectives-----------------------------*/

    .p-objectives .bloc-wrap,.p-results .bloc-wrap,.p-events .bloc-wrap{
        display: table;
        border-spacing: 1.5em;
        border-collapse: separate;
        margin-top: -1.5em;
        margin-left: -2%;
        width: 104%;
    }
    .p-objectives .bloc,.p-results .bloc,.p-events .bloc{
      display: table-cell;
      vertical-align: top;
      float: none;
    }
    /*-----------------------------people-----------------------------*/
    .single-member .heading .image{
        position: relative;
        min-height: 80px;
    }
    .single-member .heading .heading-icon{
        position: absolute;
        right: 0;
        bottom: 0;
    }
    .single-member .heading{
        width: 33%;
        float: left;
        text-align: right;
    }
    .single-member .items-list{
        float: right;
        width: 60%;
        margin-top: 5.8em;
    }
    .single-member .items-list li{
        padding-bottom: 1em;
    }
    .single-member .page-title{
        text-align: right;
    }
    .people-list ul,.news-list ul{
        float: left;
        width: 50%;
        margin-bottom: 1em;
    }
    .p-people.blue .separador,.p-news.blue .separador{
        top: 11em;
        bottom: 1.8em; 
    }
    /*-----------------------------news-----------------------------*/
    .p-news .news-list ul li{
        padding: 0 5em 1em 2em
    }
    .p-news .news-list ul:nth-child(2) li{
        padding: 0 2em 1em 5em
    }
    .p-news .editor-text{
        padding: .5em 5% 2em;
    }
    /*-----------------------------governance work packages-----------------------------*/
    .p-governance .editor-text{
        -webkit-column-count: 2; /* Chrome, Safari, Opera */
        -moz-column-count: 2; /* Firefox */
        column-count: 2;
        -webkit-column-gap: 70px; /* Chrome, Safari, Opera */
        -moz-column-gap: 70px; /* Firefox */
         column-gap: 70px;
        
        -webkit-column-gap: 7rem; /* Chrome, Safari, Opera */
        -moz-column-gap: 7rem; /* Firefox */
        column-gap: 7rem;   
    }
    .p-workpackages .description{
        width: 30%;
        margin: 0 5% 2em 0;
        float: left;
    }
    .p-workpackages .description-wp6,.p-workpackages .description-wp3,.p-workpackages .description-wp9{
        margin-right: 0;
    }
    .p-workpackages .description-wp4,.p-workpackages .description-wp7{
        clear: left;
    }
    .p-workpackages .intro-wp{
        clear: both;
        text-align: center;
    }
    
    
    
    /*---------------------------- plugin --------------------------------*/
    
    .upload-docs .filemanager-breadcrumbs {
        text-align: left;
        margin-bottom: 21px;
    }
    .upload-docs .editor-text {
        margin: 1.6em;
        padding: 2.6em;
    }
    
    
    
}






@media only screen and (min-width: 1200px) {
    
    /* home */
    .mod-abstract{
        /*padding: 4em 18% 4.6em;*/
        padding: 6em 14% 7.6em;
    }
    .site-header .login,.site-header .search{
        top: 7em;
    }
   /*-----------------------------results-----------------------------*/
    .author-speaker{
        display: table;
    }
    .author-speaker .name,.author-speaker .results-list{
        display: table-cell;
        vertical-align: top;
    }
    .author-speaker .name{
        width: 35%;
        padding-right: 5%;
        text-align: right;
    }
    .author-speaker .results-list{
        width: 60%;
    }
    
    
    
}




@media only screen and (min-width: 1281px){
.container {
    max-width: 1280px;
}





header {
  padding: 20px 0;
  background: transparent;
  margin: 0 auto 1.5% auto;
}  



@media only screen and (min-width: 1500px) {
	
	
}


@media print {
  /******************************************************************
  This is the print stylesheet. There's probably not a lot
  of reasons to edit this stylesheet. If you want to
  though, go for it.
  
  ******************************************************************/
  * {
    background: transparent !important;
    color: black !important;
    text-shadow: none !important;
    filter: none !important;
    -ms-filter: none !important; }

  a {
    color: #444 !important;
    text-decoration: underline; }
    a:after {
      content: " (" attr(href) ")"; }
    a abbr[title]:after {
      content: " (" attr(title) ")"; }

  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: ""; }

  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }

  thead {
    display: table-header-group; }

  tr, img {
    page-break-inside: avoid; }

  img {
    max-width: 100% !important; }

  @page {
    margin: 0.5cm; }
  p, h2, h3 {
    orphans: 3;
    widows: 3; }

  h2,
  h3 {
    page-break-after: avoid; }

  .sidebar,
  .page-navigation,
  .wp-prev-next,
  .respond-form,
  nav {
    display: none; }
}

