.vc_grid-item.zoomIn { 
    animation-name: none !important; 
}

.project-slide__text {background-color:#ffffff;color:#000000;padding-left:10px;
	-webkit-transition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out;
	-o-transition: all .25s ease-in-out;
	transition: all .25s ease-in-out;
}
.project-slide__text:hover {background-color:#fff7e5;color:#4b3500;
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
}
.site-branding { background: url(https://carlosespinosa.com/wp-content/uploads/2016/01/CE_logo.gif) no-repeat 0 50%;padding-left:108px}
.site-title {max-width:10em;min-width:5em}

.whitefont h4 {color:#ffffff}
.arrowup:before {
    content:"";
    border-color: transparent transparent #000 transparent;
    border-style:solid;
    border-width:20px;
    width:0;
    height:0;
    position:absolute;
    top:-40px;
    left:44%
}


.vc_gitem-animated-block:before {
  content: " ";
  position: absolute;
  z-index: 1000;
  top: 8px;
  left: 8px;
  right: 8px;
  bottom: 8px;
  border: 4px solid #fff;
	-webkit-transition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out;
	-o-transition: all .25s ease-in-out;
	transition: all .25s ease-in-out;
}

.vc_gitem-animated-block:hover:before {
  content: " ";
  position: absolute;
  z-index: 1000;
  top: 8px;
  left: 8px;
  right: 8px;
  bottom: 8px;
  border: 4px solid #000;
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
}