.link-list a:link, .link-list a:visited, .link-list a:hover, .link-list a:active {
  color: #7c7c7c; }

.link-list__entry {
  background-color: #ddd;
  display: grid;
  grid-template-columns: auto 1fr;
  grid-template-rows: 170px auto;
  margin: 0 0 30px 0;
  font-size: 14px; }

.link-list__thumbnail {
  grid-column: span 2;
  height: 170px;
  width: 100%;
  background-size: cover;
  background-position: center; }

.link-list__date {
  padding: 5px 0 5px 10px;
  line-height: 20px; }

.link-list__title {
  padding: 5px 10px;
  line-height: 20px;
  height: 48px;
  overflow: hidden;
  display: block;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis; }

.link-list-grid {
  display: grid;
  grid-template-columns: 1fr;
  grid-column-gap: 30px;
  grid-row-gap: 30px; }
  @media (min-width: 500px) {
    .link-list-grid {
      grid-template-columns: 1fr 1fr; } }
  @media (min-width: 992px) {
    .link-list-grid {
      grid-template-columns: 1fr 1fr 1fr; } }
  @media (min-width: 1200px) {
    .link-list-grid {
      grid-template-columns: 1fr 1fr 1fr 1fr; } }
  .link-list-grid a:link, .link-list-grid a:visited, .link-list-grid a:hover, .link-list-grid a:active {
    color: #7c7c7c; }
  .link-list-grid__entry {
    font-size: 14px;
    border: 1px solid #ededed; }
  .link-list-grid__thumbnail {
    display: block;
    height: 170px;
    width: 100%;
    background-size: cover;
    background-position: center; }
  .link-list-grid__date-wrapper {
    position: relative;
    top: -10px;
    display: flex;
    justify-content: center; }
  .link-list-grid__date {
    background-color: #d75745;
    border-radius: 100px;
    padding: 3px 15px;
    color: White;
    font-weight: 500;
    font-size: 12px; }
  .link-list-grid__title {
    padding: 5px 20px 15px 20px;
    margin: 0 0 20px 0;
    color: #282828;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    line-height: 24px;
    line-height: 26px;
    height: 114px;
    overflow: hidden;
    display: block;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis; }

body .header_wrapper {
  background: url("/wp-content/uploads/2019/03/barfix.png");
  background-size: contain; }

body.page-token-details .header_wrapper {
  background: none; }

body.page-partner-wallet .header_wrapper,
body.page-our-story .header_wrapper,
body.page-careers .header_wrapper,
body.page-our-team .header_wrapper {
  background: none; }

@media (min-width: 979px) {
  body .header_wrapper {
    background: url("/wp-content/uploads/2019/03/barfix.png");
    background-size: cover; }
  body.page-token-details .header_wrapper {
    background: #2f1635; } }

.header_wrapper .nav_menu .menu > li:last-of-type a {
  border: 2px solid white;
  border-radius: 15px;
  padding: 2px 10px 0 10px; }
  .header_wrapper .nav_menu .menu > li:last-of-type a:before {
    content: none; }
  .header_wrapper .nav_menu .menu > li:last-of-type a:hover {
    border-color: #dd3333;
    color: #dd3333 !important; }

.header_wrapper .nav_menu .sub-menu {
  border-radius: 10px; }

body.page-home .top_wrapper > section {
  background: url("/wp-content/uploads/2019/03/barfix.png");
  background-size: contain; }

#logo_responsive img {
  height: 80px; }

/*@media only screen and (min-width: 1100px) {
	.footer_wrapper .row-fluid {
		.span4:nth-child(2) {
			padding-left: 180px;
		}
	}
}
@media only screen and (min-width: 970px) {
	.footer_wrapper .row-fluid {
		.span4:nth-child(2) {
			padding-left: 100px;
		}
	}
}
@media only screen and (min-width: 758px) {
	.footer_wrapper .row-fluid {
		.span4:nth-child(2) {
			padding-left: 75px;
		}
	}
}*/
.row-fluid--no-padding {
  padding: 20px 0 !important; }

.footer-top-wrapper, .footer-bottom-wrapper {
  padding-bottom: 30px; }
  .footer-top-wrapper a *, .footer-top-wrapper a:link *, .footer-top-wrapper a:active *, .footer-top-wrapper a:visited *, .footer-top-wrapper a:hover *, .footer-bottom-wrapper a *, .footer-bottom-wrapper a:link *, .footer-bottom-wrapper a:active *, .footer-bottom-wrapper a:visited *, .footer-bottom-wrapper a:hover * {
    text-decoration: none;
    color: white !important; }
  .footer-top-wrapper .footer-top, .footer-top-wrapper .footer-bottom, .footer-bottom-wrapper .footer-top, .footer-bottom-wrapper .footer-bottom {
    max-width: 1200px;
    width: 87%;
    margin: 0 auto;
    padding: 20px; }
    .footer-top-wrapper .footer-top li.widget, .footer-top-wrapper .footer-bottom li.widget, .footer-bottom-wrapper .footer-top li.widget, .footer-bottom-wrapper .footer-bottom li.widget {
      list-style: none;
      margin: 0;
      padding: 0;
      text-align: center; }

.footer_wrapper {
  background-color: #333;
  padding-top: 50px;
  font-family: "Noto Sans", sans-serif; }
  .footer_wrapper .social-icons-wrapper {
    display: inline-block;
    margin: 0 auto; }
  .footer_wrapper .social-icons {
    font-size: 18px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    border: 1px solid #9d9d9d;
    border-radius: 30px; }
    .footer_wrapper .social-icons .follow {
      margin: 10px 15px;
      padding-right: 10px;
      text-transform: uppercase;
      font-size: 14px;
      color: white;
      width: 100%; }
    .footer_wrapper .social-icons a {
      margin: 10px 15px; }
    @media (min-width: 992px) {
      .footer_wrapper .social-icons .follow {
        border-right: 1px solid #9d9d9d;
        width: auto; } }

.page-footer {
  font-size: 14px;
  color: white !important;
  text-align: center; }
  .page-footer__column {
    margin-bottom: 20px; }
  @media (min-width: 992px) {
    .page-footer {
      max-width: 950px;
      margin: 0 auto;
      display: flex;
      width: 100%;
      justify-content: space-between;
      text-align: left; }
      .page-footer__column:last-of-type {
        border-left: 1px solid white;
        padding-left: 20px; } }
  .page-footer .widget-title {
    margin-bottom: 0;
    font-size: 14px !important;
    font-weight: normal;
    letter-spacing: inherit !important;
    font-family: "Noto Sans", sans-serif; }
  .page-footer .widget_media_image {
    display: flex;
    height: 100%;
    align-items: center;
    justify-content: center; }
    .page-footer .widget_media_image img {
      height: 66px !important;
      width: auto; }
  .page-footer a, .page-footer a:link, .page-footer a:active, .page-footer a:visited, .page-footer a:hover {
    text-decoration: none;
    color: white !important;
    font-weight: normal; }
  .page-footer p {
    margin: 0; }

.blog_slider .blog-article .date, .blog_slider .blog-article .info {
  display: none; }

.blog_slider .blog-article .readmore {
  display: none !important; }

.blog_slider .blog-article h3 {
  text-transform: uppercase;
  text-align: center;
  margin: 10px 0 20px 0;
  box-sizing: border-box; }

.blog_slider .blog-article .text {
  text-align: center;
  font-size: 15px;
  box-sizing: border-box; }

@media (min-width: 992px) {
  .blog_slider .blog-article h3 {
    padding-left: 30px;
    padding-right: 30px; }
  .blog_slider .blog-article .text {
    padding-left: 30px;
    padding-right: 30px; } }

.block_title.section_title .divider,
.block_title.section_title .divider .line.appeared {
  display: none; }

body.single-post .top_wrapper {
  padding-top: 150px !important; }

.single-post .blog-article.standard-style .media,
.single-post .blog-article.standard-style .content {
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  float: none !important;
  font-size: 15px; }

.single_staff {
  /*.content {
        opacity: 0;
        transition: 0.4s;
    }
    &:hover {
        .content {
            opacity: 1;
        }
    }*/ }
  .single_staff .overlay .bg {
    display: flex;
    align-items: center;
    color: White; }
    .single_staff .overlay .bg h5 {
      color: White; }
    .single_staff .overlay .bg .center-bar {
      top: initial;
      position: initial; }
      .single_staff .overlay .bg .center-bar > a {
        margin-left: 5px;
        margin-right: 5px; }
      .single_staff .overlay .bg .center-bar .content {
        background: transparent !important;
        margin: 0;
        padding: 0; }

.single_staff .overlay .bg {
  background: #b52519 !important; }
