/*
 * Flirt Creativity  || THEME Expantion for
 * Element specific classes
 *
 */

 /* reActivate specific colors:
  *
  * Dark blue:  #124c60 rgba(18,76,96,1);
  * Turqoise:   #188490 rgba(24,132,144,1);
  * Orange:     #f1592e rgba(241,89,46,1);
  * Light grey: #f1f1f1 rgba(241,241,241,1);
  *
  */
.FC-ELEMENT{
  display: block;
}
@media(max-width:768px) {
  .FC-ELEMENT{
    display: block;
  }
}

/* fc-image-header && fc-image-header-small */
div[data-type='fc-image-header'] h1:before, div[data-type='fc-image-header-small'] h1:before{
  content:            ' ';
  background-color:   #f1592e;
  position:           absolute;
  width:              5px;
  height:             5px;
  top:                -15px;
  left:               50%;
  border-radius:      5px;
  transform:          translateX(-50%);
}
div[data-type='fc-image-header'] h1:after, div[data-type='fc-image-header-small'] h1:after{
  content:            ' ';
  background-color:   #f1592e;
  position:           absolute;
  width:              50px;
  height:             5px;
  bottom:             -25px;
  left:               50%;
  transform:          translateX(-50%);
}
div[data-type='fc-image-header-small'] .image-container{
  max-height:         60vh;
  overflow:           hidden;
}
@media (max-width: 768px){
  div[data-type='fc-image-header'], div[data-type='fc-image-header-small']{
   max-height:        60vh;
   height:            60vh;
  }
  div[data-type='fc-image-header'] img, div[data-type='fc-image-header-small'] img{
    width:            auto;
    height:           60vh;
    max-width:        800%;
    position:         relative;
    left:             50%;
    transform:        translateX(-50%);
  }
}

/* fc-quote */
div[data-type='fc-quote'] .heading_1 h2{
  font-family: 'FuturaLT-Light', sans-serif!important;
  font-style: italic;
  line-height: 60px;
  font-size: 40px;
}
@media(max-width:768px) {
  div[data-type='fc-quote'] .heading_1 h2{
    line-height: 50px;
    font-size: 25px;
  }
}


/* fc-spacer-medium */
div[data-type='fc-spacer-medium']{
  display:block!important;
}

/* fc-btn-inline */
div[data-type='fc-button-blue-outline']{
  display:inline-block!important;
}
@media (max-width: 768px){
  div[data-type='fc-button-blue-outline']{
  display:block!important;
}
}

/* fc-icon-card */
div[data-type='fc-icon-card'] img{
  width:              50%;
  left:               50%;
  position:           relative;
  transform:          translateX(-50%);
}
div[data-type='fc-icon-card'] h2,div[data-type='fc-icon-card'] h3,div[data-type='fc-icon-card'] h1,div[data-type='fc-icon-card'] h4,div[data-type='fc-icon-card'] h5{
  font-size: 20px;
  color:              #188490;
   margin-bottom:      25px;
}
div[data-type='fc-icon-card'] .blob_1{
  margin-bottom:      25px;
}