@charset "UTF-8";
/*
Theme Name: Enfold Child
Description: A <a href='http://codex.wordpress.org/Child_Themes'>Child Theme</a> for the Enfold Wordpress Theme. If you plan to do a lot of file modifications we recommend to use this Theme instead of the original Theme. Updating wil be much easier then.
Version: 1.0
Author: Kriesi
Author URI: http://www.kriesi.at
Template: enfold
*/
/*
 *
 * Modifications to basic Enfold code
 *
 */
/*
 *
 * Research Section CSS
 *
 */
/* line 8, sass/_research.scss */
* {
  box-sizing: border-box;
  text-ren­der­ing: op­ti­mizeLeg­i­bil­ity;
}

/* line 13, sass/_research.scss */
.research-item-box {
  height: 240px;
  width: 230px;
  float: left;
  clear: right;
  position: relative;
  border: 1px solid #ccc;
  margin: 0px 2.5%;
  margin-bottom: 5%;
  text-align: center;
  overflow: none;
  display: block;
}

/* line 26, sass/_research.scss */
.research-title {
  padding: 10px;
  text-align: left;
  border: 1px solid #ccc;
  width: 100%;
  height: 25%;
}

/* line 34, sass/_research.scss */
.research-image {
  width: 100%;
  height: 75%;
}

/* line 39, sass/_research.scss */
.research-image img {
  width: 100%;
  height: 100%;
  overflow: hidden;
  -webkit-transition: all 300ms ease-out;
  -moz-transition: all 300ms ease-out;
  -o-transition: all 300ms ease-out;
  -ms-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
}

/* Caption Overlays */
/* line 51, sass/_research.scss */
.research-item-box .captionOverlay {
  position: absolute;
  bottom: 0%;
  left: 0;
  right: 0;
  background-color: #ffffff;
  overflow: hidden;
  width: 100%;
  height: 0px;
  transition: .5s ease;
}

/* line 63, sass/_research.scss */
.research-item-box:hover .captionOverlay {
  bottom: 0;
  width: 100%;
  height: 100%;
}

/* line 69, sass/_research.scss */
.overlayText {
  color: black;
  position: absolute;
  overflow: hidden;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

/* line 79, sass/_research.scss */
.clickForMoreInfo {
  position: absolute;
  padding: 10px;
  bottom: 0;
  right: 0;
  background-color: black;
  color: white;
}

/*
 *
 * Publication Section CSS
 *
 */
/* line 13, sass/_publications.scss */
.publication-item {
  clear: right;
  height: 240px;
  width: 230px;
  float: left;
  position: relative;
  border: 1px solid #ccc;
  margin: 0px 2.5%;
  margin-bottom: 5%;
}

/* line 23, sass/_publications.scss */
.publication-body {
  padding-left: 7.5%;
  padding-right: 12%;
  position: relative;
  height: 80%;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* line 31, sass/_publications.scss */
.publication-heading h3 {
  padding-left: 7.5%;
  padding-right: 12%;
  padding-top: 5%;
  font-size: 1.0rem;
}

/* line 37, sass/_publications.scss */
.publication-publisher h4 {
  padding-left: 7.5%;
  padding-right: 12%;
  font-size: 0.75rem;
  color: #43778D;
}

/* line 43, sass/_publications.scss */
.publication-blurb {
  padding-left: 7.5%;
  padding-right: 12%;
  padding-bottom: 25%;
}

/* line 48, sass/_publications.scss */
.publication-link {
  position: absolute;
  right: 0;
  bottom: 0;
  background-color: #E8AB31;
  padding: 2%;
  font-size: 1.3rem;
}
/* line 55, sass/_publications.scss */
.publication-link a, .publication-link a:hover {
  color: white;
}

/* line 60, sass/_publications.scss */
.publication-contributing-authors {
  clear: both;
  height: 20%;
  width: 100%;
  overflow: hidden;
  padding-left: 7.5%;
  font-size: 10px;
  border: 1px solid #ccc;
}

/* line 19, sass/style.scss */
.container_wrap {
  border-top: none !important;
}

/* line 20, sass/style.scss */
.logo {
  display: none;
}

/* line 21, sass/style.scss */
.breadcrumb-trail {
  display: none !important;
}

/* line 22, sass/style.scss */
.main-title {
  display: none !important;
}

/* line 23, sass/style.scss */
#menu-item-search {
  display: none;
}

/* Make content div's take up 100% of current view. */
/* line 26, sass/style.scss */
#research, #publications, #contact {
  min-height: 100vh;
}

/* Change color of highlighted text. */
/* line 29, sass/style.scss */
::selection {
  background-color: #B1D7FE;
  color: #000000;
}

/* line 34, sass/style.scss */
a:hover {
  text-decoration: none;
}

/* line 38, sass/style.scss */
.image-overlay {
  display: none !important;
}

/* Adjust padding on the horizontal lines throughout the design. */
/* line 44, sass/style.scss */
#contact .hr {
  margin: 0px 0px 0px;
}

/* line 48, sass/style.scss */
#contact .p {
  font-size: 2.5rem;
}

/* line 52, sass/style.scss */
#publications .hr {
  margin-bottom: 10px;
  margin-top: 10px;
}

/* line 57, sass/style.scss */
.nav-button-wrap {
  float: right;
  width: 100px;
}
/* line 59, sass/style.scss */
.nav-button-wrap button {
  background-color: white;
  border-radius: 4px;
  width: 50%;
  height: 100%;
}

@media all and (max-width: 1000px) {
  /* line 70, sass/style.scss */
  #research h1, #publications h1 {
    font-size: 25px;
  }
  /* line 73, sass/style.scss */
  #research h3, #publications h3 {
    font-size: 14px;
  }
}
@media only screen and (min-width: 768px) {
  /* Add vertical separators only in desktop version. */
  /* line 81, sass/style.scss */
  .av_one_third {
    height: 80vh;
    border-right: 2px #000 solid;
    border-color: #000000 !important;
    padding-right: 10px;
  }

  /* line 88, sass/style.scss */
  #about .av_two_fifth {
    border-color: #ffffff !important;
    margin: 0 !important;
  }

  /* line 93, sass/style.scss */
  #about .av_three_fifth {
    padding-left: 50px;
    margin: 0;
  }
}
/* line 100, sass/style.scss */
.avia-icon-list h4 {
  text-transform: none;
}
