@charset "UTF-8";
/* ARETE CSS
T4 Media ID: 472435
arete-custom.css
19 Dec 12H
*/



/* LOGO */
/* enlarge the size when page first loads */
#header .header-inner #logo a > img, 
#header #header-wrap #logo a > img {
    height: 120px;
}

/* reduce the size when scrolling */
#header.header-sticky.sticky-active .header-inner #logo a > img
{
    height: 80px;
}


/* mobile view */
@media (max-width: 991px) {
	#header .header-inner #logo a > img, 
	#header #header-wrap #logo a > img {
		height: 78px;
	}
}






/* Main Menu: Increase font size */
#mainMenu nav > ul > li > a {
    font-size: 14px;
}





/* HOMEPAGE */

/* home slider */
.inspiro-slider .slide-captions h1 {
    font-size: 40px;
    font-weight: 700;
    line-height: 47px;
    margin-bottom: 30px;
    color: #fff;
}





/* GENERAL SUBPAGES */

/* page title */
@media (min-width: 992px) {
	#header[data-transparent="true"] + #page-title {
		top: -222px;
		margin-bottom: -292px;
		position: relative;
		padding: 220px 0 160px 0;
	}
}


.single-post .post-item .post-item-description p {
    color: #565656;
}









/* TEAM */

/*  */


section {
    padding: 20px 0;
}


section#people-portfolio {
    padding: 0px 0;
}



/* Give each item a min-height, keeps them aligning left */
.portfolio-item-wrap {
	min-height: 400px;
}




.team-members .team-member .team-desc h3 {
    font-size: 20px !important;
    line-height: 22px !important;
    margin-bottom: 0 !important;
	
}

.team-members.team-members-circle .team-member .team-image img {
    border-radius: 50% !important;
}



.single-post .post-item .post-item-description .team-desc {
    line-height: 20px;
}



.team-members .team-member .team-desc span {
	display: block;	
	
	font-size: 18px;
    line-height: 20px;
}




	@media (min-width:768px){
			.team-members .team-member {
				margin-bottom: 10px;
				min-height: 250px
			}
	}


.team-desc .heading-text  {
    margin-bottom: 10px;
}




/* GENERAL PAGES */

/*  */

/*  remove the 100/auto rule for regular inline images */
.single-post .post-item .post-item-description img {
	width: inherit;
	height: inherit;
}

/*  add it back again for images within 'cards' */
.single-post .post-item .post-item-description .card img {
	width: 100%;
	height: auto;
}



/* push lists in from the left  */
.single-post .post-item .post-item-description ul {
	margin-left: 15px;
	font-size: 16px;
}








/* PARTNERS */

/*  */

.arete-partner  {
    margin-bottom: 10px;
}




/* News*/

/* News Index */

.news-item-card {
	
	margin-bottom: 20px !important;
}






/* FOOTER */
footer .copyright-content {
	line-height: 19px;
}



.social-icons.social-icons-colored .social-researchgate a,
.social-icons.social-icons-colored-hover .social-researchgate a:hover {
    background-color: #5bc9bb;
}