/*
Theme Name: VDB 2019 V1
Theme URI: https://afterimagedesigns.com/wp-bootstrap-starter/
Author: Afterimage Designs
Author URI: https://afterimagedesigns.com/
Description:  The best WordPress starter theme based on the most powerful frameworks in the world: "_s" (by Automattic, the main people behind WordPress development), Twitter Bootstrap (the most popular HTML, CSS, and JS framework for developing responsive, mobile first projects on the web) and Font Awesome (or Fontawesome, a full suite of 675+ pictographic icons for easy scalable vector graphics on websites). This theme, like WordPress, is licensed under the GPL. You can use this theme as base for your next WordPress theme project and you are allowed to remove the link at the footer or do whatever you want. Your feedback on how we can continuously improve this WordPress Starter Theme Bootstrap will be highly appreciated. Page templates includes Right-sidebar (default page template), Left-Sidebar, Full-Width, Blank with container, Blank without container Page. Other features - Currently using Bootstrap v4.0.0 , Widgetized footer area, WooCommerce ready, Compatible with Contact Form 7, Compatible with Visual Composer, Compatible with Elementor Page Builder. This theme will be an active project which we will update from time to time. Check this page regularly for the updates.
Version: 3.1.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: wp-bootstrap-starter
Tags: blog, custom-menu, featured-images, threaded-comments, translation-ready, right-sidebar, custom-background, e-commerce, theme-options, sticky-post, full-width-template
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
# Woocommerce
# Footer
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
@import url('https://fonts.googleapis.com/css?family=Rubik:300,300i,400,400i,500,700&display=swap');
@import url('https://fonts.googleapis.com/css?family=Oswald:400,500,600&display=swap');
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i&display=swap');

/*----------------------------------------------------------------------------------
animation
---------------------------------------------------------------------------------*/
.easeOutBack{
  -webkit-transition: all 300ms cubic-bezier(0.175, 0.885, 0.320, 1); /* older webkit */
-webkit-transition: all 300ms cubic-bezier(0.175, 0.885, 0.320, 1.275);
   -moz-transition: all 300ms cubic-bezier(0.175, 0.885, 0.320, 1.275);
     -o-transition: all 300ms cubic-bezier(0.175, 0.885, 0.320, 1.275);
        transition: all 300ms cubic-bezier(0.175, 0.885, 0.320, 1.275); /* easeOutBack */

-webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1); /* older webkit */
-webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.275);
   -moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.275);
     -o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.275);
        transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.275); /* easeOutBack */
}
/*---------------- ANIMATION DEFINE END --------------------------------------*/

body {
  margin: 0;
  -webkit-font-smoothing: auto;
  font-family:'Open Sans', sans-serif;
/*  font-size: 15px; */
  weight:300;

}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

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

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;

}

a:active,
a:hover {
  outline: 0;
  color:#777;
  text-decoration: none;
}

dfn {
  font-style: italic;
}

mark {
  background: #ff0;
  color: #000;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

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

figure {
  margin: 1em 2.5rem;
}

hr {
  box-sizing: content-box;
  height: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

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

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

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

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

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
h1, h2, h3, h4, h5, h6 {
  clear: both;
  color: #24292e;
  font-weight: 700;
  margin-top: 24px;
  margin-bottom: 15px;
  font-family: 'Open Sans',sans-serif;
  text-transform: uppercase;
}
h1 {
  font-size: 200%;
  padding-bottom: 10px;
}
h2 {
  font-size: 24px;
  /* padding-bottom: 0.3em; */
  line-height: 1.25;
}
h3 {
  font-size: 18px;
  line-height: 25px;
}
h4 {
  font-size: 16px;
  line-height: 20px;
}
h5 {
  font-size: 14px;
  line-height: 17.5px;
}

p {
  margin-bottom: 1.5em;
}
h1.entry-title {
  font-size: 1.31rem;
  border-bottom: 1px solid #eaecef;
}
h2.entry-title {
  border-bottom: 1px solid #eaecef;
}
h3.widget-title {
  font-size: 1.2rem;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
body {
  background: #eee;
  /* Fallback for when there is no custom background color defined. */
}

img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */
}

figure {
  margin: 1em 0;
  /* Extra wide images within figure tags don't overflow the content area. */
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
.landing-background {
  background-image:url('img/home-banner.jpg');

  background-repeat: no-repeat;
  background-size: cover;
  background-position: right center;
}
header#masthead {
  margin-bottom: 0;
  /*background-color: rgba(84,49,118,1) ;
   box-shadow: 0 0.5rem 1rem rgba(0,0,0,.05), inset 0 -1px 0 rgba(0,0,0,.1); */
  padding: .74rem 1rem;
  padding-bottom: 0.3rem;
}
#nav{
  /*background-color: #543176; */
  transition: .5s;
     z-index: 5;
     position:fixed;

     width:100%;
}
.indexpagenav #navLogo {
  width:250px;
}
.navbar-brand > a {
  color: rgba(0, 0, 0, 0.9);
  font-size: 1.1rem;
  outline: medium none;
  text-decoration: none;
  color: #fff;
  font-weight: 700;
}



.navbar-brand > a:visited, .navbar-brand > a:hover {
  text-decoration: none;

}

#page-sub-header {
  position: relative;
  padding-top: 5rem;
  padding-bottom: 0;
  text-align: center;
  font-size: 1.25rem;

  background-size: cover !important;
}
body:not(.theme-preset-active) #page-sub-header{
  background-color: rgba(84,49,118,0.0);
}
body:not(.theme-preset-active) #page-sub-header h1 {
  line-height: 1.6;
  font-size: 4rem;
  color: #563e7c;
  margin: 0 0 1rem;
  border: 0;
  padding: 0;

}

#page-sub-header p {
  margin-bottom: 0;
  line-height: 1.4;
  font-size: 1.25rem;
  font-weight: 300;
}
body:not(.theme-preset-active) #page-sub-header p {
color: #212529;
}
a.page-scroller {
  color: #333;
  font-size: 2.6rem;
  display: inline-block;
  margin-top: 2rem;
}

@media screen and (min-width: 768px) {
  body:not(.theme-preset-active) #page-sub-header h1 {
    font-size: 3.750rem;
  }
  body:not(.theme-preset-active) #page-sub-header {
    font-size: 15px;
  }
}
@media screen and (min-width: 992px) {
  #page-sub-header p {
    max-width: 43rem;
    margin: 0 auto;
  }
}
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
#masthead nav {
  padding-left: 0;
  padding-right: 0;
}


body:not(.theme-preset-active) #masthead .navbar-nav > li > a {
  color: #EEE;
  padding: 0.5rem;
  font-weight: 500;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  text-transform:uppercase;
  font-weight:600;
  line-height: 15px;
}

body:not(.theme-preset-active) #masthead .navbar-nav > li > a:hover,
body:not(.theme-preset-active) #masthead .navbar-nav > li.current_page_item > a {
  color: #fff;
  /*font-weight: 600; */
  /*background: #f9f9f9;*/
}

.navbar-brand {
  height: auto;
}

.navbar-toggle .icon-bar {
  background: #000 none repeat scroll 0 0;
}

.dropdown-menu .dropdown-toggle::after {
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
  border-top: 0.3em solid transparent;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block;
}

.dropdown-item {
  line-height: 1.2;
  padding-bottom: 0.313rem;
  padding-top: 0.313rem;
}

.dropdown-menu {
  min-width: 12.500rem;
}

.dropdown .open .dropdown-menu {
  display: block;
  left: 12.250em;
  top: 0;
}

.dropdown-menu .dropdown-item {
  white-space: normal;
  background: transparent;
  line-height: 1.6;
}
.dropdown-menu .dropdown-item:hover {
  background: transparent;
}

@media screen and (min-width: 37.5em) {
  .menu-toggle {
    display: none;
  }
}
@media screen and (min-width: 769px) {
  .dropdown-menu li > .dropdown-menu {
    right: -9.875rem;
    top: 1.375rem;
  }
}
@media screen and (max-width: 991px) {
  .navbar-nav .dropdown-menu {
    border: medium none;
    margin-left: 1.250rem;
    padding: 0;
  }

  .dropdown-menu li a {
    padding: 0;
  }

  #masthead .navbar-nav > li > a {
    padding-bottom: 0.625rem;
    padding-top: 0.313rem;
  }

  .navbar-light .navbar-toggler {
    border: medium none;
    outline: none;
  }

}
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  float: left;
  width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%;
}
.comment-content.card-block {
  padding: 20px;
}

.navigation.post-navigation {
  padding-top: 1.875rem;
}

.post-navigation .nav-previous a,
.post-navigation .nav-next a {
  border: 1px solid #ddd;
  border-radius: 0.938rem;
  display: inline-block;
  padding: 0.313rem 0.875rem;
  text-decoration: none;
}

.post-navigation .nav-next a::after {
  content: " \2192";
}

.post-navigation .nav-previous a::before {
  content: "\2190 ";
}

.post-navigation .nav-previous a:hover,
.post-navigation .nav-next a:hover {
  background: #eee none repeat scroll 0 0;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 0.313rem;
  line-height: normal;
  padding: 0.938rem 1.438rem 0.875rem;
  text-decoration: none;
  top: 0.313rem;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

a img.alignright {
  float: right;
  margin: 0.313rem 0 1.25rem 1.25rem;
}

a img.alignnone {
  margin: 0.313rem 1.25rem 1.25rem 0;
}

a img.alignleft {
  float: left;
  margin: 0.313rem 1.25rem 1.25rem 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption.alignnone {
  margin: 0.313rem 1.25rem 1.25rem 0;
}

.wp-caption.alignleft {
  margin: 0.313rem 1.25rem 1.25rem 0;
}

.wp-caption.alignright {
  margin: 0.313rem 0 1.25rem 1.25rem;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
  table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
  margin: 0 0 1.5em;
  font-size: 0.875rem;
  /* Make sure select elements fit in widgets. */
}
.widget select {
  max-width: 100%;
}

.widget_search .search-form input[type="submit"] {
  display: none;
}


.half-rule {
  width: 6rem;
  margin: 2.5rem 0;
}
.widget_categories .nav-link {
  display: inline-block;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
#content.site-content {
  padding-bottom: 3.75rem;
  padding-top: 4.125rem;
}

.sticky .entry-title::before {
  content: '\f08d';
  font-family: "Font Awesome\ 5 Free";
  font-size: 1.563rem;
  left: -2.5rem;
  position: absolute;
  top: 0.375rem;
  font-weight: 900;
}

.sticky .entry-title {
  position: relative;
}

.single .byline,
.group-blog .byline {
  display: inline;
}

.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0;
}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

.page-template-blank-page .entry-content,
.blank-page-with-container .entry-content {
  margin-top: 0;
}

.post.hentry {
  margin-bottom: 4rem;
}

.posted-on, .byline, .comments-link {
  color: #9a9a9a;
}

.entry-title > a {
  color: inherit;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

.comment-body .pull-left {
  padding-right: 0.625rem;
}

.comment-list .comment {
  display: block;
}

.comment-list {
  padding-left: 0;
}

.comments-title {
  font-size: 1.125rem;
}

.comment-list .pingback {
  border-top: 1px solid rgba(0, 0, 0, 0.125);
  padding: 0.563rem 0;
}

.comment-list .pingback:first-child {
  border: medium none;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  /* Theme Footer (when set to scrolling) */
  display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
  display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  background: #f1f1f1 none repeat scroll 0 0;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  padding: 0.313rem 0.313rem 0;
  text-align: center;
}
.wp-caption img[class*="wp-image-"] {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 100%;
  padding: 0;
  width: auto;
}
.wp-caption .wp-caption-text {
  font-size: 0.688rem;
  line-height: 1.063rem;
  margin: 0;
  padding: 0.625rem;
}

.wp-caption-text {
  text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}
.gallery-item .gallery-columns-2 {
  max-width: 50%;
}
.gallery-item .gallery-columns-3 {
  max-width: 33.33333%;
}
.gallery-item .gallery-columns-4 {
  max-width: 25%;
}
.gallery-item .gallery-columns-5 {
  max-width: 20%;
}
.gallery-item .gallery-columns-6 {
  max-width: 16.66667%;
}
.gallery-item .gallery-columns-7 {
  max-width: 14.28571%;
}
.gallery-item .gallery-columns-8 {
  max-width: 12.5%;
}
.gallery-item .gallery-columns-9 {
  max-width: 11.11111%;
}

.gallery-caption {
  display: block;
}

/*--------------------------------------------------------------
# Plugin Compatibility
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Woocommerce
--------------------------------------------------------------*/
.woocommerce-cart-form .shop_table .coupon .input-text {
  width: 8.313rem !important;
}

.variations_form .variations .value > select {
  margin-bottom: 0.625rem;
}

.woocommerce-MyAccount-content .col-1,
.woocommerce-MyAccount-content .col-2 {
  max-width: 100%;
}

/*--------------------------------------------------------------
## Elementor
--------------------------------------------------------------*/
.elementor-page article .entry-footer {
  display: none;
}

.elementor-page.page-template-fullwidth #content.site-content {
  padding-bottom: 0;
  padding-top: 0;
}

.elementor-page .entry-content {
  margin-top: 0;
}

/*--------------------------------------------------------------
## Visual Composer
--------------------------------------------------------------*/
.vc_desktop article .entry-footer {
  display: none;
}

.vc_desktop #content.site-content {
  padding-bottom: 0;
  padding-top: 0;
}

.vc_desktop .entry-content {
  margin-top: 0;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
footer#colophon {
  font-size: 85%;
}
body:not(.theme-preset-active) footer#colophon {
  color: #99979c;
  background-color: #eee;
}
.navbar-dark .site-info {
  color: #fff;
}
.copyright {
  font-size: 0.875rem;
  margin-bottom: 0;
  text-align: center;
}

.copyright a, footer#colophon a {
  color: inherit;
}

@media screen and (max-width: 767px) {
  #masthead .navbar-nav > li > a {
    padding-bottom: 0.938rem;
    padding-top: 0.938rem;
  }
}
/*--------------------------------------------------------------
# Media Query
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Notebook
--------------------------------------------------------------*/
@media only screen and (max-width: 1280px) {
  html {
    font-size: 95%;
  }
}

@media screen and (max-width: 1199px) {
  .navbar-dark .dropdown-item {
    color: #fff;
  }
  .navbar-nav .dropdown-menu {
    background: transparent;
    box-shadow: none;
    border: none;
  }

}
/*--------------------------------------------------------------
## Netbook
--------------------------------------------------------------*/
@media only screen and (max-width: 1024px) {
  html {
    font-size: 90%;
  }
}
/*--------------------------------------------------------------
## iPad
--------------------------------------------------------------*/
@media only screen and (max-width: 960px) {
  html {
    font-size: 85%;
  }
}
/*--------------------------------------------------------------
## iPad
--------------------------------------------------------------*/
@media only screen and (max-width: 768px) {
  html {
    font-size: 80%;
  }
}
/*--------------------------------------------------------------
## iPad
--------------------------------------------------------------*/
@media only screen and (max-width: 480px) {
  html {
    font-size: 75%;
  }
}

/**************************************
 CUSTOMIZATION STARTS HERE
************************************/

html,body {
  overflow-x: hidden;
  font-size: 100%;
  font-size:14px;
}


.text-vdbpurple {
  color:#543176;
}
a.text-vdbpurple {
  color:#543176;
  transition: 0.3s;
}
a.text-vdbpurple:hover {
  color:#888;
}



.text-vdbblue {
  color:#00549e;
}
.text-vdbaqua {
  color:#5ab18f;
}
.text-vdbgray{
  color:#999;
}

.text-slim{
  font-weight: 300;
}
.text-normal{
  font-weight: 600;
}
.bg-vdbgray{
  background-color:#999;
}
.bg-vdblightgray{
  background-color:#eee;
}
.bg-vdbpurple {
  background-color: #543176;
}
.bg-vdbaqua{
  background-color:#5ab18f;
}
.bg-vdbgradient {
  background: rgb(84,49,118);
background: linear-gradient(135deg, rgba(84,49,118,1) 0%, rgba(90,177,143,1) 100%);
}
.text-vdbgradient{
  background: linear-gradient(to right, #543176 0%, #5ab18f 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
/*
================================= Header Section
*/

.landing-Page-Text {
  margin-top:100px;
  text-align: left;
}
.landing-Page-Text .gttp{
  font-size:300%;
  font-family:'Open Sans', sans-serif;
  font-weight:700;
  color:#FFF;
}
.landing-Page-Text .warrior-spirit {
  font-size: 150%;
  font-family:'Open Sans', sans-serif;
  font-weight:500;
  font-style: italic;
  color:#FFF;
  margin-top:20px;
}
.landing-Page-Text  .download-broucher {
  margin-top:50px;
}
.btn-primary {
  background-color: #000;
  border-color:#000;
  transition: .5s;
}
.landing-Page-Text .btn-primary:hover {
  background-color: #5ab18f;
  border-color:#5ab18f;
  box-shadow: 0px 2px 3px 0px rgba(0,0,0,0.3);
}
.landing-Page-Text .upcoming_events{
  margin-top: 150px;
  padding-bottom:20px;
}
.landing-Page-Text .upcoming_events h2 {
margin-bottom:0px;
padding-bottom:0px;
}

.landing-Page-Text .upcoming_events h2:hover {
text-shadow: 2px 2px 3px rgba(0,0,0,0.3);
transition: .5s;
}
.landing-Page-Text .upcoming_events h3 {
margin:0px 0px 0px 0px;
padding:0px;
}

.landing-Page-Text .upcoming_events a{
  text-decoration: none;
  color:#FFF;

}
.upcoming_events .entry-content{
  margin-top: 5px;
}
.upcoming_events .col-lg-4{
  padding:10px 10px 10px 15px;
  transition: .5s;
}

.upcoming_events .col-lg-4:hover{
  background-color: rgba(255,255,255,0.2);
  text-shadow: 2px 2px 3px rgba(0,0,0,0.3);
}

.home_counter .counter {
  transition: .5s;
}

.home_counter .counter_bg_gradient{
position:absolute;
top:0px;
left:0px;
bottom:0px;
right:0px;
background-size: cover;
background-position: center center;
}
.home_counter h1, .home_offices h1, .news h1{
  text-align: center;
  padding: 0px;
  margin:0px;

  font-weight: 300;
  font-size: 3em;
}
.home_counter .counter .counter-number-text {
  padding:5px 0px;
  font-size:200%;
  font-weight: 700;
}
.home_counter .counter .fa {
  color:#fff;
}
.home_counter .btn-primary {
  background-color: #000;
  border-color:#000;
  transition: .5s;

}

.counter{
  color:#fff;
}
.home_about2 {
  color:#000;
  /* background: rgba(84,49,118,1);
  background: -moz-linear-gradient(top, rgba(84,49,118,1) 0%, rgba(0,0,0,1) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(84,49,118,1)), color-stop(100%, rgba(0,0,0,1)));
  background: -webkit-linear-gradient(top, rgba(84,49,118,1) 0%, rgba(0,0,0,1) 100%);
  background: -o-linear-gradient(top, rgba(84,49,118,1) 0%, rgba(0,0,0,1) 100%);
  background: -ms-linear-gradient(top, rgba(84,49,118,1) 0%, rgba(0,0,0,1) 100%);
  background: linear-gradient(to bottom, rgba(84,49,118,1) 0%, rgba(0,0,0,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#543176', endColorstr='#000000', GradientType=0 ); */
  background:
  /* top, transparent red, faked with gradient */
  linear-gradient(
    rgba(255, 255, 255, 0.7),
    rgba(255, 255, 255, 0.7)
  ),
  url(img/we_2.jpg);
  background-attachment: fixed;
background-position: center;
background-repeat: no-repeat;
background-size: cover;
}

#home_about{


  position: relative;
}
#home_about:before{
  content: ' ';
position: absolute;
top:0px;
bottom: 0px;
left:0px;
right:0px;
background-color: rgba(255,255,255,0.7);

}



.home_about .about-text p, .home_about .about-text li{
  text-align:justify;
  font-size:1.2em;
  padding-top: 1em;
}
.home_about .about-text h2{
  color:#543176;
  padding:10px 0px;
  margin:0px;
}
.home_about blockquote {
  color:#543176;
  font-style: italic;
  font-size:2em;
  margin-top:50px;
  font-weight:500;
}
.home_about .carousel-item{
  min-height: 0;
}

.home_offices {
position: relative;
background-color:rgba(255,255,255,0.9);
padding:50px 0px;
  }


  .home_offices h1{
    text-align: center;
    padding-bottom: 30px;
    margin:0px;
    color:#543176;
  }
/* ------------------------------------------ */
.home_offices .single_office_wrapper{
  padding: 1em 0;
z-index:3;
transition: .5s;
}
.home_offices .single_office_wrapper:hover{

z-index:4;
}

.home_offices .single_office_wrapper .content{
border-radius: 5px;
  -webkit-box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.75);
  -moz-box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.75);
  box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.75);
  transition: .5s;
}
.home_offices .single_office_wrapper .content:hover{
transform:  translate(0px, -15px) scale(1.2);
-webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.75);
box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.75);

}

.home_offices .single_office_wrapper .content .content-title{
margin-bottom:10px;
}
@media screen and (max-width: 640px){
.home_offices  .single_office_wrapper{
    display: block;
    width: 100%;
  }
}

@media screen and (min-width: 900px){
.home_offices  .single_office_wrapper{
    width: 33.33333%;
  }
}


.home_offices .content {
  position: relative;
  width: 90%;
  max-width: 400px;
  margin: auto;
  overflow: hidden;
}

.home_offices .content .content-overlay {

  background: -moz-linear-gradient(-45deg, #543176 0%, #5ab18f 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(-45deg, #543176 0%,#5ab18f 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(135deg, #543176 0%,#5ab18f 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  position: absolute;
  height: 170%;
  width: 100%;
  left:0;
  top: 320px;
  bottom: 0;
  right: 0;
  z-index:1;
  -ms-transform: skewY(20deg); /* IE 9 */
-webkit-transform: skewY(20deg); /* Safari */
transform: skewY(20deg); /* Standard syntax */
  -webkit-transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
}

.home_offices .content:hover .content-overlay{
  top: -65px;
}
.home_offices .content .title-overlay {
  border-bottom: #f0f0f0 2px solid;
  width: 80%;
  color:#FFF;
  position:absolute;
  left:10%;
  top:40%;
  opacity: 1;
  transition: .5s;
  transform:translate(0px,0px);
  overflow: hidden;
  padding:10px 0px;
  font-weight:bold;
  font-size:25px;
  text-shadow: 2px 2px 5px rgba(0,0,0,0.22);
  z-index:2;

}
.home_offices .content:hover .title-overlay {
    opacity: 0;
    transform:translate(-200px,0px);
}




.home_offices .content-image{
  width: 100%;
  height: 250px;
  overflow: hidden;
}

.home_offices .content-details {
  position: absolute;
  text-align: center;
  padding-left: 1em;
  padding-right: 1em;
  width: 100%;
  top: 50%;
  left: 50%;
  opacity: 0;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  z-index:3;

}

.home_offices .content:hover .content-details{
  top: 50%;
  left: 50%;
  opacity: 1;
}

.home_offices .content-details h3{
  color: #fff;
  font-weight: 500;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.home_offices .content-details p{
  color: #fff;
  font-size: 80%;
}
.home_offices .fadeIn-bottom{
  top: 80%;
}


.index_footer{
  background: linear-gradient(135deg, #543176, #543176, #5ab18f,#5ab18f);
	background-size: 400% 400%;
	-webkit-animation: Gradient 10s ease infinite;
	-moz-animation: Gradient 10s ease infinite;
	animation: Gradient 10s ease infinite;
}
.home_counter{
  background-color: #5ab18f;
}
.home_counter2 {
  background: linear-gradient(135deg, #543176, #543176, #5ab18f,#5ab18f);
	background-size: 400% 400%;
	-webkit-animation: Gradient 10s ease infinite;
	-moz-animation: Gradient 10s ease infinite;
	animation: Gradient 10s ease infinite;
}

@-webkit-keyframes Gradient {
	0% {
		background-position: 0% 50%
	}
	50% {
		background-position: 100% 50%
	}
	100% {
		background-position: 0% 50%
	}
}

@-moz-keyframes Gradient {
	0% {
		background-position: 0% 50%
	}
	50% {
		background-position: 100% 50%
	}
	100% {
		background-position: 0% 50%
	}
}

@keyframes Gradient {
	0% {
		background-position: 0% 50%
	}
	50% {
		background-position: 100% 50%
	}
	100% {
		background-position: 0% 50%
	}
}


/* -------------------------------------------------------------
FOOTER BEGIN
---------------------------------------------------------------*/

.bottomMenu{
  padding:30px 0px 20px 0px;

}
.bottomMenu h3{
  color:#999;
  text-transform: none;
  padding-bottom:5px;
}
.bottomMenu li{
  list-style-type: none;
  font-size: 13px;
  padding-left: 10px;
}

.bottomMenu .footer-nav li a {
	color:#000;
	line-height:15px;
	text-decoration:none;
	font-weight:normal;
	transition: .5s;
}
.bottomMenu .footer-nav li a:hover { color:#ccc;}


/* all page header (except index page) */
.allpagenav{
  background: -moz-linear-gradient(-45deg, #543176 0%, #5ab18f 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(-45deg, #543176 0%,#5ab18f 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(135deg, #543176 0%,#5ab18f 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */

}

.allpagenav #navLogo{
  width:130px;
}

/*
SEARCH BUTTON FOR ALL PAGE
*/
#topsearchbar {
overflow: hidden;
}
#topsearchbar #topsearchwrap{
margin-top:0px;
transition: 0.5s;
}

[data-toggle="collapse"] .fa:before {
  content: "\f077";
}

[data-toggle="collapse"].collapsed .fa:before {
  content: "\f002";
}

.search-card-body {
  padding:0px;
}

.headersearch select, .headersearch input, .headersearch button {
  font-size:0.9em;
}

.headersearch select.form-control:not([size]):not([multiple]){
  height:auto;
}

.headersearch .form-control:focus{
  box-shadow: none;
}

.headersearch button{
   color:#fff;
   background-color:#543176;
  }
.headersearch button:hover{
     background-color:#5ab18f;
    }
.card-header button {
   padding:0px;
   color:#fff;"
}
.card-header button:hover {
      color:#ddd;"
}
/* BODY POST */
.postbody {
  padding-top:30px;
}

/* CRS Page */

.ppl_section1 {
  min-height:90.5vh;

/*  background: url(img/hands.png) no-repeat top center fixed; */
  width:100%;
  text-align: center;
}

.main_title {
  font-size: 300%;
  font-weight: 300;
  color:rgba(255,255,255,1);
  margin: auto;
  padding-top: 5%;
  text-shadow: 2px 2px px #000;
}

.ppl_section1 p{
  width:70vw;
  min-width:320px;
  font-style: italic;
  background-color:rgba(84,49,118,0.0);
  font-size:1.5rem;
  margin:auto;
  margin-top:5vh;
  text-align:center;
  /*border-right: 2px #5ab18f solid;
  border-bottom: 2px #5ab18f solid;
  border-bottom-right-radius: 0rem; */
  line-height: 130%;
  color:#fff;
}
.ppl_section1 .download_csr_brochure{
  margin-top: 5vh;

}
.ppl_section1 .btn-primary{
  background-color:rgba(255,255,255,0.3);
  color:#000;
  border-color:#5ab18f;
  transition: 0.3s;
}
.ppl_section1 .btn-primary:hover {
  background-color:rgba(255,255,255,0.7);
}
.ppl_section1 .btn-primary:active:focus {
  background-color:rgba(255,255,255,0.1);
  border:none;
}

.scrolldown_container {
position: absolute;
left:48%;
bottom:8%;
  margin:auto;
  text-align: center;
  width: 24px;
  height: 24px;
}

.scrolldown_container .chevron {
  position: absolute;
  width: 28px;
  height: 8px;
  opacity: 0;
  transform: scale3d(0.5, 0.5, 0.5);
  animation: move 3s ease-out infinite;
}

.scrolldown_container .chevron:first-child {
  animation: move 3s ease-out 1s infinite;
}

.scrolldown_container .chevron:nth-child(2) {
  animation: move 3s ease-out 2s infinite;
}

.scrolldown_container .chevron:before,
.scrolldown_container .chevron:after {
  content: ' ';
  position: absolute;
  top: 0;
  height: 100%;
  width: 51%;
  background: #fff;
}

.scrolldown_container .chevron:before {
  left: 0;
  transform: skew(0deg, 30deg);
}

.scrolldown_container .chevron:after {
  right: 0;
  width: 50%;
  transform: skew(0deg, -30deg);
}

@keyframes move {
  25% {
    opacity: 1;

  }
  33% {
    opacity: 1;
    transform: translateY(30px);
  }
  67% {
    opacity: 1;
    transform: translateY(40px);
  }
  100% {
    opacity: 0;
    transform: translateY(55px) scale3d(0.5, 0.5, 0.5);
  }
}

.scrolldown_container .text {
  display: block;
  margin-top: 0px;
  margin-left: -80px;
  font-family: "Helvetica Neue", "Helvetica", Arial, sans-serif;
  font-size: 12px;
  color: #fff;
  text-transform: uppercase;
  white-space: nowrap;
  opacity: .25;
  animation: pulse 2s linear alternate infinite;
}

@keyframes pulse {
  to {
    opacity: 1;
  }
}


 .our_sectors{

  background-color: #543176;
  background-image: url('img/Logo_in_white.svg');
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-blend-mode:screen;
  width:100%;
  min-height: 100vh;
}
.ppl_section2 {

  background-color: #eee;
  background-image: url('img/VDB_Loi_Logo_Transparent.svg');
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  background-attachment: fixed;
  /* background-blend-mode:screen; */
  width:100%;
  min-height: 100vh;
}

.people_frame {
  width:12em;
  background-size: cover;
  background-position: center;

}

.people_frame .ppl_label{
border-left: 1px solid rgba(84,49,118,0.5);
width:100%;
color:#fff;
}
.people_frame .ppl_label .ppl_name {
  font-size:0.9rem;
  font-weight: bold;
}
.people_frame .ppl_label .ppl_position {
  font-size:0.8rem;
  color:#aaa;
}
.people_frame img {
  filter: grayscale(0.8);
  transition: 0.3s;

}
.people_frame a{
  color: #fff;
  text-decoration: none;

}
.people_frame .ppl_label .ppl_name{
  color:#fff;
  transition: 0.3s;
}
.people_frame a:hover .ppl_label .ppl_name{
  color:#aaa;
}
.people_frame a:hover img {
  filter: grayscale(0.3);
box-shadow: 1px 1px 3px rgba(0,0,0,0.3);
}
.our_sectors h1 {
  padding:10vh 0vh;
  text-align: center;
  color:#fff;
  font-weight: 300;
}

.ppl_section2 h1{
  padding:10vh 0vh;
  font-size: 2em;
  text-align: center;
  color:#543176;
  font-weight: 300;
}

.subtitles {
  height:89vh;
  background-color: #999999;
}

.carousel-indicators li{
    text-indent:0;
    text-align: center;
    width:200px;
    height: 40px;
    border:none;
    background-color: #555;
}
.carousel-indicators {
  position: static;
  }

.expertise .sectorcard {
  padding:0px;
}
.expertise .top_content .blockquote {
  max-width: 600px;
  color:#FFF;
  margin: auto;
  margin-top: 7vh;
  margin-bottom: 7vh;
  font-size: 1.5em;
  font-weight: 600;
  font-style: italic;
}
.expertise .top_content h1{
  opacity:0.9;
  color:#FFF;
  margin-top:6vh;
  font-size:3rem;
  font-weight:300;
}
.expertise .btn-primary{
  margin-top: 50px;
  float:center;

}

.top_content{
  min-height:90.5vh;
}

/*.expertise .top_content {

background:url('img/bridge.jpg') no-repeat top center fixed ;
background-size: cover;
}*/

.expertise .our_sectors {

  background-color:#5ab18f;

}

.sectorwrapper {
  height:20vh;
  overflow:hidden;
  padding:0px;
  position:relative;
}
.sectorwrapper .imgoverlay {
  height:20vh;
  background:#000;
  opacity: 0.7;
  z-index:1;
  position:absolute;
  top:0;
  left:0;
  opacity: 0.4;
transition: 0.5s;
}
.sectorwrapper .textoverlay {
  height:15vh;
  position:absolute;
  z-index:2;
  top:0;
  text-align:center;
  color:#fff;
  display:table;
  transition: 0.5s;
}
.sectorwrapper .textoverlay span{
  display:table-cell;
  vertical-align:middle;
  text-shadow: 1px 1px 2px #000;
  text-transform: uppercase;

}
.sectorwrapper .imgbg {
  width:100%;
  height:100%;
  transform:scale(1) translateY(0px);

  transition: 5s;
}
.sectorwrapper:hover .imgbg{
  transform:scale(1.2) translateY(-10px);
}
.sectorwrapper:hover .imgoverlay{
  opacity: 0.6;
}
.sectorwrapper:hover .textoverlay {
  top:-20px;
}


.grid {
  display: grid;
  grid-template-columns: 5em auto;
  grid-template-rows: auto 1fr;
  margin:1vh;
}

.grid > span {
    padding: 4px 2px;
}

/* single event start*/

.map_marker i{
  color:#888;
  transition: 0.3s;
}
.map_marker i:hover{
  color:#543176;

}
.single_page_frame {background-color:#fff;position:relative;}
.single_page_frame .event_footer p{margin: 0}
.event_detail_wrapper {background-color: #eee;}
.event_detail_title_frame {text-align:center; background-color:#543176;}
.event_detail_title_frame h2 {color:#fff;padding:1vh 2vh;font-size:1em;}
.event_time, .event_date, .event_venue {padding:0.2em 1em;}
.single_page_frame .event_second_title {font-size:1.5em;text-transform: none;}
.single_page_frame  p{margin-top: 1em;}
.single_page_frame .event_speakers p{margin-bottom: 0.5em;}
.single_page_frame h2{ font-size:1em; line-height: 1.5em;margin-bottom:0.7em; margin-top:1em;}
.single_page_frame h3{ font-size:1em; line-height: 1.5em;font-style: italic;text-transform: none;margin-bottom:-0.5em;font-weight:bold;margin-top: 1em;}
.single_page_frame h4{ font-size:1em; line-height: 1.5em;font-style: italic;text-transform: none;margin-bottom:-0.5em;font-weight:normal;margin-top: 1em;  text-decoration: underline;}
.single_page_frame li{padding: 0.25em 0em;}
.single_page_frame .event_body p:first-child{
  margin-top: 0em;
}
.single_page_frame .wp-block-quote {
margin-left:1em;
padding-left:0.5em;
border-left:2px #543176 solid;
font-style:italic;
}

/* .single_page_frame li:last-child{margin-bottom: 1em;} */

/* .single_page_frame li:last-child{margin-bottom: 1.5em} */
/* .single_page_frame li:first-child{margin-top: -1em} */
/* .single_page_frame .wp-block-table td{
  border:0;
  padding:0.3em;
  text-align: center;
}
.single_page_frame .wp-block-table{
  border-top:3px #543176 solid;
  border-bottom:3px #543176 solid;
}

.single_page_frame .wp-block-table tr{
  border-bottom: 1px #543176 dotted;
}
.single_page_frame .wp-block-table:not(.no-header) tr:first-child {
  border-bottom: 0;
}

.single_page_frame .wp-block-table:not(.no-header)  tr:first-child td{
  background-color: #543176;
  color:#fff;
  font-weight: 600;
  text-align: center;
} */

.single_page_frame ul:not(.wp-block-gallery) , .proper_para ul {
  list-style: none; /* Remove default bullets */
  padding-top:0.3em;
  /* padding-bottom:1em; */
}

.single_page_frame ul li:last-child{
  /* padding-bottom:1em; */
}

.single_page_frame ul:not(.wp-block-gallery) >li::before, .proper_para ul>li::before {
  content: "\220e";  /* Add content: \2022 is the CSS Code/unicode for a bullet */
  font-size:0.7em;
  vertical-align: middle;
  padding-bottom:0.4em;
  color: #5ab18f; /* Change the color */
  font-weight: bold; /* If you want it to be bold */
  display: inline-block; /* Needed to add space between the bullet and the text */
  width: 2em; /* Also needed for space (tweak if needed) */
  margin-left: -2em; /* Also needed for space (tweak if needed) */
}

.single_page_frame .top-row tr:first-child{
  background-color: #543176;
  color: #fff;
  font-weight: bold;
}
.single_page_frame .top-row tr:last-child{
  border-bottom: 1px #543176 solid;
  text-align: left;
}
.single_page_frame .top-row2 tr:nth-child(2){
  background-color: #ccc;
}
.single_page_frame .bottom-row tr:last-child{
  background-color: #543176;
  color: #fff;
  font-weight: bold;
  text-align: left;
}
.single_page_frame .left-column tr td:first-child{
  background-color: #543176;
  color: #fff;
  font-weight: bold;
  text-align: left;
}
.single_page_frame .x-solid tr td{
  border-top:1px solid #543176;
  border-bottom:1px solid #543176;
  text-align: left;
}
.single_page_frame .x-dotted tr td{
  border-top:1px dotted #543176;
  border-bottom:1px dotted #543176;
  text-align: left;
}
.single_page_frame .y-solid tr td{
  border-left:1px solid #543176;
  border-right:1px solid #543176;
  text-align: left;
}
.single_page_frame .y-dotted tr td{
  border-left:1px dotted #543176;
  border-right:1px dotted #543176;
  text-align: left;
}
/* single event end*/

.event_archive_banner{
  position: relative;
  height:17em;
  background-size: cover;
  background-position: center center;
}
.event_archive_banner::before{
  content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-image: linear-gradient(to bottom right,#543176,#5ab18f);
	opacity: .85;
  }
.event_archive_banner_internal {
  position: absolute;
  width:100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index:3;
}
.event_archive_banner_internal h1{
  font-size: 300%;
  font-weight: 300;
  color:#fff;
}

.archive_page_frame {background-color:#fff;position:relative;}
.archive_page_frame  p{margin-bottom: 1.5em;}
.archive_page_frame h2{ font-size:1.5em;}
.archive_page_frame h3{ font-size:1em;font-weight: 600;}
.archive_page_frame li{padding: 0.25em 0em;}

.share-buttons ul{

  }
.single_page_frame .share-buttons li::before{
    display:none ;
    }

.share-buttons li {
  display: inline-block;

}
.single_page_frame .event_program p {
  margin-bottom: 0em;
  }
  .single_page_frame .event_program ul {
    margin-top:0em;
    margin-bottom: 0em;
    padding-top:0em;
    }
/* The ribbons */
.corner-ribbon{
  width: 200px;
  background: #e43;
  position: absolute;
  top: 25px;
  left: -50px;
  text-align: center;
  line-height: 30px;
  letter-spacing: 1px;
  color: #f0f0f0;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}

/* Custom styles */

.corner-ribbon.sticky{
  position: fixed;
}

.corner-ribbon.shadow{
  box-shadow: 0 0 3px rgba(0,0,0,.3);
}

/* Different positions */

.corner-ribbon.top-left{
  top: 15px;
  left: -70px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}
/* Colors */
.corner-ribbon.white{background: #f0f0f0; color: #555;}
.corner-ribbon.black{background: #333;}
.corner-ribbon.grey{background: #999;}
.corner-ribbon.blue{background: #39d;}
.corner-ribbon.green{background: #2c7;}
.corner-ribbon.turquoise{background: #1b9;}
.corner-ribbon.purple{background: #95b;}
.corner-ribbon.red{background: #e43;}
.corner-ribbon.orange{background: #e82;}
.corner-ribbon.yellow{background: #ec0;}
.corner-ribbon.vdbpurple{
background: rgb(84,49,118);
background: linear-gradient(160deg, rgba(84,49,118,1) 0%, rgba(90,177,143,1) 100%);
}
.corner-ribbon.vdbaqua{
background: rgb(90,177,143);

}
/* end of corner ribbon */

.page-numbers li {
  display: inline-block;
  border-radius: 50%;

  min-width:2em;
  line-height: 2.5em;
}
span.page-numbers.current {
  border:#543176 2px solid;
  color:#543176;
  display: inline-block;
  min-width: 2em;
  line-height: 1.5em;
  border-radius: 4px;
  margin:0px 5px;
  font-weight: 600;
}

a.page-numbers{
  color:#777;
  display: inline-block;
  min-width: 2em;
  line-height: 2em;
  margin:0px 5px;
  }
a.page-numbers.prev{
color:#777;
  display: inline-block;
  min-width: 3em;
  line-height: 2em;
  border-right: 1px solid #ddd;
  margin:0px 5px;
}

a.page-numbers.next{
  color:#777;
margin:0px 5px;
  display: inline-block;
  min-width: 3em;
  line-height: 2em;
  border-left: 1px solid #ddd;
}
.btn-vdbblack{
  padding:1em 1.5em;
  background-color: #000;
  color:#fff;
  border-radius: 2px;
  box-shadow:1px 1px 2px rgba(0,0,0,0.5);
  font-size:0.85em;
  text-transform: uppercase;
  transition: 0.3s;
}
.btn-vdbblack:hover{
  color:#7e49b1;
  box-shadow:1px 1px 7px rgba(0,0,0,0.5);
}
.publication_archive,.event_single,.event_archive,.Recognition_archive {
  margin-bottom:1.5em;
}
.publication_archive_banner{
  background:url('img/Publication-Banner.png');
  height:17em;
}
.careers_archive_banner{
  background:url('img/Careers.png');
  height:25em;
}
.publication_archive_banner, .careers_archive_banner {
  position: relative;


  background-size: cover;
  background-position: top center;
}
.publication_archive_banner::before, .careers_archive_banner::before {
  content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-image: linear-gradient(to bottom right,#543176,#5ab18f);
	opacity: .85;
  }
.publication_archive_banner_internal,.careers_archive_banner_internal {
  position: absolute;
  width:100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;

  z-index:3;

}
.publication_archive_banner_internal h1,.careers_archive_banner_internal h1, .offices_main_title h1{
  font-size: 300%;
  font-weight: 300;
  color:#fff;
}
.careers_archive{
  min-height: 90.5vh;
}

.postfilter ul li {
  display: inline-block;
  padding:0em 2em;
}
.custom-select {
  border:none;
  border-radius: 0px;
  border-bottom: 1px #543176 solid;

}
.custom-select:focus {
  box-shadow: none;

}

.publication_author_wrapper p {
  margin-bottom:auto;
}
.publication_download_link div{

  padding:1px 5px;
  margin:2px;
}

.signature{
font-family: 'Alex Brush', cursive;
font-size:4em;
}
p.signature{
margin-bottom:0px;
}


.each_expertise_banner::before {
  content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-image: linear-gradient(to bottom right,#543176,#5ab18f);
	opacity: .75;
  }


  .gradient_overlay::before {
    content: '';
  	position: absolute;
  	top: 0;
  	right: 0;
  	bottom: 0;
  	left: 0;
  	background-image: linear-gradient(to bottom right,#543176,#5ab18f);
  	opacity: .75;
    }


.proper_para p{
  margin-bottom: 1.5em;
}
.proper_para li{
  margin-bottom:1.5em;
}



.gradient_overlay_hover::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-image: linear-gradient(to bottom right,#543176,#5ab18f);
  opacity: .5;
  transition: 0.3s;
  }
  .gradient_overlay_hover:hover::before {

    bottom: 100%;
    }


.news {
  background-color: #eee;
}

.stripe-1 {
  color: white;
  background: repeating-linear-gradient(
    45deg,
    #606dbc,
    #606dbc 10px,
    #465298 10px,
    #465298 20px
  );
}
.publications h2{
  font-weight: 300;
}

.box-hover-shadow{
  box-shadow: 1px 1px 2px rgba(0,0,0,0.5);
  transition: 0.3s;
}
.box-hover-shadow:hover{
  box-shadow: 1px 1px 5px rgba(0,0,0,0.7);

}

.hover-underline-purple{
  position: relative;
}
.hover-underline-purple:after{
  content:'';
  position: absolute;
  height:1px;
  left:0px;
  width:0%;
  bottom:0px;
  background-color:#543176;
  transition: 0.3s;

}
.hover-underline-purple:hover:after{
  content:'';
  position: absolute;
  height:1px;
  left:0px;
  width:100%;
  bottom:0px;
  background-color:#543176;
  transition: 0.3s;
}

.hover-underline-aqua{
  position: relative;
}
.hover-underline-aqua:after{
  content:'';
  position: absolute;
  height:2px;
  left:0px;
  width:0%;
  bottom:0px;
  background-color:#5ab18f;
  transition: 0.5s;

}
.hover-underline-aqua:hover:after{
  content:'';
  position: absolute;
  height:2px;
  left:0px;
  width:100%;
  bottom:0px;
  background-color:#5ab18f;
  transition: 0.5s;
}

.hover-underline-gray{
  position: relative;
}
.hover-underline-gray:after{
  content:'';
  position: absolute;
  height:2px;
  left:0px;
  width:0%;
  bottom:0px;
  background-color:#ddd;
  transition: 0.5s;

}
.hover-underline-gray:hover:after{
  content:'';
  position: absolute;
  height:2px;
  left:0px;
  width:100%;
  bottom:0px;
  background-color:#ddd;
  transition: 0.5s;
}
.wp-block-file{
  margin-top:1em;
}
.wp-block-file .wp-block-file__button{
  border-radius: 0;
  background-color:#543176;
  padding:0.2em 1em;
}
ol.disc{
list-style-type:disc;
}
ol.circle{
list-style-type:circle;
}
ol.square{
list-style-type:square;
}
ol.decimal{
list-style-type:decimal;
}
ol.decimal-leading-zero{
list-style-type:decimal-leading-zero;
}
ol.lower-roman{
list-style-type:lower-roman;
}
ol.upper-roman{
list-style-type:upper-roman;
}
ol.lower-greek{
list-style-type:lower-greek;
}
ol.lower-latin{
list-style-type:lower-latin;
}
ol.upper-latin{
list-style-type:upper-latin;
}
ol.armenian{
list-style-type:armenian;
}
ol.georgian{
list-style-type:georgian;
}
ol.lower-alpha{
list-style-type:lower-alpha;
}
ol.upper-alpha{
list-style-type:upper-alpha;
}
ol.none{
list-style-type:none;
}
