/*
Theme Name: Visual Composer Starter Child
Theme URI: http://visualcomposer.com
Description: Visual Composer Starter child theme
Author: The Visual Composer Team
Author URI: http://visualcomposer.com
Template: visual-composer-starter
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: light, blog, starter, responsive-layout, accessibility-ready, sandwich-menu
Text Domain: visual-composer-starter-child
*/
.vcv-header {
  transition: all 0.5s;
  background-color: transparent;
}
.vcv-header .vce-row-container {
  transition: all 0.5s;
}
.vcv-header.test > .vce-row-container {
  background-color: rgba(35, 82, 124, 0.8);
}

.main-content {
  padding-top: 0px;
  padding-bottom: 0px;
}

.bio-info {
  padding-top: 50px;
  padding-bottom: 50px;
}
.bio-info .bio-image {
  border-radius: 50%;
  border: 5px solid #014282;
  max-width: 100%;
  height: auto;
}
.bio-info .certs {
  font-size: 1.5rem;
  color: #557cbf;
}
.bio-info .contact-links a {
  display: block;
  margin-bottom: 10px;
}
.bio-info .contact-links a img {
  max-width: 50px;
  height: auto;
}

.single-post .vce-asset-color-gradient-container {
  background-image: linear-gradient(102deg, rgba(10, 42, 77, 0.84), rgba(16, 60, 106, 0.48));
}
.single-post .post-content-wrapper {
  padding-bottom: 50px;
}
.single-post .date {
  font-weight: bold;
}

.form-wrapper {
  padding-top: 50px;
  padding-bottom: 50px;
}
.form-wrapper .certs {
  font-size: 1.5rem;
  color: #557cbf;
}

.filter-staff {
  padding-top: 50px;
  padding-bottom: 50px;
}
.filter-staff h2 {
  margin-bottom: 20px;
}
.filter-staff h5 {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #eee;
  font-family: Roboto;
  font-weight: 700;
}
.filter-staff h5:not(:first-of-type) {
  margin-top: 10px;
}
.filter-staff .filters h4 {
  margin-top: 20px;
}
.filter-staff .filters form {
  display: flex;
  flex-direction: column;
}
.filter-staff .filters form select {
  margin-bottom: 20px;
}
.filter-staff .staff-wrapper {
  display: flex;
  flex-wrap: wrap;
}
.filter-staff .staff-wrapper .bio {
  position: relative;
  overflow: hidden;
  height: 290px;
  margin-bottom: 20px;
}
.filter-staff .staff-wrapper .bio .bio-wrapper img {
  position: relative;
  z-index: 1;
}
.filter-staff .staff-wrapper .bio .bio-wrapper .bio-info {
  padding-top: 20px;
  padding-bottom: 20px;
  position: relative;
  z-index: 3;
}
@media screen and (max-width: 576px) {
  .filter-staff .staff-wrapper .bio .bio-wrapper .bio-info {
    padding-top: 0px;
  }
}
.filter-staff .staff-wrapper .bio:after {
  position: absolute;
  width: 150%;
  height: 190px;
  background-color: #f7f7f7;
  bottom: -24px;
  left: -25px;
  transform: rotate(-15deg);
  z-index: 2;
}

/*#specialties {
  display: none;
}*/
#specialties.visible {
  display: block;
}

.checkbox-container {
  display: block;
  position: relative;
  margin-bottom: 20px;
  cursor: pointer;
  font-size: 16px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.checkbox-container .check-filter {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  width: 100%;
  height: 100%;
}
.checkbox-container .check-filter + span {
  color: #557cbf;
}
.checkbox-container .check-filter:checked + span {
  font-weight: 700;
  border-bottom: 1px solid #557cbf;
}

/* Single Team Member Page Styling */
.single-our_team header, .single-office_team header, .error404 header {
  position: relative;
}
.single-our_team header .vce-row-container:first-of-type, .single-office_team header .vce-row-container:first-of-type, .error404 header .vce-row-container:first-of-type {
  position: fixed;
  z-index: 1000;
}
.single-our_team .bio-info > .container > .row .bio-image, .single-office_team .bio-info > .container > .row .bio-image, .error404 .bio-info > .container > .row .bio-image {
  filter: none;
}
@media screen and (min-width: 1140px) {
  .single-our_team .bio-info > .container > .row .bio-image, .single-office_team .bio-info > .container > .row .bio-image, .error404 .bio-info > .container > .row .bio-image {
    margin-top: 240px;
  }
}

.single-office_team .bio {
  position: relative;
  overflow: hidden;
  height: 270px;
  margin-bottom: 20px;
}
.single-office_team .bio .bio-wrapper img {
  position: relative;
  z-index: 1;
}
.single-office_team .bio .bio-wrapper .bio-info {
  padding-top: 20px;
  padding-bottom: 20px;
  position: relative;
  z-index: 3;
}
.single-office_team .bio:after {
  position: absolute;
  width: 150%;
  height: 160px;
  background-color: #f7f7f7;
  bottom: -24px;
  left: -25px;
  transform: rotate(-15deg);
  z-index: 2;
}

.loader {
  height: 3px;
  position: relative;
  overflow: hidden;
  display: none;
}
.loader:after {
  content: "";
  width: 100%;
  height: 3px;
  position: absolute;
  left: 0;
  background-color: #557cbf;
  animation: loader 3s;
  animation-iteration-count: infinite;
}
.loader.show-loader {
  display: block;
}

@keyframes loader {
  0% {
    left: 0;
    width: 0;
  }
  50% {
    left: 50%;
    width: 50%;
  }
  100% {
    left: 100%;
    width: 75%;
  }
}
.nf-form-content {
  max-width: 100% !important;
  padding: 0px !important;
  margin-top: 20px !important;
}
.nf-form-content ul {
  list-style: none;
}
.nf-form-content ul li:before {
  display: none;
}

.recent-post-grid .vce-post-description--content {
  position: relative;
}
.recent-post-grid .vce-post-description--content:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(35, 82, 124, 0.8);
  z-index: 5;
}
.recent-post-grid .vce-post-description--content h3 {
  position: relative;
  z-index: 20;
}

/* Custom Button Styling */
a.vce-button--style-basic, button.vce-button--style-basic {
  transition: all 0.5s;
  background-color: #014282 !important;
  border: none !important;
  padding: 15px 43px;
  color: #fff;
}
a.vce-button--style-basic:hover, button.vce-button--style-basic:hover {
  background-color: #4d70ac !important;
}

.link-cta a.vce-button--style-basic, .link-cta button.vce-button--style-basic {
  transition: all 0.5s;
  background-color: #4d70ac !important;
  border: none !important;
}
.link-cta a.vce-button--style-basic:hover, .link-cta button.vce-button--style-basic:hover {
  background-color: #557cbf !important;
}

.ninja-forms-field[type=button] {
  transition: all 0.5s;
  background-color: #014282 !important;
  border: none !important;
}
.ninja-forms-field[type=button]:hover {
  background-color: #4d70ac !important;
  color: #fff !important;
}

.load-more {
  transition: all 0.5s;
  background-color: #557cbf !important;
  border: none !important;
  color: #fff;
  font-family: Roboto;
  margin-top: 20px;
  padding: 10px;
}
.load-more:hover {
  background-color: #4d70ac !important;
}

/* Custom Post Feed Styling */
div.vce-post-description .vce-post-description--content h3.vce-post-description--title {
  font-family: "Playfair Display", serif !important;
  font-size: 2rem;
  text-transform: initial;
  letter-spacing: initial;
}

#response_alt {
  max-height: 900px;
  overflow-x: hidden;
  overflow-y: scroll;
}

.content-separator {
  padding-top: 50px;
  padding-bottom: 50px;
}
.content-separator hr {
  background-color: #000;
}

@media screen and (max-width: 767px) {
  footer #el-c5660b1c .vce-col-content {
    padding-top: 0 !important;
  }
}

.team-photo {
  width: 100%;
  margin-bottom: 2rem;
}

/*# sourceMappingURL=style.css.map */
