* {
  box-sizing: border-box;
}

/* Create three columns of equal width */
.columns {
  float: left;
  width: 25%;
  padding: 8px;
}

/* Style the list */
.price {
  list-style-type: none;
  border: 1px solid #eee;
  margin: 0;
  padding: 0px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

/* Add shadows on hover */
.price:hover {
  box-shadow: 0 8px 12px 0 rgba(0,0,0,0.2)
}

/* Pricing header */
.price .header {
  background-color: rgba(34,34,34, 0.95);
  color: white;
  font-size: 25px;
  font-family: 'Oswald', 'sans-serif';
}

/* List items */
.price li {
  border-bottom: 1px solid #eee;
  padding: 20px;
  text-align: center;
}

/* Grey list item */
.price .grey {
  background-color: #eee;
  font-size: 20px;
}

/* Call to action list item */
.price .call {
  background-color: #ffffff;
  font-size: 20px;
}

/* The "Sign Up" button */
.button {
  background-color: #4CAF50;
  border: none;
  color: white;
  padding: 10px 25px;
  text-align: center;
  text-decoration: none;
  font-size: 18px;
}

/* Change the width of the three columns to 100%
(to stack horizontally on small screens) */
@media only screen and (max-width: 600px) {
  .columns {
    width: 100%;
  }
}


/* Single Post Form */

	.post-form{
		width:100%;
	}

	.post-form form{
		margin-top:20px;
	}

	.post-form form div{
		padding:0px 0;
	}

	.post-form form div:nth-of-type(1){
		padding-right:0px;
	}

	.post-form form div label{
		color:#8a8989;
	}

	.post-form form .form{
		width:100%;
		height: auto;
		padding:12px 15px 10px;
		font-size:18px;
		border-radius: 6px;
		color:#7f7f7f;
		letter-spacing: 0.5px;
		font-size:14px;
	}

	.post-form form .textarea{
		height: 201px;
		max-width: 100%;
		max-height: 201px;
	}

	.post-form form button.contact-form-button{
		margin-bottom:0;
		font-size:19px;
        background-color: #d71818;
        color:#ffffff;
	}

.cardy input {
  border: 1px solid #000000;
}