/**
 * @file
 * front
 * 
 * Styling for the Front Page
 * 
 * Added through the .theme file.
 *
 * Theme Color: #4B6B94
 */

/*=======================================
   Regions
  =======================================*/
.header-title {
  display: none;
}

/*----------------------------
   Highlighted
  ----------------------------*/

/* Services
----------------------*/

.service-teaser:nth-child(3n - 2) {
  /* Every 1st of 3 */
  background: #9a59b5;
}

.service-teaser:nth-child(3n - 1) {
  /* Every 2nd of 3 */
  background: #f1c40f;
}

.service-teaser:nth-child(3n) {
  /* Every 3rd of 3 */
  background: #e84c3d;
}

/*----------------------------
   Main Content
  ----------------------------*/

/* Node Image
----------------------*/
@media (min-width:700px) {
  .field-node--field-image {
    float: right;
    max-width: 45%;
    margin: 0 0 1em 2em;
  }
}

/* Testimony
----------------------*/
#block-testimony-front {
  padding: 4em 0;
  text-align: center;
  overflow: hidden;
  clear: both;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(23, 25, 35, 0.8)), color-stop(rgba(23, 25, 35, .75)), to(rgba(23, 25, 35, .85))), url(/sites/default/files/styles/fp_slideshow/public/fp-slides/screenprinting.jpg);
  background: linear-gradient(rgba(23, 25, 35, 0.8), rgba(23, 25, 35, .75), rgba(23, 25, 35, .85)), url(/sites/default/files/styles/fp_slideshow/public/fp-slides/screenprinting.jpg) center 20% no-repeat;
  background-size: cover;
  color: #fff;
}

.testimony__body {
  font-size: 1.7em;
  text-align: left;
  overflow: hidden;
  /* Prevent text overflow */
  padding: .5rem 0 0 3.5rem;
}

.testimony:before {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='%23fff' d='M464 256h-80v-64c0-35.3 28.7-64 64-64h8c13.3 0 24-10.7 24-24V56c0-13.3-10.7-24-24-24h-8c-88.4 0-160 71.6-160 160v240c0 26.5 21.5 48 48 48h128c26.5 0 48-21.5 48-48V304c0-26.5-21.5-48-48-48zm-288 0H96v-64c0-35.3 28.7-64 64-64h8c13.3 0 24-10.7 24-24V56c0-13.3-10.7-24-24-24h-8C71.6 32 0 103.6 0 192v240c0 26.5 21.5 48 48 48h128c26.5 0 48-21.5 48-48V304c0-26.5-21.5-48-48-48z'%3E%3C/path%3E%3C/svg%3E");
  width: 2em;
  font-family: 'Lato', sans-serif;
  display: block;
}

.testimony__source {
  text-align: right;
  padding: 1em 0;
  font-size: 1.1em;
}

/* More
----------------*/
.fp-testimonies__more {
  color: #999;
  float: right;
}

.fp-testimonies__more-icon:after {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512' data-fa-i2svg=''%3E%3Cpath fill='%23999' d='M190.5 66.9l22.2-22.2c9.4-9.4 24.6-9.4 33.9 0L441 239c9.4 9.4 9.4 24.6 0 33.9L246.6 467.3c-9.4 9.4-24.6 9.4-33.9 0l-22.2-22.2c-9.5-9.5-9.3-25 .4-34.3L311.4 296H24c-13.3 0-24-10.7-24-24v-32c0-13.3 10.7-24 24-24h287.4L190.9 101.2c-9.8-9.3-10-24.8-.4-34.3z'%3E%3C/path%3E%3C/svg%3E");
  -webkit-transition: all .4s;
  transition: all .4s;
  display: inline-block;
  vertical-align: middle;
  width: 1em;
  margin-left: .2em;
}

.fp-testimonies__more:hover .fp-testimonies__more-icon:after {
  -webkit-transform: translate(.4em);
      transform: translate(.4em);
}

/* Slideshow
----------------------*/
.fp-slides .flexslider {
  background: #238cce;
}

/*==============================================================
   Responsive
  ==============================================================*/

@media screen and (max-width: 1100px) {

  /* Services
  ----------------------*/
  .grid--flex-3:not(.view-grid),
  .view-grid.grid--flex-3>.view-content {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .grid--flex-3 .grid-blk {
    max-width: 50%;
  }
}

@media screen and (max-width: 767px) {
  /* Testimony Image */
  .testimony__logo {  display: none;  }
}

@media screen and (max-width: 600px) {
  /* Services */
  .grid--flex-3 .grid-blk {
    max-width: 100%;
  }
  
  .service-teaser a {
    padding: 7%;
  }
}