/*
Contact Specific Styling.
*/
/*
Global Variables

@import this file at the top of each page
template file to make variables available.
*/
/*
Mixins

Add mixins to any css page using @include

e.g.
.element{
	@include transition( background .2s ease-out )
}
*/
.page-template-page-contact .block.block-contact .block-inner {
  padding-top: 0px;
  padding-bottom: 100px;
}

.form-holder {
  width: 100%;
}

/*# sourceMappingURL=contact.css.map */
