/**
 * @file
 * Visual styles for CaTech's node component.
 */

.page__body {
  width: 100%;
  float: left;
  clear:both;
}
.page__search-icon {
  text-align: center;
  width: 100%;
  height: auto;
  font-size: 10em;
}
.main-container .search_btn {
  display: none;
}
.photo-teaser .field-item {
  display: inline-block;
  float: left;
  margin-right: .5%;
  margin-bottom: .5%;
  margin-left: .5%;
  margin-top: .5%;
  position: relative;
}
.page-photo .photo-teaser .field-item {
  width: 24%;
  display: inline-block;
}
.front .photo-teaser .field-item {
  width: 24%;
  display: inline-block;
}
.front .photo-teaser .field-item  img{
  width: 100%;
}
.page--video_block {
  margin-top: 2em;
}
.content-type, .content-type a  {
  color: #98050c;
  font-weight: bold;
}
.front .views-row.views-row-last {
  border: none;
}
.more_image {
  position: absolute;
  right: 15px;
  bottom: 5px;
  color: white;
  font-size: 2.5em;
}
.field.field-name-body {
  width: 100%;
  float: left;
  margin-top: 10px;
  padding-bottom: 10px;
}

.page__member-info {
  display: block;
  float: left;
  margin-right: 15px;
}
.main-container.container {
  margin-top: -2px;
}
.youtube-container--responsive {
  margin-bottom: .5em;
  text-align: center;
}
.image_resource {
  text-align: center;
  position: relative;
  margin-bottom: 10px;
}
.page__video-thumb {
  height: 165px;
  overflow: hidden;
  display: block;
}
.pager {
  width: 100%;
  clear: both;
}
.playing {
  position: absolute;
  top: 0;
  background: #98050c;
  color: white;
  padding: 1px 5px;
  font-weight: bold;
  font-size: 10px;
}
.event_link a {
  display: inline-block;
  float: left;
  margin-right: 10px;
  padding: 5px;
  background: #edb700;
  border: 1px solid;
  border-color: #d4a300;
  background-image: linear-gradient(#ffc707, #edb700 45%, #edb700);
  background-repeat: no-repeat;
  box-shadow: 0px 1px 0px rgba(255, 255, 255, 0.2) inset;
  border-radius: 4px;
  color: #000;
  font-weight: normal;
}
.event_link a:hover {
  color: #fff;
  text-decoration: none;
}
.event_link span.file img {
  float: left;
}
.field.field-name-field-event-more-image {
  width: 100%;
  float: left;
  margin: 1em 0;
  clear: both;
}
blockquote.image-field-caption {
  margin: 0;
  padding: 5px 0;
}
.more_info {
  float: right;
  clear: both;
}
.field.field-name-node-link {
  display: block;
  width: 100%;
  margin: 5px 0;
  padding: 5px;
}
.image_caption {
  margin: 5px 0;
  width: 100%;
  clear: both;
  display: block;
}
span.youtube-container--responsive {
  display: block;
  width: 100%;
}
.well.group-event {
  float: left;
  width: 100%;
}
.region-content .img-responsive {
  display: inline-block;
}
/* ---------- E-Alert  ----------- */
.e-alert-field-group-fieldset {
  display: inline-block;
  width: 100%;
  clear: both;
  margin: 1em 0;
}
/* ---------- Glyphicon  ----------- */
.glyphicon-time:before {
  background-image: url("../../images/icons/time.png");
  background-size: 16px 16px;
  display: inline-block;
  width: 16px; 
  height: 16px;
  content:"";
}
.glyphicon-calendar:before {
  background-image: url("../../images/icons/calendar_icon.png");
  background-size: 16px 16px;
  display: inline-block;
  width: 16px; 
  height: 16px;
  content:"";
}

@media (min-width: 768px) { 
  .member-photo {
    height: 275px;
  }
}
@media (max-width: 767px) { 
  .page-photo .more_image {
    font-size: 1.5em;
	right: 5px;
    bottom: 2px;
  }
  .page__video-thumb {
    height: auto;
    width: 100%;
    clear:both;
    display: block;
    margin-bottom: 10px;
  }
  .page__video-thumb img {
    width: 50%;
    float: left;
    margin-right: 2%;
  }
  .main-container.container {
    margin-top: -2px;
  }
  .slimScrollDiv {
    height: auto !important;
    width: 100%;
    float: left;
    clear: both;   
  }
}

.form-managed-file button {
  display: none;
}