/*
Theme Name:   OakHill
Description:  Oakhill Theme 
Author:       Toufic
Author URI:   https://toufic.me/
Theme URI:    https://toufic.me/
Template:     erzen
Version:      1.0.2
Tags: 		  blog, custom-logo, portfolio, one-column, two-columns, custom-background
Text Domain:  Oakhill

*/

body{
	font-family: "proximaNovaRegular", sans-serif !important;
    -webkit-font-smoothing:antialiased;
}

body.no-scroll{
    overflow: hidden;
}

.vcv-layout-wrapper{
	max-width: 1600px;
    display: block;
    margin: 0 auto;
}

body.archive.post-type-archive.post-type-archive-team.vcwb, body.archive.category.category-news.category-3.vcwb{
    max-width: 1600px;
    display: block;
    margin: 0 auto;
}

@media (min-width:768px){
    .vce-row-container{
        overflow: hidden;
    }
}

h1, h2, h3, h4, h5, h6{
	font-family: "ProximaNovaBold", sans-serif !important;
}

p, ul, li{
   font-family:"ProximaNovaLight", sans-serif; 
}

a, a>*{
    transition: all .3s ease;
}

a:hover{
    color:#767676 !important;
}

.menu-item a:hover{
    color: #000 !important;
}

.menu-item a{
    letter-spacing: 2px;
}

a:hover span{
    color:#767676 !important;
}

.proximanovalight{
	font-family:"ProximaNovaLight", sans-serif;
}

.current_page_item:before, .current-menu-item:before{
	background:orange;
}


.header-login-button a{
    overflow: visible !important;
    font-family: 'proximaNovaRegular', sans-serif !important;
}

.header-login-button a:before {
    content: "";
    position: absolute;
    width: 14px;
    height: 20px;
    background: url(/wp-content/uploads/2019/05/person.svg) no-repeat center / contain;
    left: -8px;
    z-index: 99999999;
    top: 11px;
}


.footer-report a{
    /*text-decoration: underline;*/
    font-family: "proximaNovaLight", sans-serif !important;
    border-bottom: 1px solid #fff;
}

.footer-report a:hover{
    border-bottom: 1px solid rgba(255, 255, 255, 0.27);
}

.footer-report a:first-child{
    border-bottom: none;
}


.vce-sandwich-menu-close-button {
    top: 22px !important;
    right: 19px !important;
    padding: 0 !important;
}

.no-margin *{
    margin: 0 !important;
} 

.esg-csr-numbers h1 strong span{
	line-height:.8;
}

.esg-slider .vce-simple-image-slider-dots {
	bottom: -45px;
}

@media (max-width:767px){
    .esg-partnership-logos .vce-single-image--align-left {
        text-align: center;
    }
}

@media (min-width:960px){
	.page-hero {
		min-height: 481px;
		max-height: 481px;
	}
	
}
.page-hero p {
    font-size: 20px !important;
}
/* .vce-text-block p > span {
    font-size: 16px !important;
    line-height: 1.2 !important;
}*/


/*====================================

Styleing the select Tag

====================================*/


.select-hidden {
  display: none;
  visibility: hidden;
  padding-right: 10px;
}

.select {
  cursor: pointer;
  display: inline-block;
  position: relative;
  font-size: 16px;
  color: #444;
  width: 220px;
  height: 40px;
  margin-right: 15px;
}

.select-styled {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #ffffff;
    padding: 8px 15px;
    -moz-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    -webkit-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
    white-space: nowrap;
    overflow: hidden;
}

.select-styled:after {
    content: "";
    width: 25px;
    height: 100%;
    /* border: 7px solid transparent; */
    /* border-color: #807e7e transparent transparent transparent; */
    position: absolute;
    top: 0;
    right: 0;
    background: url(/wp-content/uploads/2019/05/chevron-down.svg) no-repeat center #ffffff;
    padding: 0 8px;
    box-sizing: inherit;
    background-size: 10px 10px;
}

.select-styled:hover {
  /*background-color: #b83729; */
}

.select-styled:active, .select-styled.active {
  background-color: #ffffff;
}

.select-styled:active:after, .select-styled.active:after {
  transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
}

.itm-active{
    font-family: 'proximaNovaBold', sans-serif;
    color: #000;
}

.select-options {
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
  z-index: 999;
  margin: 0;
  padding: 0;
  list-style: none;
  background-color: #ffffff;
  border: 1px solid #e8e8e8;
}

.select-options li {
  margin: 0;
  padding: 7px 15px;
  /*text-indent: 15px;*/
  /* border-top: 1px solid #962d22; */
  -moz-transition: all 0.15s ease-in;
  -o-transition: all 0.15s ease-in;
  -webkit-transition: all 0.15s ease-in;
  transition: all 0.15s ease-in;
}

.select-options li:hover {
  color: #adadad;
  background: #fff;
}
.select-options li[rel="hide"] {
  display: none;
}

/*==============end of styling the select tag===============*/

/*==============================
 * 
 * home page
 * 
 * ===========================*/

.playbook:before, .news:before{
	content:"";
	position:absolute;
}

.playbook:before{
    width: 285px;
    height: 100%;
    background: #fbfbfb;
    transform: skew(-30deg);
    right: 25%;
    display: none;
}

/*.news:before{
	background: #fff;
    top: 0;
    width: 115%;
    height: 100%;
    transform: skew(-25deg);
    left: -10%;
}*/

.home p{
	font-family: "proximaNovaLight", sans-serif;
}

.home a{
	font-family: "proximaNovaBold", sans-serif;
}

.menu-item a {
	font-family:'proximaNovaRegular', sans-serif;
}

/*.corporate-citizenship:before {
    content: "";
    position: absolute;
    background: #fbfbfb;
    width: 89%;
    height: 100%;
    top: 0px;
    left: -30%;
    transform: skewX(-23deg);
}*/

.corporate-citizenship a, .csr a, .unedrline-link a {
    color:#0c1212;  
    /*border-bottom: 1px solid #5d6367;*/
    text-decoration: underline;
    line-height: 1.3;
}

.corporate-citizenship a:hover, .csr a:hover{
    /*border-bottom: 1px solid #bfbfbf;  */ 
    text-decoration: underline;
}

.firm-hero-area:before {
    content: "";
    position: absolute;
    top: 0;
    background: rgba(255,255,255,.2);
    width: 300px;
    height: 100%;
    z-index: 1;
    transform: skew(-23deg);
    left: 20%;
}

/*.testimonials:before {
    content: "";
    background: #f9fafb;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    transform: skew(-23deg);
}*/

/*.csr:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: -33%;
    top: 0;
    background: #fbfbfb;
    transform: skew(-23deg);
}*/

.vce-post-description--title h3{
    text-transform: initial !important;
}

.dynamic-news{
	display:none !important;
}

.footer-bottom * {
    color: #fff !important;
}

.linkedin:hover *{
    color: #d3d3d3 !important;
    
}

.orange-slash h5{
    margin-left: 22px;
}

.orange-slash h5:before, span.news-page_category.orange-slash:before, p.team-cat.orange-slash:before {
    content: "";
    position: absolute;
    width: 15px;
    height: 20px;
    background: url(/wp-content/uploads/2019/05/slash-orange.svg) no-repeat center / contain;
    margin-left: -22px;
}

.orange-slash.white-slash h5:before{
    background: url(/wp-content/uploads/2019/05/slash-white.svg) no-repeat center / contain;
}

span.news-page_category.orange-slash:before, p.team-cat.orange-slash:before{
    height: 25px;
}

span.news-page_category.orange-slash, p.team-cat.orange-slash{
    margin-left: 24px !important;
}

.news-vce-hidden{
    display: none !important;
}

.news{
    /*padding:10px;*/
}

li.listing-item {
    list-style: none;
    margin-bottom:35px;
    display: none;
}

.listing-item:nth-child(1), .listing-item:nth-child(2), .listing-item:nth-child(3), .listing-item:nth-child(4) {
    display:block;
}

.display-posts-listing .listing-item a{ 
    color: #0c1212;
    font-size: 24px;   
}

/*
ul.display-posts-listing {
    columns: 2;
    -webkit-columns: 2;
    -moz-columns: 2;
}
*/

.display-posts-listing a {
    display: block;
}

.category-display p{
    font-family: 'proximaNovaLight', sans-serif;
    text-transform: uppercase;
    margin-bottom: 0 !important;
}

.category-display p, .date {
    font-family: 'proximaNovaLight', sans-serif;
    text-transform: uppercase;
    font-size: 14px !important;
    color: #5d6367 !important;
    padding-bottom: 4px;
    font-weight: 600;
    display: inline;
}

.date{
    text-transform: inherit;
    position: relative;
}

.date:before{
    content:"\0020/\0020";
}

span.category-display {
    display: inline-block;
}




/*==============================
 * 
 * strategy page
 * 
 * ===========================*/

.page-id-231 p, .page-id-231 ul{
	font-family:"proximaNovaLight";
}

.page-id-231 a{
	
}

.csr-list li{
    position: relative;
    padding-left: 13px;
    list-style: none;
    margin-bottom: 10px;
}

ul.csr-list li:before{
    content: "";
    position: absolute;
    left: 0;
    background: #0c1212;
    width: 4px;
    height: 4px;
    margin-top:16px;
    border-radius: 50%;
}

.strategy-hero-area .vce-asset-background-simple-item:before {
    /*content:"";*/
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    /*background:rgba(255, 255, 255, 0.19)*/
}

.csr{
    overflow: hidden;
}

.services-icon, .industrial-icon, .media-icon, .consumer-icon{
    width:85px;
    margin: 0 auto;
}




/*=====================================
 * 
 * CSS for team page
 * 
 * ==================================*/

.post-type-archive-team > .team-hero{
/*	background:url('/wp-content/uploads/2019/04/TEAM_190409_Jackman_OakHill__1959_100EOS5D_r1.jpg') center bottom no-repeat;
	background-size:cover;
	position:relative;*/
}

.post-type-archive-team .team-hero_inner{
/*    background:url('/wp-content/uploads/2019/04/TEAM_190409_Jackman_OakHill__1959_100EOS5D_r1.jpg') center bottom no-repeat;
	background-size:cover;*/
	position:relative;
    overflow: hidden;
}

.team-hero_parallax{
    position: absolute;
    top:0;
    width:100%;
    height:auto;
    max-width: 100%;
}

.team-hero_watermark {
    width: 100%;
    position: absolute;
    bottom: 0;
}

.post-type-archive-team .text-container{
	padding: 100px 0;
}

.team-hero h1{
	font-size:48px !important;
}

.team-hero p{
	line-height:1.5;
}

.team-hero a{
	font-size: 18px !important;
    font-family: proximaNovaBold;
    text-transform: uppercase;
    letter-spacing: 3px;
	color:#333;
}

.post-type-archive-team .sp{
    position: relative;
    z-index: 9;
    background: #fff;
}

/*.team-page_thumb img {
    filter: grayscale(100%);
	-webkit-filter: grayscale(100%);
}

.team-page_thumb img:hover {
    filter: grayscale(0%);
	-webkit-filter: grayscale(0%);
}*/

.team-page_title {
    font-size: 13px;
    text-transform: uppercase;
    font-family: proximaNovaBold;
    letter-spacing: 1px;
	margin: 0 !important;
	line-height:13px !important;
}

.team-page_thumb{
	margin:0 !important;;
}

.team-page_title span {
    color: orange;
}

.post-type-archive-team .post_content p{
	line-height: 12px;
    margin-left: 15px;
    display: block;
    margin-top: 5px;
}

.team-page_title {
    margin-left: 17px !important;
}

p.team_role {
    line-height: 18px !important;
}

.team-page_title:before {
    content: "";
    width: 12px;
    height: 13px;
    background: url(/wp-content/uploads/2019/05/slash-orange.svg) no-repeat center / contain;
    position: absolute;
    margin-left: -17px;
}

.post-type-archive-team .post_content{
    line-height: 0px !important;
    margin-top: 20px;
}

.no-scroll.post-type-archive-team .post_content{
    line-height: 28px !important;
    margin-top: 20px;
}

.row.flex{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.row.flex:after, .row.flex:before{
    content:normal;
}

article.col-md-2.col-xs-4.team-single {
    margin-bottom: 20px;
}
.team-single a {
    display: block;
}

.team-hero-container {
    padding: 0 !important;
}

.team-hero {
    padding: 50px 0 !important;
}


/*=====================================
 * 
 * For team popup ====
 * 
 * ===================================*/

.post-type-archive-team .wp-post-modal.show, .page-id-271 .wp-post-modal.show{
	padding:0 !important;
}

.post-type-archive-team .sp, .page-id-271 .sp{
    padding-bottom: 0px;
}

.post-type-archive-team .accordion .panel-title a, .page-id-271 .accordion .panel-title a{
    position: relative;
}

.modal-wrapper.styled .wp-post-modal .close-modal {
    background: transparent;
    position: absolute;
    top: 15px;
    right: 15px;
    font-size: 3em;
    color: #333;
    cursor: pointer;
    z-index: 99999;
}

#custom-modal{
	padding-top:0 !important;
}

p.team-cat.orange-slash{
    line-height: 25px !important;
}

.team-popup-container{
	position:relative;
    display: flex;
    flex-direction: row-reverse;
    margin-bottom: 0px;
}

div#accordion-:empty{
    margin: 0;
}

div#accordion-{
    margin-top:20px;
    margin-bottom: 50px;
}

.team-img-container{
	flex-basis:50%;
    display: flex;
    align-items: flex-end;
}

.team-img-container .post_img{
    
}

.team-img-container img{
    width:100%;
}

.team-meta-container{
	width:50%;
	padding :50px;
    flex-basis: 50%;
    padding-bottom: 0;
}

.wp-post-modal.show .accordion{
	padding:0 50px;
}

.team-portfolio-heading {
    padding: 0 70px;
    margin: 0 !important;
    margin-top: 50px !important;
    font-size: 24px !important;
}

body.archive.post-type-archive.post-type-archive-team.vcwb.no-scroll header{
	/*display:none;*/
}

#custom-modal p{
	line-height:inherit;
	margin-left:0;
}

.post-type-archive-team .team-page_title{
    letter-spacing: 3px;
}

.modal-wrapper.styled .wp-post-modal{
    max-width: 1100px;
}

.post-type-archive-team.no-scroll {
    
}

.team_linkedin-profile {
    font-size: 24px;
    color: #3e3e3e;
}


/*====================================================
 * 
 * Investment page and team page accordion styling fix
 * 
 * =================================================*/

.panel.panel-default {
    border-radius: 0;
    border: none;
    box-shadow: none;
}

.panel-heading {
    padding: 0;
    background: #fff !important;
}

#accordion-25 .panel-title{
    margin-bottom:0;
}


.accordion .panel-title > a {
    display: block;
    padding: 22px 20px;
	border-top: 1px solid #e0e0e0;
	font-size: 24px;
    padding-right: 32px;
}

.portfolio-website{
    color:#0c1212;
}

.location-website{
    white-space: nowrap;
}

.portfolio-img {
    flex-basis: 130px;
}

.portfolio-website:after{
    display: none;
}

.accordion .panel-title > a.collapsed{
    /*border-bottom: 1px solid #e0e0e0;*/
}

.panel-title>a {
    color: #333;
}
.panel-body{
    padding: 20px;
}

.accordion .panel:last-of-type a.collapsed {
	border-bottom: 1px solid #e0e0e0;
}

.panel.panel-default {
    margin: 0 !important;
}

.panel-group .panel+.panel {
    margin-top: -1px !important;
}

.panel-default>.panel-heading+.panel-collapse>.panel-body{
	border-top:none;
}

.accordion .panel-title > a:after {
    content: "";
    position: absolute;
    width: 12px;
    height: 12px;
    right: 20px;
    font-family: fontAwesome;
	color:#b7b7b7;
	font-size:16px;
	line-height: 4px;
    background: url(/wp-content/uploads/2019/05/chevron-down.svg) no-repeat center / contain;
}

.accordion .panel-title > a.collapsed:after {
    content: "";
    background: url(/wp-content/uploads/2019/05/chevron-black.svg) no-repeat center / contain;
}

.case-study-btn:after{
	display:none;
}

.accordion .bottom-parts {
    display: flex;
    justify-content: space-between;
    margin-top: 40px;
}

.accordion .col-md-8.left-part {
    padding-right: 50px;
    padding-left: 5px;
}

.accordion .col-md-4.right-part {
    padding-left: 50px;
    border-left: 1px solid #e0e0e0;
    font-size: 14px;
}

.accordion_team span, .accordion_leadership span {
    color: #5d6367;;
}

a.case-study-btn {
    padding: 0 !important;
    color: #222;
	border:none !important;
	font-size:14px !important;
}

.panel-collapse{
	font-size:16px;    
    font-family: 'proximaNovaLight', sans-serif;
}

.accordion .col-md-4.right-part div{
	padding-bottom:20px;
}

.accordion-post-meta {
    font-size: 14px;
    font-family: 'proximaNovaLight', sans-serif;
    padding-bottom: 4px;
    color: #5d6367 !important;
}

#invest-status-field {
    text-transform: uppercase;
}

#invest-sector-field {
    color: #5d6367;
}

.accordion_team a{
    /*border-bottom: 1px solid #5d6367;*/
    text-decoration: underline;
}

.accordion_team a:hover{
    border-bottom: 1px solid #aab8c1;
}

.accordion_team a {
    color: #5d6367;
    line-height: 1.5;
}

.page-id-271 .vce-row-container:nth-child(2) {
    overflow: visible;
}



/*============================
 * 
 * News page and popup styling 
 * 
 * ==========================*/

/*body.archive.category.category-news.category-3.vcwb.no-scroll header, body.archive.category.category-news.category-3.vcwb.no-scroll footer{
	display:none;
}*/

.modal-wrapper.styled {
    background-color: rgba(241, 241, 241, 0.95);
}

div#modal-ready p {
    font-size: 17px;
    line-height: 1.8;
    margin-bottom: 18px;
}

div#modal-ready h4{
    margin-bottom: 18px;
}

.footer-bottom p{
    font-size: 14px !important;
    line-height: 1.25 !important;
}

.modal-wrapper.styled .wp-post-modal{
    border: 0px;
    padding:90px;
}

body.archive.category.category-news.category-3.vcwb > .news-hero{
	/*background:url('/wp-content/uploads/2019/04/news-hero.jpg') center bottom no-repeat;*/
	background-size:cover;
    overflow: hidden;
    position: relative;
}

.news-page_parallax{
    position: absolute;
    top:0;
    width:130%;
    height:auto;
    max-width: 130%;
    right:0
}

.category-news .text-container{
	padding: 100px 0;
}

p.news-page_date {
    margin: 0;
}

.news-page_heading {
    margin: 0 !important;
	font-family: proximaNovaBold;
}

body.archive.category.category-news.category-3.vcwb .post_col > .row {
    border-bottom: 1px solid #e0e0e0;
}
body.archive.category.category-news.category-3.vcwb article {
    margin-bottom: 0;
    padding: 20px 0;
    border-top: 1px solid #e0e0e0;
}

body.archive.category.category-news.category-3.vcwb article:after {
    content: "";
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    font-family: fontAwesome;
    color: #b7b7b7;
    background: url(/wp-content/uploads/2019/05/chevron-black.svg) no-repeat center / contain;
    width: 13px;
    height: 13px;
}

.news-hero h1{
	font-size:48px !important;
}

.news-hero p{
	line-height:1.5;
}

.news-hero a{
	font-size: 18px !important;
    font-family: proximaNovaBold;
    text-transform: uppercase;
    letter-spacing: 3px;
	color:#333;
}

body.archive.category.category-news.category-3.vcwb .container, .post-type-archive-team .container{
    max-width: calc(66.66% - 0px);
}

.news-footer .container {
    max-width: 100% !important;
}

.category-filter {
    padding: 20px 0;
    background: #0c1212;
}

select.oak-selector {
	display: inline-block;
	width:200px;
	font-size: 16px;
	font-family: sans-serif;
	font-weight: 700;
	color: #444;
	line-height: 1.3;
	padding: .6em 1.4em .5em .8em;
	max-width: 100%;
	box-sizing: border-box;
	margin: 0;
	border-radius: 0em;
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	background-color: #fff;
	background-image: url('/wp-content/uploads/2019/05/chevron-down.svg');
	background-repeat: no-repeat, repeat;
	background-position: right .7em top 50%, 0 0;
	background-size: .65em auto, 100%;
    margin-right:25px;
    font-family: "proximaNovaLight", sans-serif;
}

p.news-page_date span {
    text-transform: uppercase;
    color: #5d6367;
}

p.news-page_date{
    color: #5d6367;
    font-weight: 600;
    padding-bottom: 4px;
    line-height: 15px;
}

.investor h3{
    margin:0;
}

.investor p{
    margin:0;
    text-transform: uppercase;
    font-weight: 600;
    color: #5d6367;
}

.investor a {
    color: #5d6367;
}

.press-investor-heading{
    font-size: 14pt;
    line-height: 1.1;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin:0;
    padding:20px 0;
    padding-top: 90px;
    position: relative;
}

.investor-press {
    background: #fbfbfb;
    overflow: hidden;
}

.investor-press .left-items{
    padding-bottom: 120px;
}

.col-md-9.left-items:before {
    content: "";
    position: absolute;
    left: -90%;
    top: 0;
    height: 100%;
    width: calc(100% + 90%);
    background: #f9fafa;
    transform: skew(-25deg);
    z-index: 0;
}

.news-footer h3{
    font-size: 19px !important;
}

.news-footer p{
    text-transform: uppercase;
    color:#5d6367;
    margin:0;
}

.news-footer a{
    color:#5d6367 !important;
    font-family: 'proximaNovaLight', sans-serif;
}

.news-footer h5{
    margin-left: 22px !important;
}

.category-news .wp-post-modal.show, .page-id-48 .wp-post-modal.show{
    max-width:100%;
    padding:0;
    padding-top:150px;
}

.category-news .wp-post-modal .news-page_date, .category-news .news-popup_title, .category-news .wp-post-modal .post_content,
.page-id-48 .wp-post-modal .news-page_date, .page-id-48 .news-popup_title, .page-id-48 .wp-post-modal .post_content{
    padding: 0 150px;
}

.category-news .wp-post-modal .sp, .page-id-48 .wp-post-modal .sp{
    padding:0px;
}

.category-news .wp-post-modal .news-footer,
.page-id-48 .wp-post-modal .news-footer{
    padding-bottom:0px;
    margin-top:90px;
    background: #f9fafa;
}

.news-footer .container{
    width:100%;
}

.media-press{
    padding: 0 150px 150px 150px;
}

.news-footer-left {
    padding-bottom: 0;
}

/*
.news-footer-right {
    padding: 0 150px 150px 20px;
}*/

/*.col-md-6.media-contact.news-footer-left:before {
    content: "";
    height: 100%;
    background: #f9fafa;
    position: absolute;
    left: -90%;
    width: 180%;
    transform: skew(-25deg);
}*/

.category-news article .post_content{
    max-width: 80%;
}

.wp-post-modal.show .wp-block-file .wp-block-file__button{
    display: none;
}

.wp-post-modal.show .wp-block-file a {
    background: transparent;
    color: #5d6367;
    position: relative;
    padding: 2px 0;
}

.wp-post-modal.show .wp-block-file a:after{
    content:"";
    position: absolute;
    bottom:0;
    left:0;
    width:100%;
    height:1px;
    background: #5d6367;
}

.news-header{
    padding: 20px 0;
}

p.media-contact_company {
    text-transform: initial;
}

.wp-post-modal.show .post_content a:not(.team_linkedin-profile):not(.media-contact_email) {
    color: #5d6367;
    /*border-bottom: 1px solid #5d6367;*/
    text-decoration: underline;
    line-height: 1.5;
}

.wp-post-modal.show .news-close-btn {
    display: none;
}

a.news-close-btn {
    position: absolute;
    right: 20px;
}

.single-post .wp-block-file__button{
    display: none;
}

.single-post .post_content a:not(.team_linkedin-profile):not(.media-contact_email) {
    color: #5d6367;
    /*border-bottom: 1px solid #5d6367;*/
    text-decoration: underline;
    line-height: 1.5;
}









@media (max-width:1560px){
    
    .vce-basic-menu-container .vce-basic-menu ul .menu-item a {
        padding: 16px 12px !important;
    }
    
    .vce-basic-menu-container .vce-basic-menu nav>ul>li::before {
        content: '';
        position: absolute;
        left: 12px !important;
        bottom: 10px;
        width: calc(100% - (12px * 2)) !important;
        height: 3px;
    }
}


@media (max-width:1280px){

    .vce-basic-menu-container .vce-basic-menu ul .menu-item a {
        padding: 16px 10px !important;
    }
    
    .vce-basic-menu-container .vce-basic-menu nav>ul>li::before {
        content: '';
        position: absolute;
        left: 10px !important;
        bottom: 10px;
        width: calc(100% - (10px * 2)) !important;
        height: 3px;
    }

	.playbook:before{
		width: 126%;
    	height: 62%;
    	background: #fbfbfb;
    	transform: skewY(-7deg);
    	right: -10%;
    	top: -7%;
    	z-index: 0;
	}
	
	.news:before{
		display:none;
	}
	.the-team {
    	z-index: 2;
	}
	.team-meta-container{
		width:100%;
		padding :50px;
		clear: both;
	}
	h1.team-name {
    	margin-top: 0 !important;
	}
	
    .team-hero_parallax{
        max-width:120%;
        width:120%;
        left:50%;
        transform: translateX(-50%);
    }

}


@media (max-width:1000px){
	.accordion .col-md-8.left-part{
		padding-right: 0px;
		border:none;
	}
	
	.accordion .col-md-4.right-part{
		padding-left: 15px;
	}
    
    .news-page_parallax{
        max-width: 150%;
        width:150%;
    }
}


@media (max-width:960px){
    .team-hero_parallax{
        display:none;
    }
    
    .team-hero_inner{
        background: url('/wp-content/uploads/2019/04/TEAM_190409_Jackman_OakHill__1959_100EOS5D_r1.jpg') center bottom no-repeat;
        background-size:cover;
    }
    
    .news-page_parallax{
        display: none;
    }
    
    .news-hero{
        background: url('/wp-content/uploads/2019/04/news-hero.jpg') center bottom no-repeat;
    }
    
    ul.display-posts-listing {
        columns: 1;
        -webkit-columns: 1;
        -moz-columns: 1;
    }
	
	.strategy .services-icon, .strategy .industrial-icon, .strategy .media-icon, .strategy .consumer-icon{
		margin: 0;
	}
}

@media (min-width: 992px){
    .col-md-2.team-single {
        width: auto;
        flex-basis:20%;
    }
}


@media (max-width:768px){
    .news-page_date, .news-popup_title, .blog_area.sp.single-blog.lizenlizenlizen{
        max-width: 80%;
        margin:0 auto !important;
        display: block;
    }
    
    .news-popup_title{
        font-size: 23px;
        margin:20px auto!important;
    }
    
    .news-page_date{
        margin-top:50px !important;
    }
    
    .news-footer-left{
        padding-left:0;
    }
    
    .news-footer-right{
        padding-right: 0;
        padding-left:0;
    }
    
    .news-footer-left .col-md-5:nth-child(2){
        padding:0
    }
    
    .news-footer-right .col-md-4{
        padding:0
    }
    
    .team-popup-container{
        display: block;
    }
    
    .team-img-container .post_img{
        /*position: relative;*/
        padding-bottom: 0;
    }
    
    .testimonials:before{
        display: none;
    }
    
    .firm-hero-area:before{
        display: none;
    }
    
    .corporate-citizenship:before{
        display: none;
    }
    
    select#investments-status-filter24 {
        margin-bottom: 15px;
    }
    
    #team-role-filter{
        margin-bottom:15px;
    }
    
    .select:first-of-type {
        margin-bottom: 15px;
        margin-right: 0px;
    }
    
    .panel-body{
        padding-left: 20px;
    }
    
    .col-md-8.left-part{
        padding-left:0;
    }
    
    .col-md-4.right-part {
        padding-left: 0px !important;
        border-left: 0px !important;
        /*border-top: 1px solid #e0e0e0;*/
        padding-top: 15px;
    }
    
    .right-part:empty{
        border-top:0px;
    }
    
    #news-date-filter{
        margin-bottom: 15px;
    }
    
    body.archive.category.category-news.category-3.vcwb .container, .post-type-archive-team .container{
        max-width: calc(90% - 0px);
    }
    
    a.news-page_heading.h3.modal-link {
        padding-right: 33px;
    }
    
    .category-news article .news-page_date{
        margin:0 !important;
    }
    
    .category-news article .post_content {
        max-width: 93%;
    }
    
    /*=========== font size on mobile =============*/
    h1 , h2 {
        font-size: 28pt !important;
    }
    
    p {
        font-size: 14pt !important;
    }
    
    .category-news p {
        font-size: 14px !important;
    }
    
    .single-post .news-page_date .news-page_category{
        font-size: 14px !important;
    }
    
    .team-portfolio-heading{
        padding-left: 20px;
    }
}

/*.vce-basic-menu-container.header-control .vce-basic-menu ul .menu-item:last-child a {
    padding-right: 0;
}*/



/* include default overrides for 16-66-16 row layout. */
@media all{.vce-row--col-gap-0.customrowlayout>.vce-row-content>.vce-col--md-16-66p{-webkit-box-flex:0;-ms-flex:0;flex:0;-ms-flex-preferred-size:calc(5% - 0px) !important;flex-basis:calc(5% - 0px) !important;max-width:calc(5% - 0px) !important}}
@media all{.vce-row--col-gap-0.customrowlayout>.vce-row-content>.vce-col--md-66-66p{-webkit-box-flex:0;-ms-flex:0;flex:0;-ms-flex-preferred-size:calc(90% - 0px) !important;flex-basis:calc(90% - 0px) !important;max-width:calc(90% - 0px) !important}}
@media all and (min-width:544px){.vce-row--col-gap-0.customrowlayout>.vce-row-content>.vce-col--md-16-66p{-webkit-box-flex:0;-ms-flex:0;flex:0;-ms-flex-preferred-size:calc(5% - 0px) !important;flex-basis:calc(5% - 0px) !important;max-width:calc(5% - 0px) !important}}
@media all and (min-width:544px){.vce-row--col-gap-0.customrowlayout>.vce-row-content>.vce-col--md-66-66p{-webkit-box-flex:0;-ms-flex:0;flex:0;-ms-flex-preferred-size:calc(90% - 0px) !important;flex-basis:calc(90% - 0px) !important;max-width:calc(90% - 0px) !important}}
@media all and (min-width:768px){.vce-row--col-gap-0.customrowlayout>.vce-row-content>.vce-col--md-16-66p{-webkit-box-flex:0;-ms-flex:0;flex:0;-ms-flex-preferred-size:calc(5% - 0px) !important;flex-basis:calc(5% - 0px) !important;max-width:calc(5% - 0px) !important}}
@media all and (min-width:768px){.vce-row--col-gap-0.customrowlayout>.vce-row-content>.vce-col--md-66-66p{-webkit-box-flex:0;-ms-flex:0;flex:0;-ms-flex-preferred-size:calc(90% - 0px) !important;flex-basis:calc(90% - 0px) !important;max-width:calc(90% - 0px) !important}}
@media all and (min-width:992px){.vce-row--col-gap-0.customrowlayout>.vce-row-content>.vce-col--md-16-66p{-webkit-box-flex:0;-ms-flex:0;flex:0;-ms-flex-preferred-size:calc(10% - 0px) !important;flex-basis:calc(10% - 0px) !important;max-width:calc(10% - 0px) !important}}
@media all and (min-width:992px){.vce-row--col-gap-0.customrowlayout>.vce-row-content>.vce-col--md-66-66p{-webkit-box-flex:0;-ms-flex:0;flex:0;-ms-flex-preferred-size:calc(80% - 0px) !important;flex-basis:calc(80% - 0px) !important;max-width:calc(80% - 0px) !important}}
@media all and (min-width:1200px){.vce-row--col-gap-0.customrowlayout>.vce-row-content>.vce-col--md-16-66p{-webkit-box-flex:0;-ms-flex:0;flex:0;-ms-flex-preferred-size:calc(16.66% - 0px) !important;flex-basis:calc(16.66% - 0px) !important;max-width:calc(16.66% - 0px) !important}}
@media all and (min-width:1200px){.vce-row--col-gap-0.customrowlayout>.vce-row-content>.vce-col--md-66-66p{-webkit-box-flex:0;-ms-flex:0;flex:0;-ms-flex-preferred-size:calc(66.66% - 0px) !important;flex-basis:calc(66.66% - 0px) !important;max-width:calc(66.66% - 0px) !important}}


