/*
Theme Name: Vitiworks
Theme URI: http://umbrella.al/
Description: Parker theme from Umbrella
Author: Umbrella
Author URI: http://umbrella.al/
Version: 1.4.2
License: General Public License
License URI: http://www.gnu.org/licenses/gpl.html
*/

.testimonialContent img {padding: 0 0 22px 22px;}

/* Create two unequal columns that floats next to each other */
.column {
  float: left;
  padding: 10px;
   /*height: 300px; Should be removed. Only for demonstration */
}

.left {
  width: 60%;
}

.right {
  width: 40%;
}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}

input#gform_submit_button_6 {
    background: #7ab142;
    color: #fff;
    width: 25%;
	text-transform: uppercase;
}