/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Jan 14, 2020, 6:10:14 PM
    Author     : kallado
*/
.front .panel-pane.pane-frontpage-social-media .social-feed-wrapper{
  padding-bottom: 60px;
}

.front .panel-pane.pane-frontpage-social-media{
  padding-top: 80px;
  padding-bottom: 80px;
}

.front .panel-pane.pane-frontpage-social-media .pane-title{
  font-size: 48px;
  line-height: 52px !important;
  font-family: "Fedra Serif B Pro Book";
  color: #313131;
  text-align: center;
}

.front.new-frontpage .follow-us-icons .fu-icon::before{
  display:none !important;
}

.front.new-frontpage .pane-frontpage-social-media{
  background-color: #FFFFFF;
}

.pane-frontpage-social-media .follow-us-icons{
  text-align: center;
}

.pane-frontpage-social-media .follow-us-icons svg path {
  fill: #000000;
}

.front .panel-pane.pane-frontpage-social-media .social-feed-wrapper .fu-icon {
  width: 45px;
  height: 17px;
  display: inline-block;
  border-right: 1px solid rgba(103, 131, 132, .5);
  text-align: center;
}

.front .panel-pane.pane-frontpage-social-media .social-feed-wrapper .fu-icon:last-child {
  border-right: 0;
}

.front .panel-pane.pane-frontpage-social-media .social-feed-wrapper .fu-icon svg{
  height: 17px;
}

.front .panel-pane.pane-frontpage-social-media .social-feed-posts-container{
  margin-top: 50px;
}

.front .panel-pane.pane-frontpage-social-media .post-container{
  position: relative;
  float:left;
}

.front .panel-pane.pane-frontpage-social-media .social-feed-posts-container .top-row,
.front .panel-pane.pane-frontpage-social-media .social-feed-posts-container .bottom-row{
  height: 544px;
}

.front .panel-pane.pane-frontpage-social-media .social-feed-posts-container .post{
  background-size: cover;
  /*  width: 272px;
    height: 272px;*/
  width: 100%;
  height: 100%;
  float:left;
  position: relative;
  top: 25px;
  opacity:0;
  transition: top .25s ease-in-out, opacity .5s ease-in-out;
  background-position: center
}

.front .panel-pane.pane-frontpage-social-media .social-feed-posts-container .post-container{
  width: 272px;
  height: 272px;
}

.front .panel-pane.pane-frontpage-social-media .social-feed-posts-container .post-container.first,
.front .panel-pane.pane-frontpage-social-media .social-feed-posts-container .post-container.last{
  width: 544px;
  height: 544px;
}

.front .panel-pane.pane-frontpage-social-media .social-feed-posts-container .post.first,
.front .panel-pane.pane-frontpage-social-media .social-feed-posts-container .post.last{
  /*  width: 544px;
    height: 544px;*/
  top: 50px;
  opacity:0;
}

.front .panel-pane.pane-frontpage-social-media .social-feed-posts-container .post.animate,
.front .panel-pane.pane-frontpage-social-media .social-feed-posts-container .post.first.animate,
.front .panel-pane.pane-frontpage-social-media .social-feed-posts-container .post.last.animate{
  top: 0;
  opacity:1;
}

.front .panel-pane.pane-frontpage-social-media .social-feed-posts-container .posts-cluster{
  width: 544px;
  height: 544px;
  float: left;
}

.front .panel-pane.pane-frontpage-social-media .social-feed-posts-container .post-footer .post-link {
  color: #FFFFFF;
  height: 20px;
  display: block;
  width: 20px;
  position: absolute;
  bottom: 30px;
  left: 30px;
  height: 24px;
}

.front .panel-pane.pane-frontpage-social-media .social-feed-posts-container a{
  color: #FFFFFF;
}

.front .panel-pane.pane-frontpage-social-media .social-feed-posts-container .post::after{
  background-color: transparent;
  background-image: linear-gradient(to bottom,rgba(0,0,0,0),rgba(0,0,0,1));
  content: '';
  position: absolute;
  height: 30%;
  width: 100%;
  bottom: 0;
  left: 0;
}

/*.front .panel-pane.pane-frontpage-social-media .social-feed-posts-container .posts-cluster .post::after{
  height: 100px;
}*/

.front .panel-pane.pane-frontpage-social-media .social-feed-posts-container .post-footer{
  position: absolute;
  bottom: 0;
  padding: 5px 20px;
  width: 100%;
  box-sizing: border-box;
  /*  background-color: transparent;
    background-image: linear-gradient(to bottom,rgba(0,0,0,0),rgba(0,0,0,1));*/
  /*height: 100px;*/
  height: 0;
}

.front .panel-pane.pane-frontpage-social-media .social-feed-posts-container .posts-cluster .post-footer{
  height: 50px;
}

.front .panel-pane.pane-frontpage-social-media .social-feed-posts-container .post-info{
  position: absolute;
  bottom: 30px;
  right: 30px;
  width: 50%;
  justify-content: flex-end;
  align-items: center;
  height: 24px;
  display:none;
}

.front .panel-pane.pane-frontpage-social-media .social-feed-posts-container .post-container:hover .post-info{
  display: flex;
}

.front .panel-pane.pane-frontpage-social-media .social-feed-posts-container .post-info > div{
  display: flex;
  height: 22px;
}

.front .panel-pane.pane-frontpage-social-media .social-feed-posts-container .post-info > div span{
  font-size: 14px;
  line-height: 24px;
  color: #FFFFFF;
  font-family: "Fedra Sans Alt Pro Demi";
}

.front .panel-pane.pane-frontpage-social-media .social-feed-posts-container .post-info > div svg{
  margin-right: 3px;
}

.front .panel-pane.pane-frontpage-social-media .social-feed-posts-container .post-info .post-comments,
.front .panel-pane.pane-frontpage-social-media .social-feed-posts-container .post-info .post-likes{
  margin-right: 15px;
}

.front .panel-pane.pane-frontpage-social-media .social-feed-posts-container .post-info .post-comments svg{
  padding-top: 2px;
}

@media (max-width: 1119px){
  .front .panel-pane.pane-frontpage-social-media .social-feed-posts-container .top-row, 
  .front .panel-pane.pane-frontpage-social-media .social-feed-posts-container .bottom-row{
    height: auto;
  }

  .front .panel-pane.pane-frontpage-social-media .social-feed-posts-container .post-container.first, 
  .front .panel-pane.pane-frontpage-social-media .social-feed-posts-container .post-container.last,
  .front .panel-pane.pane-frontpage-social-media .social-feed-posts-container .post-container{
    width: 354px;
    height: 354px;
    top: 0;
    opacity:1;
  }

  .front .panel-pane.pane-frontpage-social-media .social-feed-posts-container .posts-cluster{
    width: auto;
    height: auto;
    float: none;
  }

  .front .panel-pane.pane-frontpage-social-media .social-feed-wrapper{
    padding-bottom: 50px;
  }

  .front .panel-pane.pane-frontpage-social-media .social-feed-wrapper .bottom-row > .post-container,
  .front .panel-pane.pane-frontpage-social-media .social-feed-wrapper .bottom-row .posts-cluster .post-container:last-child{
    display: none;
  }

  .front .panel-pane.pane-frontpage-social-media .social-feed-posts-container .post-info{
    display: flex;
  }

  .front .panel-pane.pane-frontpage-social-media .social-feed-posts-container .post.first, 
  .front .panel-pane.pane-frontpage-social-media .social-feed-posts-container .post.last,
  .front .panel-pane.pane-frontpage-social-media .social-feed-posts-container .post{
    top:0;
    opacity: 1;
  }

  .front .panel-pane.pane-frontpage-social-media h2.pane-title{
    font-size: 32px !important;
    line-height: 44px !important;
  }

}

@media (max-width: 767px){
  .front .panel-pane.pane-frontpage-social-media .social-feed-posts-container .post-container.first, 
  .front .panel-pane.pane-frontpage-social-media .social-feed-posts-container .post-container.last,
  .front .panel-pane.pane-frontpage-social-media .social-feed-posts-container .post-container{
    width: 160px;
    height: 160px;
  }

  .front .panel-pane.pane-frontpage-social-media .social-feed-posts-container svg{
    width: 15px;
    height: 15px;  
  }

  .front .panel-pane.pane-frontpage-social-media .social-feed-posts-container .post-info{
    height: 15px;
    bottom: 15px;
    right: 15px;
  }

  .front .panel-pane.pane-frontpage-social-media .social-feed-posts-container .post-footer .post-link{
    width: 15px;
    height: 15px;
    bottom: 15px;
    left: 15px;
  }

  .front .panel-pane.pane-frontpage-social-media .social-feed-posts-container .post-info .post-comments, 
  .front .panel-pane.pane-frontpage-social-media .social-feed-posts-container .post-info .post-likes {
    margin-right: 5px;
  }

  .front .panel-pane.pane-frontpage-social-media .social-feed-posts-container .post-info > div {
    display: flex;
    height: 15px;
  }

  .front .panel-pane.pane-frontpage-social-media .social-feed-posts-container .post-info > div span {
    font-size: 11px;
    line-height: 18px;
  }

  .front .panel-pane.pane-frontpage-social-media {
    padding-top: 40px;
  }
}

@media (max-width: 320px){
  .front .panel-pane.pane-frontpage-social-media .social-feed-posts-container .post-container.first, 
  .front .panel-pane.pane-frontpage-social-media .social-feed-posts-container .post-container.last,
  .front .panel-pane.pane-frontpage-social-media .social-feed-posts-container .post-container{
    width: 142px;
    height: 142px;
  }
}