/**
* Theme Name: WDLA Child
* Template: wdla
* Version: 1.0.0
*/

.svgArt img{
  width: auto !important;
}

.topShadow {
    box-shadow: 0 15px 50px rgb(0 0 0 / 83%) !important;
}

.topShadow2 {
    box-shadow: 0 15px 50px rgb(0 0 0 / 30%) !important;
}

.bottomShadow {
    box-shadow: 0 1px 30px rgb(0 0 0 / 40%) !important
}

.smaller .figure-project .h5 {
  font-size: 20px !important;
}
.figure-project__content h3.small {
  color: #C3C3C3;
  line-height: 1.3;
  vertical-align: text-bottom;
  margin: 0;
}
.slider-projects__slide .slider__subheading {
  opacity: .5;
  font-size: 12.88px;
  line-height: 1.3;
}
/*
a.button, .wdla-topnav-btn span {
    font-size: 14px !important;
    font-weight: 400 !important;
    letter-spacing: 2px !important;
}*/
a.wdla-main-btn, .wdla-main-btn a {
    background-color: #FFDF92;
    box-shadow:none !important;
    transition: all .2s ease !important;
}
a.wdla-main-btn:hover, .wdla-main-btn a:hover {
    background-color: #fff;
    box-shadow:0 15px 25px -5px rgba(0,0,0,.3) !important;
    transform:translate3d(0,-2px,0);
}
.home .wdla-topnav-btn a  {
    background-color: #EFC7CF;
    box-shadow:none !important;
    transition: all .2s ease !important;
}
.wdla-topnav-btn a, .wdla-start-btn a  {
    box-shadow:none !important;
    transition: all .2s ease !important;
}
.home .wdla-topnav-btn a:hover{
    border: none;
}
.wdla-start-btn  {
    box-shadow:none !important;
    transition: all .2s ease !important;
}
.page-id-3688 .footerCTA {
  display: none;
}

.wdla-topnav-btn a {
    background-color: #222;
    border: none !important;
    border: 1px solid #E8E8E8;
}
.wdla-topnav-btn a:hover {
    background-color: #fff;
    border: 1px solid #fff;
    box-shadow:0 15px 25px -5px rgba(0,0,0,.3) !important;
    transform:translate3d(0,-2px,0);
}

.wdla-start-btn a:hover {
    box-shadow:0 15px 25px -5px rgba(0,0,0,.3) !important;
    transform:translate3d(0,-2px,0);
}

a.wdla-white-btn, .wdla-white-btn a {
    background-color: #fff;
    box-shadow:0 4px 38px -6px rgba(0,0,0,.1) !important;
    transition: all .2s ease !important;
    width: auto;
}
a.wdla-white-btn:hover, .wdla-white-btn a:hover {
    background-color: #fff;
    box-shadow:0 15px 25px -5px rgba(0,0,0,.3) !important;
    transform:translate3d(0,-2px,0);
}
.dropShad .elementor-cta__title {
  text-shadow: 1px 1px 20px rgba(0, 0, 0, 0.9) !important;
}

/* size images for case studies */

/* smaller screens*/
@media (max-width: 1024px) {
  .sizeImages img {
    height: auto !important;
    object-fit: none !important;
  }
}
