/*
Theme Name: Salient Child Theme
Theme URI: http: //mysite.com/
Description: This is a custom child theme for Salient
Author: My Name
Author URI: http: //mysite.com/
Template: salient
Version: 0.1
*/

.treatment-types .vc_col-sm-3 .wpb_wrapper {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
   -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.treatment-types .col.has-animation[data-animation="zoom-out"] {
  transform: translateZ(0) scale(1);
}

@media screen and (max-width: 767px){
	.custom-tabs .ui-tabs-nav li {
		width: 100%;
	}

	.custom-tabs .ui-tabs-nav li i {
		display: block;
		float: left;
		padding-right: 15px;
	}
}

