span.date {
display:none !important;
}
.testimonial_body {
    height: 250px;
    overflow: hidden;
font-size:13px;
border-bottom: 1px solid #88bb49;
}
span.testimonial-client {
    font-weight: bolder;
}
.easy-t-cycle-pager {
    overflow: hidden;
    text-align: center;
    width: auto;
    z-index: 500;
    display: inline-flex;
    padding-bottom: 5px;
}
.easy-t-slideshow-wrap .cycle-slideshow {
    overflow: hidden;
    margin-bottom: 0;
    width: 100%;
}
/*.page-id-1403 .full-content {
display:flex;
 flex-direction:column;
 justify-content:center;
 text-align:center;
}*/

.page-id-1403 .inside-grid-column img {
/*  -webkit-filter: grayscale(100%); 
  filter: grayscale(100%) !important;
opacity:.5;*/
}

.page-id-1403 .inside-grid-column a {
border:none;
}

.case-study-container .title {
  color: #1a1a1a;
  text-align: center;
  margin-bottom: 10px;
}

.case-study-content {
  position: relative;
  margin: auto;
  overflow: hidden;
}

.case-study-content .case-study-content-overlay {
  background: rgba(0, 0, 0, 0.7);
  position: absolute;
  height: 99%;
  width: 100%;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
  -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;
}

.case-study-content:hover .case-study-content-overlay {
  opacity: 1;
}

.case-study-content-image {
  width: 100%;
}

.case-study-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;
}

.case-study-content:hover .case-study-content-details {
  top: 50%;
  left: 50%;
  opacity: 1;
}

.case-study-content-details h3 {
  color: #fff;
  font-weight: 500;
  letter-spacing: 0.15em;
  margin-bottom: 0.5em;
font-size:21px;
  /*text-transform: uppercase;*/
background:#88bb49;
}

.case-study-content-details p {
  color: #fff;
  font-size: 0.8em;
}

.fadeIn-bottom {
  top: 80%;
}

#custom_html-3 .widget-title {
font-size:32px;
}

#custom_html-2 .widget-title {
font-size:32px;
}

.sidebar li {
    float: left;
    font-size: 16px;
    margin: 0 !important;
    width: 100%;
    padding: 0 0 10px 0;
    border-bottom:none !important;
}
/*missing css from the restore*/
.re {
float:left;
}
.welcome-left h1 {
    font-size: 28px;
}

.welcome-left {
    float: left;
    width: 42%;
    font-size: 15px;
    padding-right: 18px;
}
.welcome-center {
    width: 27%;
    float: left;
    font-size: 16px;
    margin-top: 55px;
}
.welcome-right {
    float: right;
    width: 31%;
    MARGIN-TOP: 50px;
}

.welcome-center a {
    color: #464849;
    border-bottom: 0;
    white-space: pre;
    padding-left: 5px;
}
input.wpcf7-form-control.wpcf7-submit {
    margin-top: 100px;
}
span.asterisk {
    color: red;
    position:relative;
    left: 0;
    top: 15px;
}
.testimonial-slider {
   display: block;
   width: 100%;
   height: auto;
}
.testimonial-slider a{
background-color: #88bb49;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    font-family: 'latobold';
    color: #fff;
    font-size: 13px;
    padding: 10px;
    height: 38px;
   float:left;
margin-bottom:10px;
}

.testimonial-slider ul.slider {
   display: block;
   list-style: none;
   padding: 0;
   position: relative;
   display: inline-block;
   width: 100%;
  height:200px;
   overflow: hidden;
   margin: 0 auto;
margin-bottom:20px;
}

.testimonial-slider ul.slider li {
    position: absolute;
    display: block;
    width: 100%;
    opacity: 0;
    margin: 0 auto;
}
.testimonial-slider ul.slider li:nth-child(1) {
    opacity: 1;

    -webkit-animation: fade-animation-1 25s infinite;
            animation: fade-animation-1 25s infinite;
}
.testimonial-slider ul.slider li:nth-child(2) {
    -webkit-animation: fade-animation-2 25s infinite;
            animation: fade-animation-2 25s infinite;
}
.testimonial-slider ul.slider li:nth-child(3) {
    -webkit-animation: fade-animation-3 25s infinite;
            animation: fade-animation-3 25s infinite;
}
.testimonial-slider ul.slider li:nth-child(4) {
    -webkit-animation: fade-animation-4 25s infinite;
            animation: fade-animation-4 25s infinite;
}

.testimonial-slider q {
   display: inline-block;
   /*font: normal 700 16px / 1.25 "Raleway", Helvetica, Arial, Verdana, sans-serif;
   letter-spacing: .5pt;
   text-shadow: 0 5px 10px rgba(0,0,0,.1);
   max-width: 35ch;*/
font-size:12px;
}

.testimonial-slider .source {
    /*margin-top: 25px;*/
    color: #88bb49;
    /*font: italic 400 30px / 1.35 "Raleway", Helvetica, Arial, Verdana, sans-serif;*/
font-size:12px;
}

/* KEYFRAME DECLARATIONS */
@keyframes fade-animation-1 {
    0%, 25%, 100% {
        opacity:0
    }
    3%, 22% {
        opacity: 1;
    }
}
@keyframes fade-animation-2 {
    0%, 25%, 50%, 100% {
        opacity:0
    }
    28%, 47% {
        opacity: 1;
    }
}
@keyframes fade-animation-3 {
    0%, 50%, 75%, 100% {
        opacity:0
    }
    53%, 72% {
        opacity: 1;
    }
}
@keyframes fade-animation-4 {
    0%, 75%, 100% {
        opacity:0
    }
    78%, 97% {
        opacity: 1;
    }
}

@-webkit-keyframes fade-animation-1 {
    0%, 25%, 100% {
        opacity:0
    }
    3%, 22% {
        opacity: 1;
    }
}
@-webkit-keyframes fade-animation-2 {
    0%, 25%, 50%, 100% {
        opacity:0
    }
    28%, 47% {
        opacity: 1;
    }
}
@-webkit-keyframes fade-animation-3 {
    0%, 50%, 75%, 100% {
        opacity:0
    }
    53%, 72% {
        opacity: 1;
    }
}
@-webkit-keyframes fade-animation-4 {
    0%, 75%, 100% {
        opacity:0
    }
    78%, 97% {
        opacity: 1;
    }
}
@media only screen and (max-width: 979px){
.welcome-left {
    width: 60%;
}
.welcome-center {
    width: 37%;
}
}
@media only screen and (max-width: 639px){
.welcome-left {
    width: 100%;
    padding-left: 0;
}
.welcome-center {
    width: 100%;
    margin-top: 25px;
}
.welcome-right {
    width: 100%;
    margin-top: 20px;
}
}