/*
Theme Name: PICUS CAPITAL
Author: Picus
Description: Picus - Basic Theme
Version: 1.0.0
*/
/* Begin google fonts */
@font-face {
  font-family: "Montserrat";
  src: url("./includes/fonts/Montserrat/Montserrat-Regular.ttf") format("truetype");
  font-weight: 400;
}
@font-face {
  font-family: "Montserrat";
  src: url("./includes/fonts/Montserrat/Montserrat-SemiBold.ttf") format("truetype");
  font-weight: 600;
}
@font-face {
  font-family: "Montserrat";
  src: url("./includes/fonts/Montserrat/Montserrat-Bold.ttf") format("truetype");
  font-weight: 700;
}
@font-face {
  font-family: "Muli";
  src: url("./includes/fonts/Muli/Muli-Light.ttf") format("truetype");
  font-weight: 300;
}
@font-face {
  font-family: "Muli";
  src: url("./includes/fonts/Muli/Muli-Regular.ttf") format("truetype");
  font-weight: 400;
}
@font-face {
  font-family: "Muli";
  src: url("./includes/fonts/Muli/Muli-SemiBold.ttf") format("truetype");
  font-weight: 600;
}
/* End google fonts */
/*--------------------------------------------------------------
Normalize
Styles based on Normalize v5.0.0 @link https://github.com/necolas/normalize.css
--------------------------------------------------------------*/
html {
  font-family: sans-serif;
  line-height: 1.15;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article,
aside,
footer,
header,
nav,
section {
  display: block;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

figcaption,
figure,
main {
  display: block;
}

figure {
  margin: 1em 0;
}

hr {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

a:active,
a:hover {
  outline-width: 0;
}

abbr[title] {
  border-bottom: 1px #767676 dotted;
  text-decoration: none;
}

b,
strong {
  font-weight: inherit;
}

b,
strong {
  font-weight: 700;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

dfn {
  font-style: italic;
}

mark {
  background-color: #eee;
  color: #222;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

audio,
video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

img {
  border-style: none;
}

svg:not(:root) {
  overflow: hidden;
}

button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  border: 1px solid #bbb;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  display: inline-block;
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=checkbox],
[type=radio] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details,
menu {
  display: block;
}

summary {
  display: list-item;
}

canvas {
  display: inline-block;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

/*--------------------------------------------------------------
Fonts Classes
--------------------------------------------------------------*/
h1,
h2 {
  font-family: "Montserrat";
  font-size: 42px;
  font-weight: 700;
  line-height: 60px;
  position: relative;
  margin-bottom: 40px;
}
h1::after,
h2::after {
  content: " ";
  width: 45px;
  height: 2px;
  background-color: #438dd6;
  position: absolute;
  left: 0;
  bottom: 0;
}

.info-heading p {
  font-size: 24px;
  line-height: 40px;
  color: #438dd6;
  font-family: Montserrat;
  font-weight: 400;
}

p {
  font-size: 16px;
  line-height: 23px;
}

/*--------------------------------------------------------------
Mixins
--------------------------------------------------------------*/
/*--------------------------------------------------------------
Variables
 - Settings
 - Breakpoints
 - Colors
 - Font Size
 - Font Weight
--------------------------------------------------------------*/
/*--------------------------------------------------------------
Helper Classes
--------------------------------------------------------------*/
* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.container {
  position: relative;
  padding: 0 24px;
  margin: 0 auto;
  max-width: 1220px;
  width: 100%;
  height: inherit;
  display: block;
}

.visible-sm {
  display: block;
}
@media (min-width: 768px) {
  .visible-sm {
    display: none;
  }
}

.clearfix {
  clear: both;
}

/*--------------------------------------------------------------
Main Elements and Classes
--------------------------------------------------------------*/
html,
body {
  font-family: "Muli", sans-serif;
  font-weight: 300;
  font-size: 14px;
}

body {
  position: relative;
}

p {
  font-size: 16px;
  line-height: 23px;
}

#page {
  overflow: hidden;
}

img {
  max-width: 100%;
  height: auto;
}

/* Header Navigation */
body {
  padding-top: 40px;
}

header {
  background: #000;
  height: 90px;
  position: fixed;
  top: 0;
  transition: top 0.2s ease-in-out;
  width: 100%;
  z-index: 199;
}

.nav-up {
  top: -90px;
}

.logo {
  display: inline-block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  margin-left: 40px;
  z-index: 100;
}

nav.primary-navigation {
  display: inline-block;
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s, opacity 0.4s linear;
  position: absolute;
  right: 140px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 15px;
  width: 100%;
}

nav.primary-navigation.checked {
  visibility: visible;
  opacity: 1;
}

ul#menu-mainmenu {
  list-style: none;
  padding-left: 0;
  text-align: right;
}

nav li {
  display: inline;
}

.primary-navigation ul li a {
  color: #fff;
  text-decoration: none;
  margin-left: 40px;
  transition: text-shadow 0.4s;
  position: relative;
  font-size: 15px;
  transition: all ease 0.2s;
}

.current-menu-item a,
.primary-navigation ul li a:hover {
  text-shadow: 0px 0px 0px #fff, 0px 0px 0px #fff;
  position: relative;
}

.primary-navigation ul li {
  position: relative;
}

.primary-navigation ul li a:before {
  content: "";
  background: url(/wp-content/themes/picuscapitaltheme/includes/img/arrow-right.svg);
  position: absolute;
  bottom: 6px;
  background-size: cover;
  width: 13px;
  height: 6px;
  left: -22px;
  opacity: 0;
  transition: all ease 0.2s;
}

.primary-navigation ul li a:hover:before {
  opacity: 1;
  transition: all ease 0.2s;
}

.current_page_parent > a:before,
.current-menu-item > a:before {
  content: "";
  background: url(/wp-content/themes/picuscapitaltheme/includes/img/arrow-right.svg);
  position: absolute;
  bottom: 6px;
  background-size: cover;
  width: 13px;
  height: 6px;
  left: -22px;
  opacity: 1 !important;
}

/* Desktop Menu Submenu */
ul.sub-menu {
  display: none;
  left: 0px;
  width: 280px;
  padding-top: 40px;
  padding-bottom: 20px;
  background: black;
}

.primary-navigation .sub-menu li a {
  display: block;
  text-align: left;
  padding: 9px 0;
  margin-left: 0;
}

.primary-navigation ul li:hover ul.sub-menu {
  display: block;
  position: absolute;
}

.primary-navigation ul.sub-menu li a:before {
  bottom: 13px;
}

/* Navigation Mobile */
@media screen and (max-width: 865px) {
  nav.primary-navigation {
    display: block;
    position: absolute;
    right: 0px;
    top: 0%;
    left: 0;
    transform: translateY(0%);
    font-size: 15px;
    background: #000;
    height: 120vh;
	overflow-Y: scroll;
  }

  ul#menu-mainmenu {
    padding-left: 0;
    text-align: center;
    width: 100%;
    margin-top: 26%;
  }

  nav li {
    display: block;
    width: 100%;
  }

  .primary-navigation ul li a {
    margin-left: 0px;
    position: relative;
    font-size: 22px;
    line-height: 44px;
  }

  .primary-navigation ul li a:before {
    bottom: 13px;
  }

  .primary-navigation ul.sub-menu {
    padding-left: 0;
    display: inline-block;
    left: 0px;
    width: inherit;
    padding-top: 0;
    background: black;
  }

  .primary-navigation ul.sub-menu li a {
    margin-left: 0px;
    position: relative;
    font-size: 16px;
    line-height: 37px;
    display: inline-block;
    text-align: center;
    padding: inherit;
    margin-left: 0;
  }

  .primary-navigation ul.sub-menu li a:before {
    bottom: 16px;
  }

  .primary-navigation ul li:hover ul.sub-menu {
    display: block;
    position: relative;
  }
}
label.hamburg {
  display: block;
  position: absolute;
  margin-left: auto;
  margin-right: auto;
  right: 50px;
  height: 14px;
  width: 19px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}

input#hamburg {
  display: none;
}

.line:nth-child(1) {
  background-image: url("/wp-content/themes/picuscapitaltheme/includes/img/arrow-navi.svg");
  width: 14px;
  height: 7px;
  background-size: cover;
  display: block;
  right: -5px;
  position: relative;
  margin-bottom: 2px;
  transition: 0.5s;
}

.line:nth-child(2),
.line:nth-child(3) {
  position: absolute;
  left: 0px;
  height: 2px;
  width: 19px;
  background: #fff;
  display: block;
  transition: 0.2s;
  transform-origin: center;
}

.line:nth-child(1) {
  top: 0px;
}

.line:nth-child(2) {
  top: 10px;
}

.line:nth-child(3) {
  top: 16px;
}

#hamburg:checked + .hamburg .line:nth-child(1),
.hamburg.checked .line:nth-child(1) {
  transform: rotate(180deg);
}

.site-content {
  margin-top: 160px;
  margin-bottom: 100px;
}

.home .site-content,
.page-id-1068 .site-content {
  margin-top: 0px;
  margin-bottom: 0px;
}

body.home {
  padding-top: 0;
}

.home header {
  background: transparent;
  transition: all ease 0.4s;
}

.home header.black-nav {
  background: #000;
}

@media screen and (max-width: 1260px) {
  .logo {
    margin-left: 20px;
  }

  label.hamburg {
    right: 30px;
  }
}
@media screen and (max-width: 768px) {
  .site-content {
    margin-top: 120px;
  }
}
/* The Hub */
section.the-intro {
  padding-top: 80px !important;
  margin-bottom: 56px;
}
section.the-intro .values h2 {
  font-size: 32px;
  padding-bottom: 0px;
  font-weight: 600;
}
section.the-intro p {
  margin-top: 36px;
  font-size: 18px;
}

@media screen and (max-width: 768px) {
  section.the-intro .values h2 {
    text-align: left !important;
  }
  section.the-intro p {
    margin-top: -20px;
  }
}
.sucess-stories p {
  color: #4a90d7;
  font-size: 18px;
  line-height: 24px;
}

.offers p .offers-headline {
  font-size: 18px;
  line-height: 24px;
}

.investments img.vc_single_image-img.attachment-full {
  max-width: 296px;
}

/* Text Block Widget */
.text_block_content {
  font-size: 15px;
  line-height: 24px;
}

.text_block_headline {
  font-weight: 600;
  font-size: 20px;
  margin-bottom: 20px;
  line-height: 24px;
}
.text_block_headline span {
  color: #4a90d7;
}

.text_block-wrapper {
  margin-top: 20px;
  margin-bottom: 10px;
}

/* Text Waaben */
/*-------------------------------------------------*\
  #HEXAGONS
\*-------------------------------------------------*/
#hexagons {
  max-width: 1180px;
  margin: 1em auto 16em;
  font: normal 16px/20px Helvetica, Arial, sans-serif;
  padding-top: 4em;
  position: relative;
}

#categories {
  overflow: hidden;
  width: 100%;
}

.clr:after {
  content: "";
  display: block;
  clear: both;
}

#categories li {
  position: relative;
  list-style-type: none;
  width: 24%;
  /* = (100 - 3) / 3 */
  padding-bottom: 27.4%;
  /* =  width /0.866 */
  float: left;
  overflow: hidden;
  visibility: hidden;
  margin-left: 0.5%;
  margin-right: 0.5%;
  -webkit-transform: rotate(-60deg) skewY(30deg);
  -ms-transform: rotate(-60deg) skewY(30deg);
  transform: rotate(-60deg) skewY(30deg);
}

@media (min-width: 768px) {
  #categories li:nth-child(5),
#categories li:nth-child(6),
#categories li:nth-child(7),
#categories li:nth-child(12),
#categories li:nth-child(13),
#categories li:nth-child(14),
#categories li:nth-child(19),
#categories li:nth-child(20),
#categories li:nth-child(21),
#categories li:nth-child(26),
#categories li:nth-child(27),
#categories li:nth-child(28),
#categories li:nth-child(33),
#categories li:nth-child(34),
#categories li:nth-child(35),
#categories li:nth-child(40),
#categories li:nth-child(41),
#categories li:nth-child(42),
#categories li:nth-child(47),
#categories li:nth-child(48),
#categories li:nth-child(49),
#categories li:nth-child(54),
#categories li:nth-child(55),
#categories li:nth-child(56) {
    margin-top: -5.3%;
    /* = w / 6 */
    margin-bottom: -5.3%;
    /* = w / 6 */
    -webkit-transform: translateX(50%) rotate(-60deg) skewY(30deg);
    -ms-transform: translateX(50%) rotate(-60deg) skewY(30deg);
    transform: translateX(50%) rotate(-60deg) skewY(30deg);
  }

  #categories li:nth-child(8n) {
    margin-left: 0%;
  }

  #categories li:nth-child(8n) {
    clear: left;
    transform: translateX(0) rotate(-60deg) skewY(30deg);
  }

  #categories li:last-child {
    margin-bottom: 0%;
  }
}
@media (max-width: 767px) {
  #categories li {
    width: 48.75%;
    /* = (100 -2.5) / 2 */
    padding-bottom: 56.29330254%;
    /* =  width /0.866 */
  }

  #categories li:nth-child(3n+3) {
    margin-left: 25.5%;
    clear: both;
    margin-top: -12.1875%;
    /* = w / 4 */
    margin-bottom: -12.1875%;
    /* = w / 4 */
  }

  #categories li:nth-child(3n+2) {
    float: right;
  }

  #categories li:nth-child(3n+3):last-child {
    margin-bottom: 0%;
  }

  #categories li:nth-child(3n+4) {
    clear: left;
    transform: translateX(0) rotate(-60deg) skewY(30deg);
  }
}
#categories li * {
  position: absolute;
  visibility: visible;
  overflow: hidden;
}

#categories li > div {
  width: 100%;
  height: 100%;
  text-align: center;
  color: #fff;
  overflow: hidden;
  -webkit-transform: skewY(-30deg) rotate(60deg);
  -ms-transform: skewY(-30deg) rotate(60deg);
  transform: skewY(-30deg) rotate(60deg);
  -webkit-backface-visibility: hidden;
}

/* HEX CONTENT */
#categories li img {
  left: 50%;
  top: 50%;
  width: auto;
  margin: 0 auto;
  transform: translate(-50%, -50%);
  max-width: 300px;
}

#categories li .flip-content {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  text-align: center;
  width: 100%;
  padding: 20px 10px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

#categories li .front .flip-content {
  font-size: 21px;
}

#categories li .flip-content * {
  position: static;
}

#categories li .flip-content {
  font-size: 19px;
  line-height: 1.2;
}

#categories li .front {
  background-repeat: repeat;
  background-position: center;
}

#categories li .flip-content p {
  color: white;
  padding-bottom: 10px;
  font-size: 14px;
  font-weight: 300;
  font-family: "Muli", sans-serif;
}

#categories li .flip-content p.title {
  font-size: 16px;
  font-weight: 600;
}

#categories li .flip-content.lg {
  font-size: 27px;
}

#categories li .flip-content.title-lg {
  font-size: 85px;
}

#categories li .flip-content.md {
  font-size: 24px;
}

#categories li .flip-content.title-md {
  font-size: 80px;
}

#categories li .flip-content.title-sm {
  font-size: 72px;
}

#categories li .flip-content.sm {
  font-size: 22px;
}

#categories li .flip-content.title-xs {
  font-size: 38px;
}

#categories li .front .flip-content,
#categories li .front .flip-content p {
  color: #fff;
}

#categories li .flip-content p:last-child {
  padding-bottom: 0;
}

#categories li .back .flip-content p a {
  background: transparent;
  display: inline-block;
  border-radius: 18px;
  color: #fff;
  text-transform: uppercase;
  padding: 4px 6px 4px 11px;
  font-size: 12px;
  font-weight: 600;
}

#categories li .front .flip-content p span {
  color: #e96251;
}

#categories li .front .flip-content p .hash-tag {
  font-weight: bold;
}

#categories li .back .flip-content p a i {
  font-size: 21px;
  vertical-align: middle;
  padding-left: 3px;
}

@media (max-width: 1024px) {
  #news-month.style2 {
    overflow: hidden;
  }

  #hexagons {
    margin-bottom: 15em;
  }
}
@media (max-width: 991px) {
  #categories li .front .flip-content.title-xs {
    font-size: 29px;
  }

  #categories li .front .flip-content.title-lg {
    font-size: 60px;
  }

  #categories li .front .flip-content.title-md {
    font-size: 50px;
  }

  #categories li .front .flip-content {
    font-size: 17px;
  }

  #categories li .flip-content.lg {
    font-size: 22px;
  }

  #categories li .flip-content.md {
    font-size: 18px;
  }

  #categories li .flip-content.sm {
    font-size: 16px;
  }

  #categories li .flip-content {
    font-size: 16px;
  }

  .initiative.style2 .initiative--title {
    font-size: 19px;
  }

  #hexagons {
    overflow: hidden;
    margin: 1em auto 0;
    padding-top: 3em;
    padding-bottom: 3em;
  }

  #categories {
    width: auto;
    padding: 0 12px;
  }

  #hexagons .el-bg.bg-11 {
    top: 996px;
  }

  #hexagons .el-bg.bg-12 {
    top: 1152px;
  }

  .page-template-our-impact .header {
    max-height: none;
  }

  .banner-description-body {
    padding-top: 10em;
  }

  .banner-description h2 {
    font-size: 2.5em;
    margin-bottom: 25px;
  }

  .banner-description p {
    font-size: 17px;
    line-height: 1.5;
  }
}
@media (max-width: 767px) {
  #categories li .front .flip-content.title-xs {
    font-size: 32px;
  }

  #categories li .front .flip-content.title-lg {
    font-size: 48px;
  }

  #categories li .front .flip-content.title-md {
    font-size: 38px;
  }

  #categories li .front .flip-content {
    font-size: 23px;
  }

  #categories li .flip-content.lg {
    font-size: 27px;
  }

  #categories li .flip-content.md {
    font-size: 26px;
  }

  #categories li .flip-content.sm {
    font-size: 23px;
  }

  #categories li .flip-content {
    font-size: 23px;
  }

  #hexagons .el-bg.bg-14 {
    top: 1751px;
  }

  #categories li img {
    height: auto;
  }

  .initiative.style2 a {
    padding-bottom: 20px;
    padding-top: 10px;
  }

  #news-month.style2 .news-figure {
    background-position: 0 0;
    padding: 20px 16px 20px;
  }

  .initiative.style2 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .page-template-our-impact .header {
    background-position: -62px;
  }

  .banner-description div[class*=col] {
    position: static;
  }

  .banner-description-body {
    padding: 0;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.47);
    padding: 20px 15px 15px;
  }

  .banner-description h2 {
    font-size: 1.8em;
    margin-bottom: 15px;
  }

  .banner-description p {
    font-size: 16px;
    line-height: 1.3;
    text-transform: none;
  }
}
@media (max-width: 560px) {
  #categories li .front .flip-content.title-xs {
    font-size: 22px;
  }

  #categories li .front .flip-content.title-lg {
    font-size: 38px;
  }

  #categories li .front .flip-content.title-md {
    font-size: 28px;
  }

  #categories li .front .flip-content {
    font-size: 13px;
  }

  #categories li .flip-content.lg {
    font-size: 17px;
  }

  #categories li .flip-content.md {
    font-size: 16px;
  }

  #categories li .flip-content.sm {
    font-size: 13px;
  }

  #categories li .flip-content {
    font-size: 13px;
  }

  #categories {
    padding: 0 8px;
  }

  #categories li .back .flip-content p a {
    font-size: 11px;
    padding: 0px 6px 0px 11px;
  }

  #categories li .back .flip-content p a i {
    font-size: 15px;
    line-height: 1.5;
  }

  #categories li .flip-content p {
    font-size: 10px;
    line-height: 15px;
  }

  #categories li .flip-content p.title {
    font-size: 12px;
  }
}
@media (max-width: 375px) {
  .page-template-our-impact .header {
    background-position: -87px;
  }

  .banner-description h2 {
    font-size: 1.5em;
  }
}
@media (max-width: 320px) {
  #categories li .front .flip-content.title-xs {
    font-size: 19px;
  }

  #categories li .front .flip-content.title-lg {
    font-size: 33px;
  }

  #categories li .front .flip-content.title-md {
    font-size: 24px;
  }

  #categories li .front .flip-content {
    font-size: 12px;
  }

  #categories li .flip-content.lg {
    font-size: 13px;
  }

  #categories li .flip-content.md {
    font-size: 12px;
  }

  #categories li .flip-content.sm {
    font-size: 12px;
  }

  #categories li .flip-content {
    font-size: 11px;
  }

  #categories li .flip-content p {
    padding-bottom: 5px;
  }

  .page-template-our-impact .header {
    background-position: -104px;
  }

  .banner-description h2 {
    font-size: 1.3em;
  }

  .banner-description p {
    font-size: 14px;
  }
}
/* Flip EFFECT  */
.flip-container {
  -webkit-perspective: 1000;
  -moz-perspective: 1000;
  -ms-perspective: 1000;
  perspective: 1000;
  -ms-transform: perspective(1000px);
  -moz-transform: perspective(1000px);
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
}

/*  UPDATED! flip the pane when hovered */
.flip-container:hover .back {
  transform: rotateY(0deg);
}

.flip-container:hover .front {
  transform: rotateY(180deg);
}

.flip-container,
.front,
.back {
  width: 100%;
  height: 100%;
}

/* flip speed goes here */
.flipper {
  width: 100%;
  height: 100%;
  -webkit-transition: 1s;
  -webkit-transform-style: preserve-3d;
  -ms-transition: 1s;
  -moz-transition: 1s;
  -moz-transform: perspective(1000px);
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transition: 1s;
  transform-style: preserve-3d;
  position: relative !important;
}

/* hide back of pane during swap */
.front,
.back {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: 1s;
  -webkit-transform-style: preserve-3d;
  -webkit-transform: rotateY(0deg);
  -moz-transition: 1s;
  -moz-transform-style: preserve-3d;
  -moz-transform: rotateY(0deg);
  -o-transition: 1s;
  -o-transform-style: preserve-3d;
  -o-transform: rotateY(0deg);
  -ms-transition: 1s;
  -ms-transform-style: preserve-3d;
  -ms-transform: rotateY(0deg);
  transition: 1s;
  transform-style: preserve-3d;
  transform: rotateY(0deg);
  position: absolute;
  top: 0;
  left: 0;
}

/*  UPDATED! front pane, placed above back */
.front {
  -webkit-transform: rotateY(0deg);
  -ms-transform: rotateY(0deg);
  z-index: 2;
}

/* back, initially hidden pane */
.back {
  -webkit-transform: rotateY(-180deg);
  -moz-transform: rotateY(-180deg);
  -o-transform: rotateY(-180deg);
  -ms-transform: rotateY(-180deg);
  transform: rotateY(-180deg);
  background: #3a89d7;
}

/* Qotes Slider New */
.slick-list {
  overflow: visible;
}

.slick-slider {
  max-height: 600px;
}

.slick-slider .quote-info {
  display: none;
}

body > .quote-info {
  display: block;
  position: fixed;
  z-index: 1000;
  background: rgba(0, 0, 0, 0.8);
  padding: 40px;
  opacity: 0;
  color: black;
  top: 0%;
  left: 0%;
  width: 100%;
  height: 100%;
  right: 0;
  bottom: 0;
  transition: all ease 0.4s;
}

body > .quote-info.show {
  opacity: 1;
  transition: all ease 0.4s;
}

.quote-logo-header {
  position: relative;
  top: 0;
  background: white;
  height: 80px;
  width: 828px;
  left: 0;
  margin-top: -40px;
  margin-bottom: 40px;
}

@media screen and (max-width: 827px) {
  .quote-logo-header {
    width: 100%;
  }
}
.quote-logo-header-image {
  position: absolute;
  width: auto;
  display: inline-block;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  max-width: 150px;
}

.quote-info-box {
  width: 90vw;
  max-width: 843px;
  margin: 0 auto;
  background: white;
  padding: 40px 0;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  position: absolute;
  height: 80vh;
  overflow-y: scroll;
}
.quote-info-box .container {
  height: auto;
  max-width: 620px;
  margin: 0 auto;
}

.info-image-big {
  height: 372px;
  background-size: cover;
  background-repeat: no-repeat;
  margin-bottom: 40px;
  margin-top: -40px;
  background-position: center top;
}

@media screen and (max-width: 786px) {
  .quote-info-box {
    width: 100vw;
  }

  .info-image-big {
    height: 340px;
  }
}
.quote_info_headline {
  font-weight: 500;
  font-size: 26px;
  color: #3a89d7;
  margin-bottom: 40px;
  margin-top: 20px;
  text-align: center;
}

.quote_info_text {
  line-height: 1.5;
}

.quote_close {
  position: absolute;
  top: 28px;
  right: 20px;
  font-weight: 300;
  border-bottom: none;
  cursor: pointer;
  color: #d1d1d1;
  font-size: 20px;
}

.quote_info_link {
  color: white;
  padding: 18px 18px;
  border: 1px solid white;
  display: inline-block;
  margin-top: 20px;
  background: rgba(255, 255, 255, 0.2);
  margin-bottom: 10px;
  margin-right: 10px;
  transition: all ease 0.3s;
  text-decoration: none;
  position: relative;
}

.quote_info_link:after {
  content: "";
  background: url(/wp-content/themes/picuscapitaltheme/includes/img/arrow-top.svg);
  position: absolute;
  background-size: cover;
  width: 15.5px;
  height: 15.5px;
  left: 10px;
  top: 10px;
}

.info-image {
  display: block;
  width: 100%;
  max-width: 100% !important;
  margin: 0 auto 10px !important;
}

img.info-image {
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  padding: 20px 0;
}

.row.info-text-box {
  margin-bottom: 20px;
  align: start !important;
}

.quote_info_text p.headline {
  color: #448dd6;
  font-weight: 600;
}

a.quote_info_link_video {
  color: #3a89d7;
  padding: 10px;
  border: 2px solid #3a89d7;
  display: inline-block;
  margin-top: 20px;
  background: rgba(255, 255, 255, 0.2);
  margin-bottom: 10px;
  margin-right: 10px;
  transition: all ease 0.3s;
  text-decoration: none;
  font-size: 18px;
  margin-bottom: 40px;
  float: right;
}

@media screen and (max-width: 768px) {
  a.quote_info_link_video {
    float: none;
  }
}
.quote_info_link:hover {
  color: white;
  padding: 18px 18px;
  border: 1px solid #3a89d7;
  display: inline-block;
  margin-top: 20px;
  background: #3a89d7;
  margin-bottom: 10px;
  cursor: pointer;
}

a.quote_info_link_video:hover {
  border: 2px solid #3a89d7;
  background: #3a89d7;
  color: white;
}

/* Home Heading */

.page-id-3083 .site-content {
    margin-top: 0px;
    margin-bottom: 100px;
}

.home-header-headline {
    font-family: 'Montserrat';
    font-size: 56px;
    line-height: 68px;
    letter-spacing: 3px;
	text-align: center;
}

.home-header-headline span{
	color: #3A89D7;
}

a.home-header-link {
    text-align: center;
    text-decoration: none;
    display: block;
    color: #3A89D7;
    font-family: 'Montserrat';
    font-size: 24px;
    font-weight: 500;
    margin-top: 80px;
	position: relative;
}

a.home-header-link:after {
	content: "";
    height: 20px;
    width: 20px;
    background: url(/wp-content/themes/picuscapitaltheme/includes/img/arrow-right.svg);
    position: absolute;
    top: 38px;
    left: calc(50% - 20px);
    background-repeat: no-repeat;
    transform: rotate(90deg);
}

@media screen and (max-width: 768px){
	.home-header-headline {
    font-size: 28px;
    line-height: 46px;
  }
	
	a.home-header-link {
    font-size: 20px;
    margin-top: 40px;
  }
}


/* Home Slider */

.home_slide .quote-image {
    background-position: top center;
}

.home_slide .quote-image:before {
    background: rgba(0, 0, 0, 0.25);
}

.home_slide  .quote-image .row, .quote_logo img {
    top: 70%;
}

@media screen and (max-width: 768px){
	.home_slide .quote-image .row, .quote_logo img{
		top: 52%;
	}
	
	.home_slider_wrapper button.slick-prev.slick-arrow{
		top: 90%;
		left: 10px;
}	
	
	.home_slider_wrapper  button.slick-next.slick-arrow{
		top: 90%;
}	
	
	
	.home_slide .quote_logo img{
		height: auto;
		width: 120px;
		max-height: none;
	}
	

	.home_slide  .quote-image {
		min-height: auto;
	}
}


/* Single Quotes */
/* New Hexagons */
#hexGrid {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
  font-family: sans-serif;
  list-style-type: none;
  padding-left: 0;
}

.hex {
  position: relative;
  visibility: hidden;
  outline: 1px solid transparent;
  /* fix for jagged edges in FF on hover transition */
  transition: all 0.5s;
  backface-visibility: hidden;
  will-change: transform;
  transition: all 0.5s;
  margin-top: -16px;
}

@-moz-document url-prefix() {
  .hex {
    margin-top: 0px;
  }
}
.hex::after {
  content: "";
  display: block;
  padding-bottom: 86.602%;
  /* =  100 / tan(60) * 1.5 */
}

.hexIn {
  position: absolute;
  width: 96%;
  padding-bottom: 110.851%;
  /* =  width / sin(60) */
  margin: 2%;
  overflow: hidden;
  visibility: hidden;
  outline: 1px solid transparent;
  /* fix for jagged edges in FF on hover transition */
  -webkit-transform: rotate3d(0, 0, 1, -60deg) skewY(30deg);
  -ms-transform: rotate3d(0, 0, 1, -60deg) skewY(30deg);
  transform: rotate3d(0, 0, 1, -60deg) skewY(30deg);
  transition: all 0.5s;
}

.hexIn * {
  position: absolute;
  visibility: visible;
  outline: 1px solid transparent;
  /* fix for jagged edges in FF on hover transition */
}

.hexLink {
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
  color: #fff;
  overflow: hidden;
  -webkit-transform: skewY(-30deg) rotate3d(0, 0, 1, 60deg);
  -ms-transform: skewY(-30deg) rotate3d(0, 0, 1, 60deg);
  transform: skewY(-30deg) rotate3d(0, 0, 1, 60deg);
}

/*** HEX CONTENT **********************************************************************/
.hex img {
  left: -100%;
  right: -100%;
  width: auto;
  height: 60%;
  margin: 0 auto;
  top: 50%;
  transform: translateY(-50%);
}

.hex p {
  width: 100%;
  padding: 5%;
  box-sizing: border-box;
  font-weight: 300;
  opacity: 0;
}

#demo1 {
  color: white;
  text-align: center;
  bottom: 60%;
  padding-top: 0%;
  font-size: 1.5em;
  z-index: 1;
}

#demo2 {
  top: 48%;
  text-align: center;
  text-transform: none;
  font-size: 13px;
  transform: translateY(-50%);
  line-height: 1, 4;
}

.read-more-link {
  top: 78%;
  text-align: center;
  margin: 0 auto;
  display: block;
  width: 100%;
  color: white;
  opacity: 0;
}

@media screen and (max-width: 800px) {
  #demo1 {
    font-size: 14px;
    margin-bottom: 4px;
  }

  #demo2 {
    font-size: 11px;
    line-height: 1.1;
  }
}
.hex .img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-position: center center;
  background-size: cover;
  overflow: hidden;
  background: #f9f9f9;
  -webkit-clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
  clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
}

.hex .img:before,
.hex .img:after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: "";
  opacity: 0;
  transition: opacity 0.1s;
}

.hex .img:before {
  background: #438dd6;
}

.hex .img:after {
  background: #438dd6;
}

/*** HOVER EFFECT  **********************************************************************/
.hexLink:hover h1,
.hexLink:focus h1,
.hexLink:hover p,
.hexLink:focus p,
.hexLink:hover .read-more-link,
.hexLink:focus .read-more-link {
  opacity: 1;
  transition: 0.1s;
}

.hexIn:hover .img:before,
.hexIn:hover .img:after,
.hexIn:hover .hexLink {
  opacity: 1;
}

/*** HEXAGON SIZING AND EVEN ROW INDENTATION *****************************************************************/
@media (min-width: 1080px) {
  /* <- 4-3  hexagons per row */
  #hexGrid {
    padding-bottom: 10%;
    font-size: 13px;
  }

  .hex {
    width: 20%;
    /* = 100 / 4 */
  }

  .hex:nth-child(9n+6) {
    /* first hexagon of even rows */
    margin-left: 10%;
    /* = width of .hex / 2  to indent even rows */
  }
}
@media (max-width: 1080px) and (min-width: 801px) {
  /* <- 3-2  hexagons per row */
  #hexGrid {
    padding-bottom: 10%;
    font-size: 14px;
  }

  .hex {
    width: 33.333%;
    /* = 100 / 3 */
  }

  .hex:nth-child(5n+4) {
    /* first hexagon of even rows */
    margin-left: 16.666%;
    /* = width of .hex / 2  to indent even rows */
  }
}
@media (max-width: 800px) {
  /* <- 2-1  hexagons per row */
  #hexGrid {
    padding-bottom: 15.2%;
    font-size: 12px;
  }

  .hex {
    width: 50%;
    /* = 100 / 3 */
  }

  .hex:nth-child(3n+3) {
    /* first hexagon of even rows */
    margin-left: 25%;
    /* = width of .hex / 2  to indent even rows */
  }
}
@media (max-width: 400px) {
  #hexGrid {
    font-size: 8px;
  }
}
.hex:last-child .read-more-link {
  display: none;
}

/* Slick Slier Arrows */
.slick-prev:before {
  background-image: url("/wp-content/themes/picuscapitaltheme/includes/img/left-arrow.svg");
  background-size: 32px 32px;
  display: inline-block;
  width: 32px;
  height: 32px;
  content: "";
}

.slick-next:before {
  background-image: url("/wp-content/themes/picuscapitaltheme/includes/img/left-arrow.svg");
  transform: rotate(180deg);
  background-size: 32px 32px;
  display: inline-block;
  width: 32px;
  height: 32px;
  content: "";
}

.icon-widget-wrapper {
  text-align: center;
  margin-bottom: 62px;
}
.icon-widget-wrapper .icon {
  height: 120px;
  display: flex;
  justify-content: center;
}
.icon-widget-wrapper .icon img {
  max-width: 100px;
  height: auto;
}
.icon-widget-wrapper .headline {
  font-family: "Montserrat";
  font-size: 38px;
  line-height: 30px;
  color: #438dd6;
  margin: 40px 0 28px;
  display: inline-block;
}
.icon-widget-wrapper .subline {
  font-size: 16px;
}

.news-box {
  transition: all ease 0.6s;
  margin-bottom: 60px;
}

.news-box a {
  text-decoration: none;
  color: inherit;
}

.news-box:hover a.news-external-link {
  background: #000000;
}

.news-image img {
  /* filter: url(filters.svg#grayscale); Firefox 3.5+ */
  filter: gray;
  /* IE5+ */
  -webkit-filter: grayscale(1);
  /* Webkit Nightlies & Chrome Canary */
  -webkit-transition: all 0.4s ease-in-out;
  margin-bottom: 30px;
}
.news-image img:hover {
  filter: none;
  -webkit-filter: grayscale(0);
}

.news-date {
  font-size: 15px;
  line-height: 30px;
  color: #3a89d7;
  margin-bottom: 22px;
}

.news-headline {
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 30px;
  max-width: 90%;
  transition: all ease 0.4s;
}

.news-box:hover .news-headline {
  text-decoration: underline;
}

a.news-external-link {
  width: 35px;
  height: 35px;
  background: #d9d9d9;
  display: block;
  position: relative;
  transition: all ease 0.6s;
  margin-bottom: 20px;
}

a.news-external-link:hover {
  background: #000000;
}

a.news-external-link:after {
  content: "";
  background: url(/wp-content/themes/picuscapitaltheme/includes/img/arrow-top.svg);
  position: absolute;
  background-size: cover;
  width: 15.5px;
  height: 15.5px;
  left: 10px;
  top: 10px;
}

.intern-link {
  color: #3a89d7;
  font-size: 20px;
  line-height: 30px;
  text-decoration: none;
  font-weight: 400;
  position: relative;
  font-family: "Montserrat";
  transition: text-shadow 0.4s;
}
.intern-link:hover {
  text-shadow: 0px 0px 0px #3a89d7, 0px 0px 0px #3a89d7;
  position: relative;
}
.intern-link::after {
  content: "";
  background: url(/wp-content/themes/picuscapitaltheme/includes/img/arrow-right.svg);
  position: absolute;
  bottom: 8px;
  background-size: cover;
  width: 13px;
  height: 6px;
  margin-left: 12px;
  transiton: all ease 0.4s;
}

/* Qutes Slider */
.slick-dotted.slick-slider {
  margin-bottom: 0px;
}

.quotes_slide {
  display: inline-block;
  float: left;
}

.quote-image {
  width: 100%;
  height: 600px;
  min-height: 600px;
  background-size: cover;
  position: relative;
  background-position: center center;
}

.quote-image:before {
  content: "";
  display: block;
  display: inline-block;
  width: 100%;
  min-height: 600px;
  background: rgba(0, 0, 0, 0.15);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.quote-image .row,
.quote_logo img {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.quote_logo img {
  display: block;
    width: auto;
    max-height: 40px;
}

.quote_logo {
  margin-bottom: 20px;
}

.quote,
.quote p {
  color: white;
  font-size: 16px;
  line-height: 21px;
  margin-bottom: 20px;
  font-family: "Montserrat";
}

.quote_author,
.quote_author_position {
  color: white;
  line-height: 22px;
}

.slick-next {
  right: 20px;
}

.slick-prev {
  left: 20px;
  z-index: 1;
}

@media screen and (max-width: 600px) {
  .quote-image {
    min-height: 700px;
  }
}
/* Card Widget */
.card-widget-wrapper {
  background: #f4f4f4;
  padding: 33px 68px 33px 33px;
  display: block;
  margin-bottom: 25px;
}
@media screen and (max-width: 960px) {
  .card-widget-wrapper {
    padding: 33px;
  }
}

.card_headline {
  font-size: 20px;
  font-family: "muli";
  color: #3a89d7;
  margin-bottom: 38px;
}

.card_content {
  font-size: 16px;
  font-weight: 300;
  line-height: 22px;
}

/* World Map and Tabs for FlipCards */
.wpb-js-composer .vc_tta-color-grey.vc_tta-style-classic .vc_tta-tab.vc_active > a {
  border-color: #fff !important;
  background-color: #fff !important;
  color: #3a89d7 !important;
  padding: 0 !important;
  margin-right: 30px !important;
}

.wpb-js-composer .vc_tta-color-grey.vc_tta-style-classic .vc_tta-tab > a {
  border-color: #fff !important;
  background-color: #fff !important;
  color: #666 !important;
  padding: 0 !important;
  margin-right: 30px !important;
}

.vc_tta-panel-body {
  background: white !important;
  padding: 0 !important;
}

ul.vc_tta-tabs-list {
  padding: 20px 0 !important;
  border-bottom: 2px solid #3a89d7 !important;
}

.world-map h2 {
  font-size: 20px;
  color: #3a89d7;
  margin-bottom: 10px;
  font-family: "Muli";
  font-weight: 400;
}

.world-map h2:after {
  display: none;
}

tspan {
  display: none;
}

div#map-container-0 path {
  stroke: white !important;
}

/* Portfolio Flip Cards */
.flip-card-wrapper.row {
  margin-left: -2px;
  margin-right: 0px;
  margin-top: 20px;
}

@media screen and (max-width: 768px){
	.flip-card-wrapper.row {
    margin-top: 20px;
}
}

.flip-card-wrapper .p-1 {
  padding: 2px !important;
}

.hexLink:hover {
  cursor: default;
}

.hexLink:hover .exit {
  opacity: 0;
}

.hexLink:hover a.portfolio-link-icon {
  display: block;
}

.hex:last-child a.portfolio-link-icon {
  display: none;
}

.exit {
  z-index: 499;
  display: block;
  position: absolute;
  top: 9%;
  width: 100%;
  height: 20px;
  text-align: center;
  font-weight: bold;
  font-size: 16px;
  transition: 0.2s ease all;
  color: grey;
  left: 0;
}

@media screen and (max-width: 768px) {
  .exit {
    font-size: 14px;
  }
}
.exit span {
  display: block;
  text-align: center;
  margin: 0 auto;
  margin-left: 50%;
  transform: translate(-50%);
}

.transparent-box {
  display: block;
  background: rgba(244, 244, 244, 0.5);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
}

.flip-card {
  min-height: 298px;
  background: white;
  height: inherit;
}

.flip-card-front,
.flip-card-back {
  width: calc(100% - 3px);
  height: 100%;
  overflow: hidden;
  -webkit-perspective: 0;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  visibility: visible;
  backface-visibility: hidden;
  position: absolute;
  transition: transform 0.6s linear;
  padding: 30px 24px;
  color: white;
}

.flip-card-front {
  transform: perspective(600px) rotateY(0deg);
}

.flip-card img {
  width: 100%;
  margin: 0 auto;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  left: 50%;
  max-width: 300px;
  height: auto;
}

.flip-card-back {
  background: #3a89d7;
  transform: perspective(600px) rotateY(180deg);
}

.flip-card-back-content {
  color: #fff;
  width: 100%;
  font-size: 15px;
}

.flip_card_title {
  font-weight: 600;
  margin-bottom: 20px;
}

.flip_card_description {
  line-height: 20px;
}

a.portfolio-link-icon {
  width: 28px;
  height: 28px;
  background: #fff;
  display: block;
  position: absolute;
  bottom: 30px;
  transition: all ease 0.6s;
  cursor: pointer;
  transform: translateX(-50%);
  left: 50%;
  display: none;
}

a.portfolio-link-icon:hover {
  background: #eee;
}

a.portfolio-link-icon:after {
  content: "";
  background: url(/wp-content/themes/picuscapitaltheme/includes/img/arrow-top-blue.svg);
  position: absolute;
  background-size: cover;
  width: 12.5px;
  height: 12.5px;
  left: 8px;
  top: 8px;
}

@media screen and (max-width: 768px) {
  a.portfolio-link-icon {
    width: 15px;
    height: 15px;
    background: #fff;
    display: block;
    position: absolute;
    bottom: 15px;
    transition: all ease 0.6s;
    cursor: pointer;
    transform: translateX(-50%);
    left: 50%;
    display: none;
  }

  a.portfolio-link-icon:after {
    width: 7.75px;
    height: 7.75px;
    left: 4px;
    top: 4px;
  }
}
.flip-card:hover > .flip-card-front {
  transform: perspective(600px) rotateY(-180deg);
}

.flip-card:hover > .flip-card-back {
  transform: perspective(600px) rotateY(0deg);
}

/* Portfolio Filter */
div#pre-seed:before {
  content: "|";
  margin-left: 4px;
  margin-right: 20px;
  color: black;
}

div#pre-seed:after {
  content: "Filter by initial Investment";
  position: absolute;
  top: -10px;
  color: #3a89d7;
  font-size: 14px;
  transform: translate(-28%);
  cursor: not-allowed;
  pointer-events: none;
}

div#europe:before {
  content: "Filter by Location";
  position: absolute;
  top: -10px;
  color: #3a89d7;
  font-size: 14px;
  transform: translate(66%);
  cursor: not-allowed;
  pointer-events: none;
}

@media screen and (max-width: 768px) {
  div#pre-seed:before {
    margin-left: 0px;
    margin-right: 40px;
    display: none;
  }

  div#pre-seed:after {
    display: none;
  }

  div#europe:before {
    display: none;
  }
}
.portfolio-filter {
  border-bottom: 2px solid #3a89d7;
  padding: 20px 5px;
  display: block;
}

.portfolio-filter-item {
  margin-right: 20px;
  display: inline-block;
  cursor: pointer;
  font-size: 16px;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
@media screen and (max-width: 768px) {
	
	.portfolio-filter-item[data-land="0"] {
    display: block;
}
	.portfolio-filter-item {
    width: 120px;
    margin-right: 0;
    display: inline-block;
}
	
	div#seedandseriesa {
    width: 160px;
}
	
  .portfolio-filter-item {
    padding: 10px 0;
  }
}

@media screen and (max-width: 374px) {
	
	.portfolio-filter-item {
    width: 95px;
    margin-right: 0;
    display: inline-block;
}
}

.portfolio-filter-item:hover,
.portfolio-filter-item.active {
  color: #3a89d7;
}

.loading-style {
  position: relative;
}

.loading-style:before {
  background-color: rgba(255, 255, 255, 0.9);
  background-image: url("./includes/img/Reload-1.5s-53px.gif");
  background-repeat: no-repeat;
  background-position: center center;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  display: block;
  z-index: -1;
  opacity: 0;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

.loading-style.loading-animation:before {
  z-index: 9;
  opacity: 1;
}

/* Accordion */
.q-box {
  border-bottom: 1px solid #848484;
  padding: 30px 0px;
  width: 100%;
  margin: 0 auto;
  position: relative;
  font-size: 25px;
  font-family: "Montserrat";
  color: #438dd6;
  cursor: pointer;
  transition: all ease 0.4s;
}

.q-box:after {
  content: "";
  height: 3px;
  background: #438dd6;
  width: 0%;
  position: absolute;
  bottom: 0;
  left: 0;
  transition: all ease 1.4s;
}

.q-box.full:after {
  width: 100%;
}

.q-box:before {
  transition: opacity ease 0.4s;
  content: "";
  background: url(/wp-content/themes/picuscapitaltheme/includes/img/arrow-right.svg);
  position: absolute;
  right: 8px;
  bottom: 40px;
  background-size: cover;
  width: 13px;
  height: 6px;
  transform: rotate(90deg);
  transition: opacity ease 0.4s;
  opacity: 1;
}

.q-box:hover:before {
  transition: opacity ease 0.4s;
  opacity: 1;
}

.answer {
  width: 100%;
  margin: 0 auto;
  padding: 30px 0px;
  display: none;
  font-size: 16px;
}

.answer p {
  position: relative;
  margin-bottom: 10px;
  padding: 8px 0;
}

.answer p:after {
  content: "";
  width: 20px;
  height: 1px;
  background: #438dd6;
  position: absolute;
  left: 0;
  bottom: -10px;
}

.video-hero {
  margin-top: 50vh;
  transform: translateY(-50%);
}
.video-hero p {
  color: white;
  width: 76%;
  font-size: 32px;
  font-family: "Montserrat";
  font-weight: 400;
  text-align: center;
  margin-left: 12%;
  line-height: 52px;
}
@media screen and (max-width: 900px) {
  .video-hero p {
    font-size: 22px;
    line-height: 32px;
  }
}
.video-hero .learn-more p a {
  font-size: 20px;
  color: #3A89D7;
  position: relative;
  text-decoration: none;
  font-family: Muli;
  font-weight: normal;
}
.video-hero .learn-more p a:after {
  content: "";
  width: 2px;
  height: 0px;
  background-color: #3A89D7;
  position: absolute;
  transition: all 0.6s ease 0s;
  margin-left: -56px;
  top: 88px;
}
.video-hero .learn-more p a:hover:after {
  content: "";
  height: 60vh;
}

.intro-video {
  position: relative;
  background-color: black;
  height: 100vh;
  min-height: 25rem;
  width: 100%;
  overflow: hidden;
}

.intro-video video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: 0;
  -ms-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

.intro-video .container {
  position: relative;
  z-index: 2;
}

.intro-video .overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: black;
  opacity: 0.35;
  z-index: 1;
}

@media (pointer: coarse) and (hover: none) {
  .intro-video {
    background: no-repeat center center scroll;
  }

  .intro-video video {
    display: none;
  }
}
/*--------------------------------------------------------------
Front Page Classes
--------------------------------------------------------------*/
section.intro {
  padding-top: 80px !important;
  margin-bottom: 56px;
}
section.intro h1 {
  margin-bottom: 64px !important;
  font-size: 32px;
  line-height: 52px;
  font-weight: 400;
  color: #438dd6;
}
section.intro h1::after {
  display: none;
}

section.count-up-info,
section.news {
  padding-top: 62px !important;
}

section.news {
  margin-bottom: 62px;
}

@media (max-width: 820px) {
  section.count-up-info .vc_col-sm-3,
section.count-up-info .vc_col-sm-1\/5 {
    width: 50% !important;
    float: left;
  }
}
@media (max-width: 400px) {
  section.count-up-info .vc_col-sm-3,
section.count-up-info .vc_col-sm-1\/5 {
    width: 100% !important;
    float: none;
  }
}
.about-hero p {
  color: white;
  width: 84%;
  font-size: 32px;
  font-family: "Montserrat";
  font-weight: 400;
  text-align: center;
  margin-left: 8%;
  line-height: 52px;
  padding: 50px 0px 60px;
}
@media screen and (max-width: 900px) {
  .about-hero p {
    line-height: 32px;
    font-size: 24px;
  }
}
@media screen and (min-width: 900px) {
  .about-hero .about-hero h2 {
    max-width: 600px;
    left: 50%;
    margin-left: -300px;
  }
}

section.vc_section.values {
  margin-top: 50px;
}

.intro-about {
  padding-bottom: 86px;
}

.about-us-offices {
  padding-top: 102px;
  padding-bottom: 86px;
}

@media screen and (max-width: 768px) {
  .about-us-offices p {
    text-align: center;
  }
}
.about-description-section {
  padding-top: 80px;
  padding-bottom: 86px;
}

.values h2 {
  font-size: 32px;
  padding-bottom: 40px;
  font-weight: 400;
}

.values h2::after {
  content: " ";
  width: 0px;
  height: 0px;
}

@media screen and (max-width: 768px) {
  .vc_row.wpb_row.vc_row-fluid.icons-negative-up {
    margin-top: -300px;
  }
}
@media screen and (max-width: 400px) {
  .vc_row.wpb_row.vc_row-fluid.icons-negative-up {
    margin-top: 0px;
  }
}
.about-description-section h2 {
  font-size: 32px;
  line-height: 52px;
  font-weight: 400;
  font-family: "Montserrat";
  color: #438dba;
  padding: 30px 0px 20px;
  display: block;
}
.about-description-section h2::after {
  display: none;
}

.pagination {
  margin-bottom: 90px;
  font-size: 15px;
}

a.page-numbers {
  color: black;
  text-decoration: none;
  padding-left: 3px;
}

span.page-numbers.current {
  color: #3A89D7;
}

.career-box {
  text-decoration: none;
  display: flex;
  align-items: center;
  padding: 30px 10px;
  color: black;
  transition: all ease 0.4s;
}
.career-box .job_city {
  color: #3A89D7;
}
.career-box .job_title {
  font-family: Montserrat;
  font-size: 24px;
  line-height: 30px;
}
.career-box .job_description p {
  line-height: 20px;
  font-size: 16px;
}
.career-box .job-link-icon {
  position: relative;
}
.career-box .job-link-icon:after {
  content: "";
  background: url(/wp-content/themes/picuscapitaltheme/includes/img/arrow-top-black.svg);
  position: absolute;
  background-size: cover;
  width: 15.5px;
  height: 15.5px;
  left: 40px;
  top: -16px;
}
@media screen and (max-width: 768px) {
  .career-box .job_city {
    margin-bottom: 8px;
  }
  .career-box .job-link-icon:after {
    left: 12px;
    top: 0px;
  }
}

.career-box:hover {
  background: #3A89D7;
  color: white;
  transition: all ease 0.4s;
}
.career-box:hover .job_city {
  color: white;
}
.career-box:hover .job-link-icon:after {
  content: "";
  background: url(/wp-content/themes/picuscapitaltheme/includes/img/arrow-top.svg);
}
.career-box:hover p {
  color: white;
}

.portfolio-job {
  background: #F6F6F6;
  margin-bottom: 2px;
}

.portfolio-job img {
  max-width: 140px;
  margin-left: 30px;
}
@media screen and (max-width: 768px) {
  .portfolio-job img {
    margin-left: 0;
  }
}

.portfolio-job p {
  color: #438DD6;
}

.post-type-archive-career h2 {
  font-size: 32px;
  line-height: 52px;
  font-weight: 400;
  color: #438DD6;
  margin-top: 100px;
}
.post-type-archive-career h2::after {
  display: none;
}

/*--------------------------------------------------------------
Leistungen Post Grid Classes
--------------------------------------------------------------*/
.team-trigger {
  position: relative;
  width: 100%;
  padding-top: 0 !important;
  cursor: pointer;
  overflow: hidden;
  margin-top: -3px;
}

.team-popup-wrapper {
  position: fixed;
  display: none;
  top: -200%;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 200;
}

.team-popup-wrapper {
  position: fixed;
  width: 100%;
  height: 100vh;
  max-width: 100%;
  min-width: 290px;
  max-height: 100vh;
  top: 0%;
  left: 0%;
  background-color: black;
  color: white;
  overflow: scroll;
  z-index: 200;
}

.team-popup a {
  color: #31687d;
  font-weight: 500;
  text-decoration: none;
}

.team-popup a.button {
  color: #fff;
}

.team-popup a.button:hover {
  color: #31687d;
}

@media screen and (max-width: 620px) {
  .team-popup {
    padding: 20px 20px;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
  }

  .team-popup .container {
    padding: 0;
  }
}
.team-popup .team-popup-close-trigger.btn {
  top: 30px;
  right: 40px;
  width: 35px;
  height: 35px;
  cursor: pointer;
}

.team-popup .team-popup-close-trigger.btn:before {
  content: "";
  background-image: url("/wp-content/themes/picuscapitaltheme/includes/img/close-icon.svg");
  position: fixed;
  top: 30px;
  right: 40px;
  width: 35px;
  height: 35px;
  display: block;
}

.team-popup-close-trigger.bkg {
  display: none;
}

@media screen and (max-width: 1260px) {
  .team-popup .team-popup-close-trigger.btn {
    right: 24px;
  }

  .team-popup .team-popup-close-trigger.btn:before {
    right: 24px;
  }
}
@media screen and (max-width: 890px) {
  .leistung-wrapper {
    width: 50%;
  }
}
@media screen and (max-width: 580px) {
  .leistung-wrapper {
    float: none;
    width: 100%;
    max-width: 290px;
    margin: 0 auto;
  }
}
/* Own styles */
.team-box-img {
  height: auto;
}

.team-box .team_name,
.team-box .team_position {
  opacity: 0;
  transition: all ease 0.4s;
  font-weight: 400;
}

.team-box .team_name span{
  font-weight: 300;
}

.team-box-text {
  opacity: 0;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  height: 120px;
  padding: 15px;
  transition: all ease 0.4s;
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(58, 137, 215, 0.66) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(58, 137, 215, 0.66) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(58, 137, 215, 0.66) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#00ffffff", endColorstr="#3A89D7",GradientType=0 );
  /* IE6-9 */
}

.team-box .team_name {
  color: #fff;
  font-size: 20px;
  font-family: "Montserrat";
  font-weight: 600;
  position: absolute;
  left: 30px;
  bottom: 55px;
}

.team-box:hover .team_name,
.team-box:hover .team-box-text {
  opacity: 1;
}

.team-box .team_position {
  color: #fff;
  font-size: 14px;
  font-family: "Muli";
  position: absolute;
  left: 30px;
  bottom: 30px;
}

.team-box:hover .team_position {
  opacity: 1;
}

.team-popup-inner {
  padding: 20px;
}

.team-popup-inner .container {
  padding: 0;
  max-width: 100%;
}

.pop-up-team-box-text-wrapper {
  margin-top: 50vh;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .pop-up-team-box-text-wrapper {
    margin-top: 40px;
    transform: translateY(0%);
  }
}

.pop-up-team-box-img {
  width: auto;
  height: 100vh;
  background-size: cover;
  background-position: right top;
}
@media screen and (max-width: 1000px) {
  .pop-up-team-box-img {
    background-position: center top;
  }
}
@media screen and (max-width: 768px) {
  .pop-up-team-box-img {
    height: 80vh;
  }
}

.post-type-archive-team .p-1 {
  padding: 0.5px !important;
}

.team-popup-wrapper .team_name {
  font-size: 32px;
  font-family: "Montserrat";
  margin-bottom: 18px;
}

.team-popup-wrapper .team_position {
  font-size: 16px;
  color: #3a89d7;
  margin-bottom: 40px;
  font-weight: 400;
}

.team-popup-wrapper .team_position.white_headline {
  color: white;
	margin-bottom: 10px;
}

.team-popup-wrapper .team_position.team_type {
  font-size: 16px;
  color: #3a89d7;
  margin-bottom: 28px;
  font-weight: 400;
}

.team-popup-wrapper .team_description {
  margin-bottom: 42px;
}

#lp_3321 .team_description {
    height: 300px;
    overflow-y: scroll;
}


@media screen and (max-width: 768px){
	.team-popup-wrapper .team_description{
	height: inherit;
	}
}

.post-type-archive-team .intern-link {
  margin-top: 80px;
  display: block;
}

svg path#Pfad_332 {
  transition: all ease 0.4s;
}

svg:hover path#Pfad_332 {
  fill: #3a89d7;
  transition: all ease 0.4s;
}

/* Team Menu */
.team-menu {
  margin: 20px 0 40px 0;
}
.team-menu a {
  text-decoration: none;
  font-size: 16px;
  font-weight: 400;
  margin-right: 20px;
  color: black;
}

a.team-active {
  color: #438dd6;
}

@media screen and (max-width: 768px) {
  .team-menu a {
    display: block;
    margin: 16px 0;
  }
}
/*--------------------------------------------------------------
Footer Classes
--------------------------------------------------------------*/
footer {
  background: black;
  color: white;
  padding: 60px 0 40px;
  font-size: 13px;
  line-height: 22px;
}
footer p {
  font-size: 13px;
}
footer a {
  color: white;
  text-decoration: none;
}
footer .headline {
  font-size: 18px;
  line-height: 30px;
  margin-bottom: 40px;
  font-family: "Montserrat";
}
footer ul {
  list-style: none;
  margin: 0;
  text-decoration: none;
  padding: 0;
  display: inline-block;
}
footer .footer--links, footer .social--links {
  position: absolute;
  bottom: 33px;
}
footer .social--links img {
  width: 20px;
  margin-left: 8px;
}

@media screen and (max-width: 990px) {
  footer .headline {
    margin-bottom: 20px;
  }

  .textwidget, .footer--links {
    margin-bottom: 36px;
  }

  footer .footer--links, footer .social--links {
    position: relative;
    bottom: inherit;
  }

  footer .social--links img {
    margin-left: 0px;
    margin-right: 8px;
  }
}

/* --- Custom Hex Grid Styles --- */

}

/* 🦄 Unicorn Icon (Centered at the Top) */
.unicorn-icon {
    position: absolute;
    top: -15px;
    left: 50%;
    transform: translateX(-50%);
    width: 30px;
    height: auto;
}

.unicorn-icon img {
    width: 100%;
    height: auto;
}

/* 🌟 Optional Golden Frame */
.gold-frame {
    border: 3px solid gold;
    padding: 5px;
    clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
    box-shadow: 0 0 10px gold;
}

/* 🏆 Exit / IPO Label (Bottom Centered) */
.status-label {
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    background: red;
    color: white;
    padding: 4px 10px;
    font-size: 12px;
    font-weight: bold;
    border-radius: 5px;
    text-transform: uppercase;
}

.status-label:contains("IPO") {
    background: blue; /* IPO in blue for differentiation */
}

