/*
 Theme Name:     Technology Research Center Sub Sites Theme
 Theme URI:      http://trc.utu.fi
 Description:    Theme for the subsites of Technology Research Center of University of Turku, child theme of Ink
 Author:         Timo Korkalainen
 Author URI:     http://timokorkalainen.net
 Template:       hayden
 Version:        1.0.0
*/

@import url("../hayden/style.css");
@import url("./foundation-icons/foundation-icons.css");
@import url("../trc/staff-styles.css");
@import url("../trc/publication-styles.css");

/* =Theme customization starts here
-------------------------------------------------------------- */

.logo {
    display: inline;
    left: -160px;
    margin: 0;
    position: absolute;
    top: -16px;
}

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

#logo {
  position: relative;
  left: 0px !important;
}

.box .inside {
  background-color: rgba(0,0,0,0.25);
}

.top .surround {
  background-color: rgba(0,194,223,0.5);
}

.posts .date  {
  border-radius: 0 !important;
  width: 80px !important;
  height: 80px !important;
}

.posts .date .day {
  padding-top: 18px !important;
}

a.flex-prev, a.flex-next, .page_item .children, .flex-control-nav li a {
  border-radius: 0 !important;
}

.page_item .children {
  background-color: rgba(0,194,223,0.75) !important;
}

.thumbs img {
  display: inline;
}

html.touch .thumbs .title {
  opacity: 0.2 !important;
}

.store-link {
    display: inline-block;
    height: 45px;
    width: 50%;
}

.store-link:last-child {
   text-align: right;
}

.store-link img {
    display: inline;
    vertical-align: middle;
}

#filterNav {
  display: none;
}

/*#featuredPages, #homeContent, #testimonials {
  background-color: #f1f1f1;
}*/

#homeContent {
  padding: 0 !important;
}

.home #wrap {
  padding-top: 0 !important;
}

#homeContent.homeSection, #projects {
  padding: 45px 0 30px !important;
}

#mainNav ul a {
  color: rgba(255, 255, 255, 0.75) !important;
}

#mainNav ul ul li a {
  color: rgba(255, 255, 255, 0.8) !important;
}


#testimonials .sectionHead {
  display: none;
}

#content .flexslider {
  margin: 0 !important;
}

.testimonial .right {
    padding-top: 5px;
    text-align: center;
    width: 100%;
}

.post .inside div.meta {
  display: none
}

.skillList {
  display: none;
}

#content a[target="_blank"]:not(.store-link):after {
	font-family: "foundation-icons";
	content: " \f188";
	font-size: 1em;
}

.sf-menu ul li {
    width: 140px !important;
}

.sf-menu ul {
    width: 160px !important;
}

#featuredPages .small{
	display: initial !important;
}


.home .project.small{
	display: inline !important;
}



.project.small, .isotope-item{
	display: inline;
	visibility: visible;
}
