/*
Theme Name:   Corporate Voice - CLA
Theme URI:    http://lucidity.design
Description:  This is a custom child theme of Divi.
Author:       Richard George Davis
Author URI:   http://lucidity.design
Template:     Divi
Version:      1.0.0
License:      GNU General Public License v2 or later
License URI:  http://www.gnu.org/licenses/gpl-2.0.html
*/
/*This file was modified by Richard Davis;*/
/*Last modified 24-06-2021*/

/* .cla-logo-slider .dipi_carousel_child .et_pb_module_inner {
  margin: auto 0;
}
.cla-logo-slider .dipi_carousel_child .et_pb_module_inner img {
  width: 100%;
  height: 65px;
  object-fit: contain;
} */
/* body .dipi_carousel .swiper-container .dipi-carousel-wrapper, .dipi_carousel .swiper-container .dipi_carousel_child img {
  width: 100%;
  height: 65px;
  object-fit: contain;
} */

.filled_background .et-fixed-header #top-menu ul li.current-menu-ancestor > a > span {
    color: #bfd730 !important;
}


.filled_background #top-menu ul li.current-menu-ancestor > a > span,

body.filled_background .et-fixed-header #top-menu ul li.current-menu-ancestor > a > span,
body.filled_background .et-fixed-header #top-menu li ul li.current-menu-ancestor > a > span,
.filled_background .et_pb_menu__menu > nav > ul > li.current-menu-ancestor > a > span,
.filled_background #top-menu ul li.current-menu-item > a > span,
.filled_background .et_pb_menu__menu > nav > ul > li.current-menu-item > a > span,
.filled_background #top-menu > li:not(.menu-item-has-children):not(.dipi-cta-button-menu-item):hover > a > span,
.filled_background .et_pb_menu__menu > nav > ul > li:not(.menu-item-has-children):not(.dipi-cta-button-menu-item):hover > a > span {
      background-color: unset !important;

}

.filled_background #top-menu li.current-menu-ancestor > a > span {
  border-radius: 5px;
}

@media (min-width: 980px) {
.dipi-dropdown-arrow .nav ul li:not(.mega-menu) ul.sub-menu:after {
    display: none;
}
}

#top-menu-nav>ul>li>a:hover, #et-secondary-menu>ul>li>a:hover, #et-info-email:hover, .et-social-icons a:hover {
  opacity: 1;
}

#top-header #et-info-phone:hover {
  color: #fff !important;
  transition: all 0.4s ease-in-out;
}

body .et_pb_toggle_open .et_pb_toggle_title:before {
  color: #231f20;
  font-family: 'Lato', sans-serif !important;
  font-size: 36px;
  content: "+";
  transition: all 0.5s ease-in-out;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

body .et_pb_toggle_close .et_pb_toggle_title:before {
  color: #231f20;
  font-family: 'Lato', sans-serif !important;
  font-size: 36px;
  content: "+";
  transition: all 0.5s ease-in-out;
}

@-webkit-keyframes ticker {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    visibility: visible;
  }

  100% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

@keyframes ticker {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    visibility: visible;
  }

  100% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

.ticker-wrap {
  /*   position: fixed; */
  /*   bottom: 0; */
  /*   width: 100%; */
  overflow: hidden;
  height: 2rem;
  padding-left: 100%;
  box-sizing: content-box;
  line-height: 1.2rem;
}

body .ticker-wrap .ticker {
  display: inline-block;
  /*   height: 1.5rem !important; */
  /*   line-height: 1rem; */
  white-space: nowrap;
  box-sizing: content-box;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-name: ticker;
  animation-name: ticker;
  -webkit-animation-duration: 30s;
  animation-duration: 30s;
}

body .ticker-wrap .ticker__item {
  display: inline-block;
  padding: 0 !important;
  font-size: 0.7rem;
  color: #fff;
}

/* #our-services-ticker-tape .ticker-wrap .ticker__item {
  color: #fff;
} */

#our-services-digital-services .et-last-child .et_pb_image {
  background-position: top;
  background-size: 93% 93%;
}

#top-menu li.current-menu-item>a:hover {
  color: #fff !important;
}

/*-- [START - Change Slider Animation ] ---*/
/* Slider animation - slide description */
/* .et-pb-active-slide .et_pb_slide_description {
  animation-name: flipInY;
} */

/*Slider animation - image & video */
/* .et-pb-active-slide .et_pb_slide_image, .et-pb-active-slide .et_pb_slide_video {
  animation-name: gridFadeIn;
} */

/* .et_pb_slide_description {
  float: left !important;
}

.et_pb_slide_image {
  right: -100px;
} */

/*---[ START - Background image overlays, including parallax ] ---*/
.gradient-overlay:before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  bottom: 0;
  width: 100%;
  background-image: linear-gradient(180deg, #231f20 0%, rgba(35, 31, 32, 0.8) 100%) !important;
  background-color: transparent;
}

/*---[ START - New ] ---*/
/*---[ START - ******** Buttons ] ---*/
/*---[ START - Legal terms & conditions and privacy policy pages ] ---*/
.legal ol {
  list-style-position: outside;
}

.legal ul {
  padding: 0 0 2px 2em;
}

.legal ul li:last-child, .legal ol li:last-child {
  margin-bottom: 0 !important;
}

.legal ol li, .legal ul li {
  margin-bottom: 8px !important;
  margin-top: 10px;
  margin-left: 5px !important;
}

/*-- [START - Horizontal Scroll-Bar Bug] ---*/
#page-container {
  overflow: hidden;
}

/*---[ START - Popup contact Form ] ---*/
body .popup_contact ul.et_pb_social_media_follow,
body .popup_contact .et_pb_social_media_follow li {
  margin: 0 !important;
  padding: 0 !important;
}

@media only screen and (max-width: 1390px) {
  .popup_contact .et_pb_row {
    max-width: 100% !important;
    width: 90%;
  }

  .popup_contact .et_pb_row .et_pb_contact_form_container {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
}

@media only screen and (max-width: 980px) {
  .popup_contact .et_pb_column_1_4 .et_pb_social_media_follow {
    display: none !important;
  }

  .popup_contact .et_pb_column_1_4 .et_pb_promo:last-of-type {
    margin-right: 0 !important;
  }

  .popup_contact .et_pb_column_1_4 {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-around;
  }

  .popup_contact .et_pb_column_1_4 .et_pb_promo {
    border-bottom: none !important;
  }
}

@media only screen and (max-width: 480px) {
  .popup_contact .et_pb_column_1_4 .et_pb_promo {
    width: 100% !important;
    margin-right: 0;
  }

  .popup_contact .et_pb_contact_form p {
    width: 100% !important;
    margin-right: 0% !important;
  }

  .popup_contact .et_pb_contact .et_contact_bottom_container {
    width: 100%;
    margin-top: 0;
  }
}

/*-- [START - list of logos horizontal centered ] ---*/
.logo-img-list .et_pb_column {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.logo-img-list .et_pb_column .et_pb_image {
  /*   padding: 8px 0; */
  /*   transform: scale(.7); */
  max-width: 160px;
  margin: auto 0 !important;
  padding: 1em 1.5em;
  -o-object-fit: contain;
  object-fit: contain;
}

.logo-img-list .et_pb_column .et_pb_image .et_pb_image_wrap img {
  height: auto;
  max-height: 60px;
  -o-object-fit: contain;
  object-fit: contain;
}

#cla-our-clients .et_pb_row {
  max-width: 1290px;
  width: 80%;
}

#cla-our-clients .et_pb_column {
  /* padding-bottom: 6%; */
}

@media only screen and (max-width: 480px) {
  .logo-img-list .et_pb_column .et_pb_image {
    width: 110px !important;
    margin: auto 0 !important;
    padding: .8em 1em !important;
  }

  .logo-img-list .et_pb_column .et_pb_image .et_pb_image_wrap img {
    height: auto;
    max-height: 50px;
    -o-object-fit: contain;
    object-fit: contain;
  }

  #cla-our-clients .et_pb_row {
    max-width: 1290px;
    width: 95% !important;
  }
}

body .dipi_testimonial_0 .dipi-testimonial-img,
body.dipi-testimonial-review-popup-open .dipi_testimonial_0-popup .dipi-testimonial-img {
  height: auto !important;
  width: 100px !important;
  max-width: 180px;
  min-width: 80px;
}

.dipi-profile-info {
  margin-left: 15px;
}

/* Teams */
.et_pb_team_member {
  border-radius: 15px !important;
  border: none !important;
  width: 100%;
  position: relative;
  overflow: hidden;
  z-index: 10;
  box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.1);
  transition: box-shadow 300ms ease 0ms, box-shadow 300ms ease 0ms, -webkit-transform 300ms ease 0ms, -webkit-transform 300ms ease 0ms;
  transition: transform 300ms ease 0ms, transform 300ms ease 0ms, box-shadow 300ms ease 0ms, box-shadow 300ms ease 0ms;
  transition: transform 300ms ease 0ms, transform 300ms ease 0ms, box-shadow 300ms ease 0ms, box-shadow 300ms ease 0ms, -webkit-transform 300ms ease 0ms, -webkit-transform 300ms ease 0ms;
  padding-bottom: 15px;
  transition: all .3s ease-in-out;
}

.cla-Directors {
  padding-bottom: 0px;
}

.cla-Directors .et_pb_team_member_description {
  padding: 30px;
  text-align: -webkit-center;
}

.cla-Directors .et_pb_member_position {
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 600;
}

.cla-Directors .et_pb_member_position:after {
  content: ' ';
  display: block;
  width: 20px;
  margin: 5px 0;
  border: 1px solid;
}

.et_pb_team_member:hover {
  box-shadow: 0px 15px 50px 0px rgba(0, 0, 0, 0.1);
  -webkit-transform: scaleX(1.1) scaleY(1.1) translateX(0px) translateY(-10px) !important;
  transform: scaleX(1.1) scaleY(1.1) translateX(0px) translateY(-10px) !important;
  transition: all .5s cubic-bezier(0.170, 0.690, 0.470, 0.995);
}

.et_pb_team_member img, .cla-Directors img {
  transition: all .5s ease;
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transform-origin: bottom;
  transform-origin: bottom;
  padding-top: 1.5em
}

.et_pb_team_member:hover img, .cla-Directors:hover img {
  -webkit-transform: scale(1.0);
  transform: scale(1.0);
}

/* body .et-fixed-header #top-menu li li,
body #top-menu li li {
    padding-right: 0px !important;
}

body #main-header .nav li ul {
overflow-y: hidden;
overflow-y: visible !important;
} */

.page-id-322633 #cla-our-clients{
  display: none;
}

/* @media only screen and (min-width: 1170px) and (max-width: 1460px){
body .cla-ticker-position-img {
top: calc(27% + 8vw);
}
body .cla-ticker-position-code {
top: calc(26% + 8vw);
}
}


@media only screen and (min-width: 981px) and (max-width: 1170px){
body .cla-ticker-position-img {
top: calc(51% + 2px);
}
body .cla-ticker-position-code {
top: calc(51% + 0px);
}
}


@media only screen and (min-width: 828px) and (max-width: 980px){
body .cla-ticker-position-img {
top: calc(54% + 3px);
max-width: 38px !important;
}
body .cla-ticker-position-code {
top: calc(54% + 1px);
}
}

@media only screen and (min-width: 777px) and (max-width: 827px){
body .cla-ticker-position-img {
top: calc(53% + 2px);
max-width: 38px !important;
}
body .cla-ticker-position-code {
top: calc(53% + 0px);
}
}

@media only screen and (min-width: 611px) and (max-width: 776px){
body .cla-ticker-position-img {
top: unset;
bottom: calc(38% + 14px);
max-width: 38px !important;
}
body .cla-ticker-position-code {
top: unset;
bottom: calc(38% + 8px);
}
}

@media only screen and (max-width: 610px){
body .cla-ticker-position-img {
top: unset;
bottom: calc(5% + 125px);
max-width: 35px !important;
}
body .cla-ticker-position-code {
top: unset;
bottom: calc(5% + 115px);
}
} */
