/* @import url(bootstrap.min.css); */
/* Standard syntax */
@-webkit-keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    -webkit-transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-15px);
  }
  60% {
    -webkit-transform: translateY(-5px);
  }
}
@-moz-keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    -moz-transform: translateY(0);
  }
  40% {
    -moz-transform: translateY(-15px);
  }
  60% {
    -moz-transform: translateY(-5px);
  }
}
@-o-keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    -o-transform: translateY(0);
  }
  40% {
    -o-transform: translateY(-15px);
  }
  60% {
    -o-transform: translateY(-5px);
  }
}
@keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-15px);
  }
  60% {
    transform: translateY(-5px);
  }
}
/*Viewport---------------------------------------------------------*/
@-webkit-viewport {
  width: device-width;
}
@-moz-viewport {
  width: device-width;
}
@-ms-viewport {
  width: device-width;
}
@-o-viewport {
  width: device-width;
}
@viewport {
  width: device-width;
}
/*START html & body-------------------------------------*/
html,
body {
  font-size: 16px;
  line-height: 1em;
  -webkit-font-smoothing: subpixel-antialiased;
  /*a[class^="btn-"]{
    font-size: 17px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 3.12;
    letter-spacing: normal;
    color: #00a6bc;
  }*/
}
html a,
body a {
  line-height: 1em;
  outline: none !important;
}
html h1,
html h2,
html h3,
html h4,
html h5,
html h6,
body h1,
body h2,
body h3,
body h4,
body h5,
body h6 {
  font-weight: 700;
  line-height: 1em;
}
html p,
body p {
  line-height: 1em;
}
html .classic-text-widget,
body .classic-text-widget {
  display: inline-block !important;
}
html .selector-for-some-widget,
body .selector-for-some-widget {
  box-sizing: content-box;
}

/*END html & body-------------------------------------*/
/*START FrontPage (similar elements)-------------------------------------------*/
.frame-image {
  height: auto;
  box-shadow: -4px 3px 13px 0 rgba(33, 33, 33, 0.25);
  padding: 23px;
  background-color: #ffffff;
}
.frame-image figure {
  object-fit: contain;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  height: auto;
  padding-bottom: 75%;
  margin: 0 !important;
}

.filter_feed_lvtn {
  font-size: 0;
  line-height: 0;
}

/* END FrontPage */
/*** Start Filter SOCIAL FEED ***/
.filter_feed_lvtn {
  padding: 20px 0 30px;
  margin: 0;
  font-size: 0;
  /*variable Classes */
}
.filter_feed_lvtn button.filter_btn_social {
  background-color: blue;
  background: transparent;
  border-bottom: 1px solid transparent;
  border-radius: 0;
  border: none;
  color: #000;
  cursor: pointer;
  display: inline-block;
  font-size: 0;
  font-weight: normal;
  line-height: 1;
  margin: 0 10px 10px;
  padding: 10px 15px;
  position: relative;
  text-decoration: none;
  text-shadow: none;
  text-transform: uppercase;
  transition: all 0.4s ease;
  vertical-align: middle;
  white-space: normal;
  /*show all*/
}
.filter_feed_lvtn button.filter_btn_social:hover,
.filter_feed_lvtn button.filter_btn_social:active,
.filter_feed_lvtn button.filter_btn_social:focus {
  outline: none;
}
.filter_feed_lvtn button.filter_btn_social:active .name_feed,
.filter_feed_lvtn button.filter_btn_social:focus .name_feed,
.filter_feed_lvtn button.filter_btn_social.is-checked .name_feed {
  color: white;
}
.filter_feed_lvtn button.filter_btn_social:active.btn-all,
.filter_feed_lvtn button.filter_btn_social:focus.btn-all,
.filter_feed_lvtn button.filter_btn_social.is-checked.btn-all {
  color: white;
  background-color: #2db6e8;
}
.filter_feed_lvtn button.filter_btn_social .fas,
.filter_feed_lvtn button.filter_btn_social .fab,
.filter_feed_lvtn button.filter_btn_social .fa {
  font-size: 16px;
  display: inline-block;
  margin: 0 auto;
}
.filter_feed_lvtn button.filter_btn_social .name_feed {
  color: #000;
  font-size: 14px;
  line-height: 1.2;
  margin-left: 10px;
}
.filter_feed_lvtn button.filter_btn_social.btn-all {
  font-size: 16px;
}
.filter_feed_lvtn button.filter_btn_social.facebook i {
  color: #3b5998;
}
.filter_feed_lvtn button.filter_btn_social.facebook.is-checked {
  background: #3b5998;
}
.filter_feed_lvtn button.filter_btn_social.facebook.is-checked i {
  color: white;
}
.filter_feed_lvtn button.filter_btn_social.facebook:hover,
.filter_feed_lvtn button.filter_btn_social.facebook:focus,
.filter_feed_lvtn button.filter_btn_social.facebook:active {
  background: #3b5998;
  color: white;
}
.filter_feed_lvtn button.filter_btn_social.facebook:hover .name_feed,
.filter_feed_lvtn button.filter_btn_social.facebook:focus .name_feed,
.filter_feed_lvtn button.filter_btn_social.facebook:active .name_feed {
  color: white;
}
.filter_feed_lvtn button.filter_btn_social.facebook:hover i,
.filter_feed_lvtn button.filter_btn_social.facebook:focus i,
.filter_feed_lvtn button.filter_btn_social.facebook:active i {
  color: white;
}
.filter_feed_lvtn button.filter_btn_social.twitter i {
  color: #2db6e8;
}
.filter_feed_lvtn button.filter_btn_social.twitter.is-checked {
  background: #2db6e8;
}
.filter_feed_lvtn button.filter_btn_social.twitter.is-checked i {
  color: white;
}
.filter_feed_lvtn button.filter_btn_social.twitter:hover,
.filter_feed_lvtn button.filter_btn_social.twitter:focus,
.filter_feed_lvtn button.filter_btn_social.twitter:active {
  background: #2db6e8;
  color: white;
}
.filter_feed_lvtn button.filter_btn_social.twitter:hover .name_feed,
.filter_feed_lvtn button.filter_btn_social.twitter:focus .name_feed,
.filter_feed_lvtn button.filter_btn_social.twitter:active .name_feed {
  color: white;
}
.filter_feed_lvtn button.filter_btn_social.twitter:hover i,
.filter_feed_lvtn button.filter_btn_social.twitter:focus i,
.filter_feed_lvtn button.filter_btn_social.twitter:active i {
  color: white;
}
.filter_feed_lvtn button.filter_btn_social.instagram i {
  color: #cd3375;
}
.filter_feed_lvtn button.filter_btn_social.instagram.is-checked {
  background: #cd3375;
}
.filter_feed_lvtn button.filter_btn_social.instagram.is-checked i {
  color: white;
}
.filter_feed_lvtn button.filter_btn_social.instagram:hover,
.filter_feed_lvtn button.filter_btn_social.instagram:focus,
.filter_feed_lvtn button.filter_btn_social.instagram:active {
  background: #cd3375;
  color: white;
}
.filter_feed_lvtn button.filter_btn_social.instagram:hover .name_feed,
.filter_feed_lvtn button.filter_btn_social.instagram:focus .name_feed,
.filter_feed_lvtn button.filter_btn_social.instagram:active .name_feed {
  color: white;
}
.filter_feed_lvtn button.filter_btn_social.instagram:hover i,
.filter_feed_lvtn button.filter_btn_social.instagram:focus i,
.filter_feed_lvtn button.filter_btn_social.instagram:active i {
  color: white;
}
.filter_feed_lvtn button.filter_btn_social.youtube i {
  color: red;
}
.filter_feed_lvtn button.filter_btn_social.youtube:hover,
.filter_feed_lvtn button.filter_btn_social.youtube:focus,
.filter_feed_lvtn button.filter_btn_social.youtube:active {
  background: red;
  color: white;
}
.filter_feed_lvtn button.filter_btn_social.youtube:hover .name_feed,
.filter_feed_lvtn button.filter_btn_social.youtube:focus .name_feed,
.filter_feed_lvtn button.filter_btn_social.youtube:active .name_feed {
  color: white;
}
.filter_feed_lvtn button.filter_btn_social.youtube:hover i,
.filter_feed_lvtn button.filter_btn_social.youtube:focus i,
.filter_feed_lvtn button.filter_btn_social.youtube:active i {
  color: white;
}
.filter_feed_lvtn.circle .filter_btn_social {
  border-radius: 50%;
}
.filter_feed_lvtn.circle .filter_btn_social span.name_feed {
  display: none;
}
.filter_feed_lvtn.square .filter_btn_social {
  border-radius: 0;
}
.filter_feed_lvtn.w_border .filter_btn_social {
  background: transparent !important;
  border: 1px solid #000;
}
.filter_feed_lvtn.text-center {
  text-align: center;
}
.filter_feed_lvtn.text-left {
  text-align: left;
}
.filter_feed_lvtn.text-right {
  text-align: right;
}

/*** End Filter SOCIAL FEED ***/
/*** Start SOCIAL FEED ***/
.social_feed_lvtn {
  padding: 20px 0 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin: 0 auto;
  max-width: 100%;
}
.social_feed_lvtn.grid-4 .single_feed {
  width: 266px;
}
.social_feed_lvtn.grid-3 .single_feed {
  width: 360px;
}
.social_feed_lvtn.grid-2 .single_feed {
  width: 400px;
}
.social_feed_lvtn .single_feed {
  background-color: #ffffff;
  box-shadow: 2px 0 29px rgba(0, 0, 0, 0.5);
  list-style-type: none;
  margin: 0 auto 20px;
  max-width: 100%;
  width: 300px;
}
.social_feed_lvtn .single_feed.facebook .body_feed .icon_feed i {
  color: #3b5998;
}
.social_feed_lvtn .single_feed.twitter .body_feed .icon_feed i {
  color: #2db6e8;
}
.social_feed_lvtn .single_feed.instagram .body_feed .icon_feed i {
  color: #cd3375;
}
.social_feed_lvtn .single_feed.youtube .body_feed .icon_feed i {
  color: red;
}
.social_feed_lvtn .single_feed .image_feed {
  display: block;
  height: 140px;
  position: relative;
}
.social_feed_lvtn .single_feed .image_feed figure {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  width: 100%;
}
.social_feed_lvtn .single_feed .image_feed .rounded {
  border-radius: 50%;
}
.social_feed_lvtn .single_feed .body_feed {
  margin: 40px 7% 7%;
  position: relative;
}
.social_feed_lvtn .single_feed .body_feed .icon_feed {
  border-radius: 50%;
  top: -40px;
  display: block;
  height: 40px;
  position: absolute;
  right: -10px;
  width: 40px;
}
.social_feed_lvtn .single_feed .body_feed .icon_feed i {
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
  position: absolute;
  color: white;
  font-size: 20px;
}
.social_feed_lvtn .single_feed .body_feed .text_feed {
  color: #000000;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.3;
}
.social_feed_lvtn .single_feed .body_feed .footer_feed {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 30px;
}
.social_feed_lvtn .single_feed .body_feed .footer_feed .user_pick {
  background-repeat: no-repeat;
  background-size: cover !important;
  margin-right: 15px !important;
  margin: 0 auto;
  position: relative;
  width: 50px;
}
.social_feed_lvtn .single_feed .body_feed .footer_feed .meta_user {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
.social_feed_lvtn
  .single_feed
  .body_feed
  .footer_feed
  .meta_user
  .user_nickname,
.social_feed_lvtn
  .single_feed
  .body_feed
  .footer_feed
  .meta_user
  .date-elapsed {
  font-size: 17px;
  font-weight: 600;
  line-height: 1.4;
}
.social_feed_lvtn .single_feed .body_feed .footer_feed .user_nickname a {
  color: #4cbae6;
  border-bottom: 1px solid transparent;
  padding-bottom: 1px;
  transition: all 0.4s ease;
}
.social_feed_lvtn .single_feed .body_feed .footer_feed .user_nickname a:hover {
  border-bottom: 1px solid #4cbae6;
  text-decoration: none;
}
.social_feed_lvtn .single_feed .body_feed .footer_feed .date-elapsed a {
  color: #5b5b5b;
  border-bottom: 1px solid transparent;
  padding-bottom: 1px;
  transition: all 0.4s ease;
}
.social_feed_lvtn .single_feed .body_feed .footer_feed .date-elapsed a:hover {
  border-bottom: 1px solid #5b5b5b;
  text-decoration: none;
}

@media only screen and (max-width: 576px) {
  .social_feed_lvtn .single_feed {
    width: 100% !important;
  }
}

/*# sourceMappingURL=style-feed.css.map */
