/*
 Parent Theme:   Melos
 Theme URI:    http://zisc.ethz.ch
 Description:  Melos Child Theme
 Author:       Claudio Marforio
 Author URI:   http://sound-proof.ch
 Template:     melos
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  melos
*/

body {
	color: #1e1e1e;
	overflow-x: hidden;
}

p {
    color: #1e1e1e;
}

article a:hover {
    color: #1EAAF1;
    text-decoration: underline;
}

#main {
    max-width: 100%;
    overflow-x: hidden;
}

#logo h1 {
    font-size: 30px;
}

#logo img {
    max-height: 90px;
}

#slider .rslides, #slider .rslides1 ul {
	width: 80%;
}

#intro {
	background: #eee;
    display: none;
}

#intro .page-title {
	color: #1e1e1e;
}

#intro #breadcrumbs {
	color: #1e1e1e;
}

.widget a {
	color: #1EAAF1;
}

.widget a:hover {
	color: #1eaaf1;
    text-decoration: underline;
}

.widget li a:hover {
    color: #1eaaf1;
    text-decoration: underline;
}

a.themebutton {
    color: #FFF;
}

a.themebutton:hover {
    color: #FFF;
    text-decoration: none;
}

img.member-picture {
    width: 4.5em;
    height: 4.5em;
    border-radius: 100%;
    background: #fff;
    margin: 0.2em 0.5em 0.2em;
    vertical-align: middle;
}

div.member {
    width: 250px;
    float: left;
}

article.post-24 {
    overflow:auto;
}

.imgWrap {
    float: left;
    position: relative;
    height: 120px;
    width: 120px;
    margin-bottom: 5px;
    margin-right: 5px;
}

.imgDescription {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(29, 106, 154, 0.72);
    color: #fff;
    visibility: hidden;
    opacity: 0;
    height: 120px;
    width: 120px;
    text-align: center;
    vertical-align: middle;

    -webkit-transition: visibility opacity 0.2s;
}

.imgDescription .small {
    font-size: 12px;
}

.imgWrap:hover .imgDescription {
    visibility: visible;
    opacity: 1;
}

/* Partners page */

.partner {
	clear: left;
}

.partner img {
    width: 120px;
    background: #fff;
    border-color: #aaa #ccc #ddd #bbb;
    border-style: solid;
    border-width: 1px;
    padding: 2px;
    vertical-align: middle;
}

.partner a {
    float: left;
    display: inline-block;
    border-color: #ddd #bbb #aaa #ccc;
    border-style: solid;
    border-width: 1px;
    background: #eee;
    padding: 2px;
    margin-right: 10px;
    margin-bottom: 5px;
}

/* Projects page */

.project {
    overflow: auto;
    clear: both;
    margin-bottom: 20px;
}

.project img {
    overflow: auto;
    margin: 0 20px 10px 0;
}

/* Remove author name from news */

.entry-meta .author {
    display: none;
}

/* Homepage Logos */

.hoverbox {
	list-style: none;
	overflow: auto;
	text-align: center;
}

.hoverbox img {
	background: #fff;
	border-color: #aaa #ccc #ddd #bbb;
	border-style: solid;
	border-width: 1px;
	padding: 2px;
	vertical-align: middle;
	width: 120px;
	height: 90px;
}

.hoverbox li {
	border-color: #ddd #bbb #aaa #ccc;
	border-style: solid;
	border-width: 1px;
	background: #eee;
	display: inline-block;
	margin: 5px;
	padding: 2px;
}

.hoverbox li a {
	padding: 0px;
}

/* QEM on the home-page */

.homeevents h2 {
	font-size: 14px;
}
/*.homeevents .qem-icon {
        display: none;
}
*/
.homeevents .qem-small {
        margin-left: 0px;
}
.homeevents .qem-small h3 {
        font-size: 14px;
	clear: none;
}
.homeevents .qem p.desc {
	font-size: 14px !important;
	font-weight: normal !important;
}
.homeevents .qem-small p.readmore {
	display: none;
}
.homeevents .qem-small h3.qem_title {
	margin-bottom: 0px;
}
