/*
Theme Name: TempoCap WordPress Theme
Theme URI: https://www.tempocap.com
Author: TempoCap
Author URI: https://www.tempocap.com
Description: Custom WordPress Theme for London-based technology investor TempoCap
Version: 1.0
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1.0 Basic & Overwrites 
2.0 Typography
3.0 Links
4.0 Buttons
5.0 Navigation
6.0 Layout
   6.1 Header
   6.2 Front Page
      6.2.1 Hero
      6.2.2 Portfolio
      6.2.3 Team
      6.2.4 Investments
      6.2.5 Stats
      6.2.6 News
      6.2.7 Footer
   6.3 Team Page
   6.4 Team Member Page
   6.5 Portfolio Page
   6.6 Category
   6.7 Single
   6.8 Contact
   6.9 Footer
7.0 Fixes
--------------------------------------------------------------*/

/*--------------------------------------------------------------
1.0 Basic & Overwrites
--------------------------------------------------------------*/

html {
	box-sizing: border-box;
	-moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  text-underline-position: under;
  scroll-behavior: smooth;
}

html,body {
	height: 100%;
	width: 100%;
}

*, *::before, *::after {
  box-sizing: inherit;
  margin: 0;
  padding: 0;
}

b, strong {
  font-weight: 600;
}

.overflow-hidden {
  overflow: hidden;
}

.mb10 {
	margin-bottom: 10px;
}

.force-block {
    display: block !important;
}

/*--------------------------------------------------------------
2.0 Typography
--------------------------------------------------------------*/

body {
 	color: #323232;
  font-family: IBM Plex Sans,sans-serif;
  font-weight: 400;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Exo 2', sans-serif;
  font-weight: 700;
  color: #111;
}

p {
  font-size: 1rem;
  line-height: 1.9;
}

.text--red {
  color: #D90B36;
}

.text--bold {
  font-weight: 600;
}

.text--small {
  font-size: .7rem !important;
}

@media (min-width: 768px) {
  h1 {
    font-size: 3rem;
  }
  p {
    font-size: 1.5rem;
  }
}

.svg-icon {
  width: 1em;
  height: 1em;
}

.svg-icon path,
.svg-icon polygon,
.svg-icon rect {
  fill: #fff;
}

.svg-icon circle {
  stroke: #fff;
  stroke-width: 2;
}

/*--------------------------------------------------------------
3.0 Links
--------------------------------------------------------------*/

a, a:hover {
  color: #D90B36;
}

/*--------------------------------------------------------------
4.0 Buttons
--------------------------------------------------------------*/

.button--round {
  font-size: 1rem;
  padding: 0.8em 1.5em;
  color: #FFF !important;
  font-weight: 600;
  display: inline-block;
  background: #D90B36;
  border-radius: 30px;
  white-space: nowrap;
  line-height: 1;
  -webkit-transition: all .65s cubic-bezier(.25,.46,.45,.94);
  -o-transition: all .65s cubic-bezier(.25,.46,.45,.94);
  transition: all .65s cubic-bezier(.25,.46,.45,.94);
}

.button--round:hover {
  text-decoration: none;
  background: #b7092d;
  color: #FFF !important;
}

button:focus {outline:0;}

/*--------------------------------------------------------------
5.0 Navigation
--------------------------------------------------------------*/

.hamburger {
  padding: 0;
}

.hamburger-box {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 20px;
}

.hamburger-inner, .hamburger-inner:after, .hamburger-inner:before {
  width: 30px;
}

.hamburger.is-active .hamburger-inner, .hamburger.is-active .hamburger-inner:after, .hamburger.is-active .hamburger-inner:before {
  background-color: #FFF;
}

.hamburger.is-active {
  margin: 15px;
}

.hamburger-close {
  position: absolute;
  top: 20px;
  right: 20px;
}

.uk-offcanvas-bar ul, .uk-offcanvas-bar li {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.uk-offcanvas-bar ul {
    margin-top: 75px;
}

.uk-offcanvas-bar ul li {
    margin-bottom: 25px;
}

.uk-offcanvas-bar ul li a {
    font-family: 'Exo 2', sans-serif;
    font-size: 1.8rem;
    position: relative;
}

.uk-offcanvas-bar ul li a:hover {
  text-decoration: none;
}

.uk-offcanvas-bar ul li a:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 3px;
  bottom: -5px;
  left: 0;
  background-color: #D90B36;
  visibility: hidden;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

.uk-offcanvas-bar ul li a:hover:before {
  visibility: visible;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

ul.sub-menu {
	margin-top: 25px;
}

ul.sub-menu li {
	margin-left: 1.5rem;
	margin-bottom: .75rem;
}

ul.sub-menu li:last-child {
	margin-bottom: 0;
}

ul.sub-menu li a {
	font-size: 1.4rem;
}

/*--------------------------------------------------------------
6.0 Layout
--------------------------------------------------------------*/

.uk-container-tiny {
    max-width: 650px;
}

.uk-container-small {
    max-width: 748px;
}

.uk-container-tempocap {
  max-width: 1100px;
}

.uk-container-tempocap--alt {
	max-width: 1000px;
}

@media (min-width: 1680px) {
  .uk-container-tempocap {
    max-width: 1300px;
  }
	
}

.sticky {
  position: fixed;
}

  .stripes {
    position: absolute;
    width: 100%;
    height: 100%;
    display: grid;
    grid: repeat(10, 80px) / repeat(10, 1fr);
    -webkit-transform: skewY(-12deg);
    transform: skewY(-12deg);
    z-index: -1;
  }

  .stripe:nth-child(1) {
    grid-row: 2;
      grid-column: span 2;
      background-color: #f6f6f6;
  }

  .stripe:nth-child(2) {
    grid-row: 3;
      grid-column: 1;
      background: #d90b36;
  }

  .stripe:nth-child(3) {
      grid-column: span 2/viewport-end;
      background-color: #d90b36;
      grid-row: -8;
  }

  .stripe:nth-child(4) {
      grid-column: span 3/viewport-end;
      background-color: #f6f6f6;
      grid-row: -9;
  }

.stripes-padding {
	padding-top: 125px;
	padding-bottom: 200px;
}

.stripes-padding--small {
	padding-top: 60px;
	padding-bottom: 100px;
}

@media (min-width: 768px) {
	.stripes-padding {
		padding-top: 250px;
		padding-bottom: 325px;
	}
	.stripes-padding--small {
		padding-top: 120px;
		padding-bottom: 200px;
    }
}

/*--------------------------------------------------------------
6.1 Header
--------------------------------------------------------------*/

header {
  position: fixed;
  width: 100%;
  top: 0;
  border-top: 4px solid #D90B36;
  z-index: 1;
  background: #fff;
  z-index: 999;
}

.sticky-margin-fix {
	padding-top: 80px !important;
}

.uk-navbar-container:not(.uk-navbar-transparent) {
  background: transparent;
}

/*--------------------------------------------------------------
6.2 Homepage
--------------------------------------------------------------*/

.relative {
  position: relative;
}

#loading {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: fixed;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 1;
  background-color: #fff;
  z-index: 99999;
  text-align: center;
}

.delay-1s {
  animation-delay: 1s;
}
.delay-2s {
  animation-delay: 2s;
}

#fullpage {
  position: relative;
}

#fullpage h2 {
  font-size: 2rem;
}

@media (min-width: 768px) {
  #fullpage h2 {
    font-size: 3rem;
  }
}

.whitespace {
  padding-top: 125px;
}

@media (min-width: 768px){
  .whitespace {
    padding-top: 250px;
  }
  .whitespace--desktop {
    padding-top: 100px;
  }
} 

/*-------------------------------------
6.2.1 Hero
--------------------------------------------------------------*/

.section--hero {
  position: relative;
  min-height: 100vh;
  margin-top: 4px;
}

.home-header h1 {
  font-size: 12vw;
  text-align: center;
  margin-top: 100px;
}

#value-prop {
  text-align: center;
  padding: 0;
  font-size: 1.2rem;
  line-height: 1.7;
  text-shadow: 1px 1px #fff;
  margin: 20px auto 0;
  font-weight: 400;
  min-height: 100px;
}

@media (min-width: 374px) {
  .home-header h1 {
    margin-top: 150px;
  }
}

@media (min-width: 768px) {
  #value-prop {
    font-size: 1.8rem;
  }
}

@media (min-width: 990px) {
  .home-header h1 {
    max-width: none !important;
    font-size: 6vw;
    text-align: left;
  }
  #value-prop {
    text-align: left;
    padding-right: 120px;
  }
  .divider-line {
    height: 10px;
    width: 70px;
    background: #D90B36;
    margin-left: -35px;
  }
}

.scroll-indicator {
  position: absolute;
  width: 200px;
  bottom: 80px;
  left: 50%;
  margin-left: -100px;
  text-align: center;
}

.scroll-indicator__text {
  position: relative;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 0.7rem;
  top: -20px;
}

.scroll-indicator__arrow-line {
  display: block;
  outline: none;
  position: relative;
  width: 40px;
  height: 40px;
  left: 50%;
  margin-left: -20px;
  -webkit-animation: action 1s infinite  alternate;
    animation: action 1s infinite  alternate;
}

@-webkit-keyframes action {
  0% { transform: translateY(0); }
  100% { transform: translateY(-8px); }
}
@keyframes action {
  0% { transform: translateY(0); }
  100% { transform: translateY(-8px); }
}

.scroll-indicator__arrow-line:before {
  background: #D90B36;
  left: 19px;
  bottom: 0;
  content: '';
  display: block;
  height: 100%;
  position: absolute;
  -ms-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  width: 2px;

}

.scroll-indicator__arrow-line:after {
  border-bottom: solid 2px #D90B36;
  border-right: solid 2px #D90B36;
  bottom: 3px;
  content: '';
  display: block;
  height: 14px;
  left: 8px;
  position: absolute;
  transform: rotate(45deg) translatez(0);
  -ms-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  width: 14px;
}

/*--------------------------------------------------------------
6.2.2 Portfolio
--------------------------------------------------------------*/

ul.investment-logos {
	margin: 20px 0;
	padding: 0;
  font-size: 0;
}

ul.investment-logos li {
	position: relative;
	display: inline-block;
	padding: 0;
	width: 50%;
	margin-bottom: 1rem;
}

ul.investment-logos li img {
	width: 85%;
	cursor: pointer;
	margin-bottom: 20px;
}

@media (min-width: 375px) {
	ul.investment-logos {
		margin: 40px 0;
	}
}

@media (min-width: 768px) {
	ul.investment-logos {
		margin: 100px 0;
	}
	ul.investment-logos li {
		position: relative;
		display: inline-block;
		padding: 0 15px;
		width: auto;
		margin-bottom: 2rem;
	}
	ul.investment-logos li img {
		width: 180px;
		margin-bottom: 0;
	}
}

.portfolio-item {
	display: flex;
	align-items: center;
	justify-content: center;
}

.exit-badge-wrapper {
	text-align: center;
	margin-bottom: 12px;
}

.exit-badge {
    display: inline-flex;
    align-items: center;
    border-radius: 9999px;
    background-color: #D90B36;
    padding: 0.15rem 1.25rem;
    font-size: 0.75rem;
    font-weight: 700;
    color: #FFF;
}

.exit-spacer {
	width: 100%;
	height:37px;
}


/*--------------------------------------------------------------
6.2.3 Team
--------------------------------------------------------------*/

.section--team a:hover {
  text-decoration: none;
}

.slick-slide {
  position: relative;
  border: 3px solid #FFF;
  box-sizing: border-box;
}

.slick-prev, .slick-next {
    z-index: 99;
    width: 50px;
    height: 50px;
    background: #000;
    opacity: 0.3;
    border-radius: 50%;
    line-height: 1;
}

.slick-prev {
  margin-left: 15px;
}
.slick-next {
  margin-right: 15px;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
    color: #fff;
    outline: none;
    background: #d90b36;
    opacity: 1;
}

.slick-prev:before, .slick-next:before {
  font-family: IBM Plex Sans,sans-serif;
  font-size: 2.0rem !important;
  opacity: 1;
}

@media (min-width: 768px) {
  .slick-prev, .slick-next {
    width: 75px;
    height: 75px;
    margin: 0;
  }
  .slick-prev:before, .slick-next:before {
    font-size: 2.5rem !important;
  }
}

@media (min-width: 1025px) {
	.slick-slide {
		padding: 0 50px;
	}
}

.member-details {
    position: relative;
    display: block;
    width: 100%;
    text-align: center;
}

.member-details__name {
    display: block;
    font-weight: bold;
    line-height: 1.2;
    margin: 10px 0 5px 0;
    padding: 0 8px;
    font-size: .9rem;
    color: #D90B36;
}

.member-details__role {
    display: block;
    line-height: 1.2;
    font-size: 0.8rem;
    color: #222;
}

@media (min-width: 768px) {
  .member-details__name {
    font-size: 1rem;
  }
}

.team-button-margin {
  margin-top: 20px;
}

.button--right-wrap {
  display: block;
  text-align: center;
	margin-top: 15px;
}

.button--right {
  margin-top: 6px;
}

@media (min-width: 768px) {
 
  .team-slideshow-margin {
    margin-top: 70px !important;
  }
  .team-button-margin {
    margin-top: 50px;
  }
}

/*--------------------------------------------------------------
6.2.4 Investments
--------------------------------------------------------------*/

.align-items-center {
	align-items: center;
}

.icon-set img {
	width: 125px;
}

.icon-set span {
	display: block;
	font-family: 'Exo 2', sans-serif;
	font-weight: 700;
	font-size: 1.8rem;
	line-height: 2.1rem;
	margin: 1rem 0 2rem 0;
}

.center-icon-wrap {
	margin: 100px 0 75px 0 !important;
}

@media (min-width: 960px) {
	margin: 0 !important;
}

img.center-icon {
	width: 240px;
	max-width: 100%;
}

h2.h2-small {
  font-size: 1.5rem !important;
  line-height: 1.3;
}

@media (min-width: 768px) {
  h2.h2-small {
    font-size: 2.8rem !important;
  }
}

@media (min-width: 375px) {
  .button-combo a.button--round:first-child {
    margin-right: 10px;
  }
}

.cube-container {
    display: flex;
    align-items: center;
  }

@media (min-width: 768px) and (min-height: 1024px) {
	.cube-container {
		justify-content: center;
	}
}

.section--portfolio p, .section--single p {
  font-size: 1rem;
  line-height: 1.7;
  margin-bottom: 30px;
}

@media (min-width: 768px) {
  .section--portfolio p, .section--single p {
    font-size: 1.4rem;
  }
}

.text--small p {
	margin-bottom: 0;
    font-size: .8rem;
    margin-top: 30px;
    font-style: italic;
}

/*--------------------------------------------------------------
6.2.4 Stats
--------------------------------------------------------------*/

.section--stats {
  position: relative;
}

.section--stats h2 {
    font-size: 1.5rem !important;
    line-height: 1.3;
    text-align: center;
    margin-bottom: 50px;
}

@media (min-width: 768px) {
  .section--stats h2 {
    font-size: 2.4rem !important;
    line-height: 1.3;
    text-align: center;
  }
}

.uk-card-tempocap {
    background: #FFF;
    box-shadow: 0 30px 60px -12px rgba(50,50,93,.25), 0 18px 36px -18px rgba(0,0,0,.3), 0 -12px 36px -8px rgba(0,0,0,.025);
}

.uk-card-body {
  padding: 20px;
box-shadow: 0 30px 60px -12px rgba(50,50,93,.25), 0 18px 36px -18px rgba(0,0,0,.3), 0 -12px 36px -8px rgba(0,0,0,.025);

}

.uk-card-tempocap h3 {
    font-size: 1.3rem;
    margin-bottom: 0;
}

.uk-card-tempocap span {
    display: block;
    line-height: 1.4;
    margin: 10px 0;
    font-size: 0.9rem;
}

@media (min-width: 690px) {
  
  .uk-card-body {
    padding: 30px 30px;
  }
  .uk-card-tempocap h3 {
      font-size: 2rem;
      margin-bottom: 0;
  }
}

/*--------------------------------------------------------------
6.2.5 News Section
--------------------------------------------------------------*/

.section--news {
  position: relative;
}

.all-news {
  padding: 20px 10px;
  background: #f6f6f6;
}

.section--news h3 {
  line-height: 1.3;
    font-size: 1.5rem;
    margin-bottom: 0;
}

.section--news p, .article-button {
  font-size: 0.8rem;
  display: block;
  margin: 0;
  line-height: 1.3;
}

.all-news a.button--round {
  font-size: 0.7rem;
  margin-top: 20px;
}

.month {
  text-transform: uppercase;
  font-size: 0.6rem;
  font-weight: 600;
  margin: 10px 0;
}

@media (min-width: 769px) {
  .all-news {
    background: #FFF;
  }
  .section--news h3 {
      font-size: 2.5rem;
  }
  .section--news p, .article-button {
      font-size: 1.1rem;
      display: block;
      margin: 0;
      line-height: 1.3;
  }
  .all-news a.button--round {
    font-size: 1rem;
  }
  .month {
    font-size: 0.9rem;
  }
}

.section--news h4 {
  font-size: 0.8rem;
  line-height: 1.4;
  margin-bottom: 0;
}

@media (min-width: 768px) {
  .section--news h4 {
    font-size: 1.3rem;
    color: #111;
    margin: 0;
    line-height: 1.2;
  }
}

.article-link {
  font-weight: bold;
}

.section--news a {
  color: #111;
}

.section--news a:hover {
  color: #DA0C38;
  text-decoration: none;
}

/*--------------------------------------------------------------
6.3 Team Page
--------------------------------------------------------------*/

#typingTeam {
  height: 110px;
}

.team-member a {
  display: block;
}

.team-member a:hover, .team-member a:active {
  text-decoration: none;
}

.team-member img {
  max-width: 150px;
}

.team-member__name {
  position: relative;
  width: 100%;
  font-size: 15px;
  font-family: 'Exo 2', sans-serif;
  line-height: 1;
  text-align: center;
  margin: 0 auto;
  max-width: 150px;
  background: #d90c36;
  color: #FFF;
  border-radius: 24px;
  margin-top: 10px;
  padding: 8px 2px;
}

.team-member__name.small {
  font-size: 0.8rem;
}

.team-member__position {
  font-family: IBM Plex Sans,sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #222;
  display: block;
  margin-top: 5px;
  line-height: 1;
}

/*--------------------------------------------------------------
6.4 Team Member Page
--------------------------------------------------------------*/

.member-profile {
  position: relative;
}

.member-profile img {
  width: 375px;
  max-height: 100%;
}

.member-profile-info {
  position: absolute;
  left: 0;
  bottom: 50px;
  width: 350px;
  max-width: 100%;
  text-align: left;
  padding: 0 20px 0 20px;
  z-index: 90;
}

.member-profile-info h1 {
  font-size: 54px;
  margin-bottom: 0;
  display: inline-block;
  border-bottom: 3px solid #D90B36;
  padding-bottom: 10px;
}

.member-profile-info>div {
  font-size: 24px;
}

@media (max-width: 600px) {
  .member-profile-info {
    width: 90%;
    padding: 0;
    position: absolute;
    left: 50%;
    margin-left: -45%;
  }
  .member-profile-info h1 {
    font-size: 40px;
  }
  .member-profile-info h1, .member-profile-info>div {
    color: #FFF;
    text-shadow: 1px 1px 1px #000;
  }
}

.member-bio p {
  font-size: 1.1rem;
}

.linkedin-logo {
	border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    padding: 20px 0;
    display: flex;
    align-items: center;
	margin-top: 40px;
}

.linkedin-logo span {
	font-weight: bold;
	margin-right: 8px;
	line-height: 1;
}

.linkedin-logo img {
	position: relative;
	top: -1px;
}

/*--------------------------------------------------------------
6.5 Portfolio
--------------------------------------------------------------*/

.portfolio-text--italic {
	font-size: 0.9rem;
    font-size: .95rem;
    margin: 15px 0 35px;
    font-style: italic;
}

.portfolio-filter>div {
  padding: 10px;
}

#typingPortfolio {
  min-height: 60px;
}

img.portfolio-logo {
  width: 180px;
}

.filter-labels {
  justify-content: left;
  display: flex;
  flex-wrap: wrap;
  width: 350px;
  margin: 3px auto 0;
}

.filter-label {
  margin: 3px;
  display: inline-flex;
  align-items: center;
  padding: 5px 10px;
  border: 2px solid #D90B36;
  border-radius: 24px;
  background: 0 0;
  color: #D90B36;
  font-size: 0.750rem;
  transition-property: background-color,color;
  transition-duration: .2s;
  font-family: 'Exo 2', sans-serif;
  line-height: 1.5;
  vertical-align: middle;
  white-space: nowrap;
}

.filter-label:hover, .filter-label.active {
  text-decoration: none;
  color: #FFF;
  background: #D90B36;
}

@media (min-width: 768px) {
  .filter-labels {
    width: 682px;
  }
  .filter-label {
    font-size: 0.875rem;
  }
}

/* ------ Company Information Modal ------ */

.uk-modal-body {
  padding: 50px 50px 0 50px;
}

.company-expand p {
  font-size: 1.1rem;
  line-height: 1.7;
  margin-bottom: 0;
}

.company-expand__meta {
  background: #eee;
  margin-left: -50px;
  margin-right: -50px;
  padding: 25px 50px;
}

.company-expand__meta p {
  font-size: .9rem;
}

.uk-modal-close-default {
  background: #D90B36;
  color: white;
  top: 0;
  right: 0;
  padding: 15px;
  font-weight: 600;
}

.uk-modal-page { overflow: visible !important; }
.uk-modal-page > body { overflow-y: visible !important;overflow-x: hidden !important; }

/*--------------------------------------------------------------
6.6 Category
--------------------------------------------------------------*/

.filter-labels.news-labels {
  justify-content: center;
}

.filter-label.news-label {
  font-size: 0.775rem !important;
}

.category__articles a:hover {
  text-decoration: none;
}

.category__image {
  width: 100%;
  max-width: 100%;
  height: auto;
}

.category__uk-card-body {
  padding: 20px 0;
  position: relative;
  box-shadow: none;
}

.category__post-date {
  font-size: 13px;
  color: #D90B36;
  line-height: 1;
  font-weight: bold;
}

.category__headline {
    font-size: 20px;
    margin-bottom: 0;
    margin-top: 10px;
}

.pagination {
  display: flex;
  justify-content: space-between;
}

.pagination_button {
  width: 75px;
  height: 75px;
}


.pagination_button a {
  background: #b7092d;
  position: relative;
  font-size: 50px;
  color: #FFF;
  font-weight: bold;
  text-decoration: none;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  -webkit-transition: all .65s cubic-bezier(.25,.46,.45,.94);
  -o-transition: all .65s cubic-bezier(.25,.46,.45,.94);
  transition: all .65s cubic-bezier(.25,.46,.45,.94);
}

.pagination_button a:hover {
  text-decoration: none;
  color: #FFF !important;
}

@media (max-width: 767px) {
  .filter-label.news-label {
    margin-bottom: 20px;
  }
}

/*--------------------------------------------------------------
6.7 Single
--------------------------------------------------------------*/

.news-meta__sector {
  margin-top: 20px;
  display: block;
}

@media (min-width: 768px) {
  .news-article p {
    font-size: 1.2rem;
  }
  .news-meta__sector {
    margin-top: 0px;
    display: inline-block;
  }
}

.news-meta {
  position: relative;
  text-align: center;
  font-size: .9rem;
  font-weight: 600;  
}

.news-meta > div {
  display: inline-block;
} 

.news-meta__date {
  margin-right: 20px;
}

.news-meta img {
    width: 30px;
    margin-top: -5px;
}

.news-label {
  margin-top: -4px;
  background: transparent;
  border: 2px solid #D90B36;
  color: #D90B36;
  border-radius: 24px;
  text-transform: none;
  padding: 5px 10px;
}

@media (max-width: 375px) {
  .news-meta {
    font-size: .7rem;
  }
  .news-meta__date {
    margin-right: 10px;
  }
}

/*--------------------------------------------------------------
6.8 Contact
--------------------------------------------------------------*/

.contact-details p {
  font-size: 1.1rem;
  line-height: 1.6;
}

.contact-logos img {
  margin-left: 30px;
  height: 18px;
}

.uk-container-map {
  height: 500px;
}

#map_ldn, #map_berlin {
    filter: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="g"><feColorMatrix type="matrix" values="0.3 0.3 0.3 0 0 0.3 0.3 0.3 0 0 0.3 0.3 0.3 0 0 0 0 0 1 0"/></filter></svg>#g');
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);    
    filter: progid:DXImageTransform.Microsoft.BasicImage(grayScale=1);
	height: 300px;
}

/*--------------------------------------------------------------
6.9 Footer
--------------------------------------------------------------*/

.page-footer {
  background: #0A0A0A;
  text-align: center;
  z-index: 99999;
}

.page-footer__logo {
  height: 20px;
  width: auto;
  margin-bottom: 20px;
}

.page-footer__address {
  font-size: 13px;
  line-height: 1.6;
  color: #FFF;
}

.footer-copyright {
  color: #ddd;
  font-size: 13px;
  line-height: 1;
  padding: 15px 0;
  background-color: #000;
}

@media (min-width: 768px) {
  .page-footer {
    text-align: left;
  }
  .page-footer__address {
    font-size: 15px;
    line-height: 1.4;
    margin-left: 30px;
  }
}

.section--footer {
  background: #090a0a;
  font-size: 0.9rem;
  line-height: 1.4;
  color: #fff;
  background-image: url('assets/img/footer-grid.png');
  background-size: cover;
}

.section--footer h2 {
  color: #FFF;
  margin-bottom: 75px;
}

.section--footer h3 {
  color: #FFF;
  margin-bottom: 5px;
}

.address, .email {
  margin-bottom: 25px;
}

.email a {
  color: #FFF;
  text-decoration: underline;
}

.coordinates {
  font-size: 0.8rem;
  color: #D90B36;
}

.red {
  color: #D90B36;
}

.social-logos img {
  margin-left: 22px;
  height: 18px;
}

.footer-navigation ul, .footer-navigation ul li {
	list-style: none;
	padding: 0;
	font-size: 0.8rem;
}

.footer-navigation ul {
	margin-top: 25px;
}

.footer-navigation ul li a {
	color: #cdcdcd;
}

.footer-navigation ul li a:hover {
	text-decoration: underline;
}


/*--------------------------------------------------------------
6.9 NEW ADDITIONS
--------------------------------------------------------------*/

@media (min-width: 768px) {
	.flexi-page-box {
		padding: 50px;
	}	
	.flexi-page-box p {
		font-size: 1.3rem;
	}
}

/*--------------------------------------------------------------
6.9 Animation
--------------------------------------------------------------*/

.abs {
  position:absolute;
}

#bg {
  background-color:#fff;
  width:532px;
  height:522px;
  transform: scale(0.5);
  -ms-transform: scale(0.5);
  -webkit-transform: translateX(-50%) scale(0.5);
  left: 51%;
  bottom: 0px;
  z-index: -1;
}

@media (min-width: 375px) {
  #bg {
    bottom: 30px;
  }
}

@media (min-width: 768px) and (min-width: 1024px) {
  #bg {
    transform: none;
    -ms-transform: none;
    -webkit-transform: none;
    right: 7%;
    top: 15%;
    left: auto;
    bottom: auto;
  }
}

@media (min-width: 1600px) {
  #bg {
    right: 12%;
    top: 20%;
  }
}

.white {
  fill: #fff;
  stroke-width: 0px;
  stroke:#fff;
}

.red {
  opacity:0;
  fill:#D80B37;
}

.sq {
   width:1px;
   height:1px;
   background-color:#fff;
}
.o {
  opacity:0;
}

#red {
  width:532px;
  height:522px;
  background-color: red;
}

video#bgvideo {
  position: fixed;
  top: 60%;
  left: 50%;
  min-width: 200%;
  min-height: 200%;
  width: auto;
  height: auto;
  z-index: -100;
  -ms-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  background-size: cover;
}

@media (min-width: 768px) {
  video#bgvideo {
    top: 50%;
    left: 75%;
    min-width: 100%;
    min-height: 100%;
  }
}

/*--------------------------------------------------------------
6.9 Landscape
--------------------------------------------------------------*/

@media (max-height: 420px) {
  .home-header h1 {
    font-size: 6vw;
    text-align: center;
    margin-top: 100px;
  }
  #bg {
    bottom: -30%;
  }
  ul.investment-logos li img {
    width: 150px;
    margin-bottom: 0;
  }
  h2.h2-small {
    font-size: 1.8rem !important;
  }
  .section--stats h2 {
    font-size: 2.0rem !important;
  }
  .uk-offcanvas-bar ul li {
    margin-bottom: 15px;
  }
  .uk-offcanvas-bar ul li a {
    font-size: 1.2rem;
  }
  .scroll-indicator {
    display: none;
  }
  .illo-p, .illo {
    height: auto !important;
  }
  .stripes {
    display: none;
  }
  .uk-card-tempocap {
    padding: 20px;
  }
}