/* Homepage styles for Art Space lonks*/
.head-featured-artspace {
  border: 1px solid black;
  border-radius: 50px;
  padding: 20px;
  height: 100px;
  width: 100px;
  position: absolute;
  right: 150px;
  top: 0;
  text-align: center;
  font-size: 12px;
  line-height: 16px;
  text-transform: uppercase;
  font-family: "UniversLTW01-57Condense 723821",Univers,"Gill Sans",Geneva,"Helvetica Neue",Helvetica,Arial,sans-serif;
  font-weight: bold;
  color: black;
  cursor: pointer;
  opacity: 1;
  transition: all 500ms;
  background-color: white; }

.top-featured-artspace {
  position: absolute; }

.grid-featured-artspace {
  position: relative;
  margin: 0 auto;
  right: 0;
  left: 0; }

.head-featured-artspace.showMe {
  background-color: blue;
  border: 1px solid blue; }

.head-featured-artspace {
  text-decoration: none; }

.head-featured-artspace:hover .default {
  opacity: 0; }

.head-featured-artspace .hovered, .head-featured-artspace .default {
  opacity: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  margin: 0 auto 0;
  text-align: center;
  left: 0;
  right: 0; }

.head-featured-artspace .hovered.showMe {
  opacity: 1;
  color: white; }

.head-featured-artspace .default.showMe {
  opacity: 1; }

/*.head-featured-artspace:hover a.hovered. {
	opacity: 1;
	color: white;
}*/
.head-featured-artspace p {
  margin: 0; }

.fp-item .artspace-related-post {
  position: relative;
  border: 1px solid #000;
  padding: 110px 20px 105px;
  text-align: center;
  margin-bottom: 20px; }
  .fp-item .artspace-related-post .artspace-related-post-type {
    position: absolute;
    top: 15px;
    z-index: 20;
    left: 0;
    right: 0; }
  .fp-item .artspace-related-post a {
    text-decoration: none; }
    .fp-item .artspace-related-post a:hover {
      opacity: 1; }
      .fp-item .artspace-related-post a:hover img {
        opacity: 0.5;
        transition: opacity 500ms; }
  .fp-item .artspace-related-post h2, .fp-item .artspace-related-post h3 {
    margin: 0;
    text-transform: uppercase;
    font-weight: bold;
    font-family: 'UniversLTW01-57Condense 723821', Univers, 'Gill Sans',Geneva,'Helvetica Neue',Helvetica,Arial,sans-serif;
    letter-spacing: 1px;
    background-color: #fff;
    position: absolute;
    width: calc(100% - 40px);
    vertical-align: middle;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px 0;
    color: #000; }
  .fp-item .artspace-related-post h2 {
    font-size: 33px;
    line-height: 38px;
    margin: 20px 0 10px;
    min-height: 95px;
    bottom: 0; }
    @media screen and (min-width: 992px) {
      .fp-item .artspace-related-post h2 {
        margin: 20px 0 10px; } }
  .fp-item .artspace-related-post h3 {
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 20px;
    top: 0;
    min-height: 140px; }
  .fp-item .artspace-related-post-wrapper {
    margin-top: 30px; }
    @media screen and (min-width: 992px) {
      .fp-item .artspace-related-post-wrapper {
        margin-top: 70px; } }
  .fp-item .artspace-related-post-heading {
    font: 16px/20px 'Roboto Slab', serif;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 40px;
    letter-spacing: 3px;
    color: #000; }
    @media screen and (min-width: 992px) {
      .fp-item .artspace-related-post-heading {
        margin-bottom: 50px; } }
  .fp-item .artspace-related-post-img {
    position: relative; }
    .fp-item .artspace-related-post-img svg {
      width: 100%;
      max-width: 40px;
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      margin: 0 auto 0;
      text-align: center;
      left: 0;
      right: 0;
      cursor: pointer;
      opacity: 0.7;
      transition: opacity 500ms; }
      .fp-item .artspace-related-post-img svg:before {
        content: '\49';
        font-size: 40px;
        font-family: 'ElegantIcons';
        color: #fff;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }

.social_facebook:before {
  /*content: "\e0aa";*/
  font-size: 14px;
  content: "\e093"; }

.social_twitter:before {
  /*content: "\e0ab";*/
  font-size: 14px;
  content: "\e094"; }

.social_instagram:before {
  /*content: "\e0b1";*/
  font-size: 14px;
  content: "\e09a"; }
