/*
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 : 11-mei-2017, 10:49:29
    Author     : MeesVerberne
*/
/*
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 : 10-mrt-2016, 9:25:59
    Author     : Mees Verberne
*/
.defaultFont {
  font-size: 14px;
  font-weight: 500;
}
/*---------------------------------------------------
    LESS Elements 0.9
  ---------------------------------------------------
    A set of useful LESS mixins
    More info at: http://lesselements.com
  ---------------------------------------------------*/
/*
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 : 11-mei-2017, 10:55:48
    Author     : MeesVerberne
*/
.feed {
  margin-bottom: -1px;
  background: #fff;
}
.feed .social-link {
  position: relative;
  display: inline-block;
}
.feed .social-link.small {
  width: 16.66%;
  padding-bottom: 16.66%;
}
.feed .social-link.big {
  width: 33.33%;
  padding-bottom: 33.33%;
}
.feed .social-link .feed-block {
  background: #fff;
  position: relative;
  color: #616161;
  position: absolute;
  width: 100%;
  height: 100%;
}
.feed .social-link .feed-block .overlay {
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  opacity: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  visibility: hidden;
  background: #000;
  z-index: 2;
}
.feed .social-link .feed-block.green {
  background: url(/assets/img/gd-bg.jpg);
  background-size: cover;
  color: #fff;
}
.feed .social-link .feed-block.share {
  text-transform: uppercase;
  font-weight: 300;
  text-align: center;
}
.feed .social-link .feed-block.share .black {
  font-weight: 700;
}
.feed .social-link .feed-block.share .hashtag {
  font-size: 25px;
  display: block;
  font-weight: 700;
}
.feed .social-link .feed-block.follow {
  text-align: center;
  text-transform: uppercase;
}
.feed .social-link .feed-block.follow img {
  display: block;
  max-width: 40px;
  margin: 0 auto;
  margin-bottom: 20px;
}
.feed .social-link .feed-block.follow .black {
  font-weight: 700;
  display: block;
}
.feed .social-link .feed-block.white {
  font-style: italic;
}
.feed .social-link .feed-block.white span {
  color: #00c584;
}
.feed .social-link .feed-block.white span.link {
  text-decoration: underline;
}
.feed .social-link .feed-block .content {
  position: absolute;
  width: 100%;
  padding: 0 30px;
  box-sizing: border-box;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.feed .social-link .feed-block .content.dotdotdot {
  max-height: 60%;
}
.feed .social-link .feed-block .content h3 {
  font-size: 15px;
  font-weight: 100;
  letter-spacing: -0.3px;
}
.feed .social-link .feed-block .content h2 {
  font-size: 20px;
}
.feed .social-link .feed-block.facebook::after {
  content: "\f09a";
  position: absolute;
  left: 20px;
  bottom: 20px;
  font-size: 18px;
  font-family: FontAwesome;
  color: #c7c8ca;
}
.feed .social-link .feed-block.twitter::after {
  content: "\f099";
  position: absolute;
  left: 20px;
  bottom: 20px;
  font-size: 18px;
  font-family: FontAwesome;
  color: #c7c8ca;
}
.feed .social-link .feed-block.instagram::after {
  content: "\f16d";
  position: absolute;
  left: 20px;
  bottom: 20px;
  font-size: 18px;
  font-family: FontAwesome;
  color: #c7c8ca;
}
.feed .social-link .feed-block.youtube::after {
  content: "\f16a";
  position: absolute;
  left: 20px;
  bottom: 20px;
  font-size: 18px;
  font-family: FontAwesome;
  color: #c7c8ca;
}
.feed .social-link .feed-block.linkedin::after {
  content: "\f0e1";
  position: absolute;
  left: 20px;
  bottom: 20px;
  font-size: 18px;
  font-family: FontAwesome;
  color: #c7c8ca;
}
.feed .social-link .feed-block:hover .overlay {
  visibility: visible;
  opacity: 0.3;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
@media all and (max-width: 1470px) {
  .feed .social-link .feed-block .content {
    font-size: 14px;
  }
  .feed .social-link .feed-block.follow .content {
    padding: 0;
  }
}
@media all and (max-width: 1285px) {
  .feed .social-link .feed-block .content {
    font-size: 12px;
  }
}
@media all and (max-width: 1023px) {
  .feed .social-link.small {
    width: 25%;
    padding-bottom: 25%;
  }
  .feed .social-link.big {
    width: 50%;
    padding-bottom: 50%;
  }
  .feed .social-link.hidetablet {
    display: none;
  }
  .feed .social-link .feed-block .content.dotdotdot {
    max-height: 50%;
  }
}
@media all and (max-width: 767px) {
  .feed .social-link.hidemobile {
    padding-bottom: 0 !important;
    overflow: hidden;
  }
  .feed .social-link.small {
    width: 50%;
    padding-bottom: 50%;
  }
  .feed .social-link.big {
    width: 100%;
    padding-bottom: 100%;
  }
}
@media all and (max-width: 400px) {
  .feed .social-link .feed-block .content.dotdotdot {
    max-height: 40%;
  }
  .feed .social-link .feed-block .content h2 {
    font-size: 12px;
  }
}
.community {
  background: url(/assets/img/gd-bg.jpg);
  background-size: cover;
  color: #fff;
}
.community .contentwrapper {
  padding: 75px 100px 55px 100px;
  box-sizing: border-box;
}
.community .contentwrapper .join {
  width: 33.333%;
  display: inline-block;
  font-weight: 300;
  font-size: 25px;
  text-align: center;
}
.community .contentwrapper .join .black {
  font-weight: 700;
}
.community .contentwrapper .turning {
  width: 33.333%;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
}
.community .contentwrapper .turning .image {
  max-width: 276px;
}
.community .contentwrapper .info {
  width: 33.3%;
  display: inline-block;
  font-size: 14px;
  vertical-align: middle;
}
.community .contentwrapper .info p {
  padding-left: 20px;
  padding-right: 20px;
}
.community .contentwrapper .info a:hover {
  color: #bbb;
}
.community .contentwrapper .socials {
  margin-top: 20px;
  width: 100%;
  display: inline-block;
  text-align: center;
  font-size: 20px;
}
.community .contentwrapper .socials a {
  color: #fff;
  opacity: 1;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.community .contentwrapper .socials a i {
  margin-right: 30px;
}
.community .contentwrapper .socials a:last-child i {
  margin-right: 0;
}
.community .contentwrapper .socials a:hover {
  opacity: 0.7;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
@media all and (max-width: 1023px) {
  .community .contentwrapper .join {
    display: block;
    width: 100%;
    text-align: center;
    margin-bottom: 30px;
  }
  .community .contentwrapper .turning {
    display: block;
    width: 100%;
    text-align: center;
    margin-bottom: 30px;
  }
  .community .contentwrapper .info {
    display: block;
    width: 100%;
    text-align: center;
    margin-bottom: 30px;
  }
  .community .contentwrapper .socials {
    display: block;
    width: 100%;
    text-align: center;
  }
}
@media all and (max-width: 767px) {
  .community .contentwrapper {
    padding: 75px 0 55px 0;
  }
}
/*# sourceMappingURL=community.css.map */