/*
CTC Separate Stylesheet
Updated: 2017-12-26 11:58:01
*/

footer .credits a{
  text-decoration: none;
}
.thrv_wrapper.gallery-logos{
  padding:0;
}

.gallery-logos .tve-cb{
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
  box-sizing: border-box;
  width: auto;
}

.gallery-logos .tve-cb .tve_image_caption{
  padding: 0 15px;
  flex: 0 0 100%;
  max-width: 100%;

}



.gallery-logos .tve-cb .tve_image_caption .tve_image_frame{
  border: 3px solid rgb(217, 217, 217);
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  position: relative;
  
  display: block;
  box-sizing: border-box;
}
.gallery-logos .tve-cb .tve_image_caption .tve_image_frame img{
  width: calc(100% - 30px) !important;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 15px;
}
@media only screen  and (min-width : 500px) {
  .gallery-logos .tve-cb .tve_image_caption{
    flex: 0 0 50%;
    max-width: 50%;
  }
}

@media only screen  and (min-width : 1024px) {
  .gallery-logos .tve-cb .tve_image_caption{
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
}


@media only screen  and (max-width : 768px) {
  #head_wrp.center_logo .wrp{
    display: flex;
  }
  #head_wrp.center_logo .wrp .hmn{
    padding: 3px 0;
  }
}

@media only screen  and (max-width : 500px) {
  .tvo-set13-template.tvo-testimonials-display-single .tvo-testimonial-info{
    width: 130px;
  }
}