body p {
margin-bottom: 10px;
}

input.comment-text {
    display: block;
    margin-top: 10px;
    width: 50%;
}

.side-widget{
  margin-bottom: 7px;
  background : none;
  border-bottom: 1px solid #cbcbcb;
}

.wp-caption{
  border: 0;
  padding: 0;
  margin: 0;
  margin-bottom: 10px;
}

.widget_crafty-social-buttons_widget{
   padding-bottom: 10px;
}

.crafty-social-button img{
	border: 0;
}
.sidebar .widget ul.crafty-social-buttons-list{
	margin-left: 0px;
	padding-top: 15px;
}

.side-widget ul.crafty-social-buttons-list li{
  margin: 0 .2em;
}

.crafty-social-buttons img{
	max-height: 36px;
	max-width: 36px;
}

.header h1{
  margin-left: 10px;
}

.header {
  background-color: #F2F2F0;
}

.container {
  background-color: #F2F2F0;
  margin-top: 0px;
}

.aside {
 background-color : #F2F2F0
}

/****************** Custom Inputs ***************/

.newsletter-input
{
	border-color: lightgrey;
	font-family: 'Lato', Arial, Verdana, Tahoma, Sans-serif;
	margin: 10px 0;
	padding: 5%;
	width: 89%;
}
.newsletter-button
{
	font-family: 'Lato', Arial, Verdana, Tahoma, Sans-serif;
	letter-spacing: .1em;
	margin: 10px 0;
	padding: 5%;
	text-transform: uppercase;
	width: 100%;
}
.post-button,
 .input-button,
 input[type=submit]
{
	background: #222222;
	border: 1px solid #222222;
	color: #ffffff;
}
.post-button:hover,
 .input-button:hover,
 input[type=submit]:hover
{
	background: #aaaaaa;
	border: 1px solid #aaaaaa;
	color: #ffffff;
}
input
{
	border: 1px solid #ccc;
	color: #888;
	font-family: Arial, Verdana, Tahoma, Sans-serif;
	moz-transition: all .3s ease-in-out;
	ms-transition: all .3s ease-in-out;
	o-transition: all .3s ease-in-out;
	padding: 8px 10px;
	transition: all .3s ease-in-out;
	webkit-transition: all .3s ease-in-out;
}
input[type=submit]
{
	background: #222;
	border: 1px solid #222;
	color: #fff;
	cursor: pointer;
	moz-transition: all .3s ease-in-out;
	ms-transition: all .3s ease-in-out;
	o-transition: all .3s ease-in-out;
	padding: 8px 15px;
	transition: all .3s ease-in-out;
	webkit-transition: all .3s ease-in-out;
}

.nav:before, .nav:after {
 border: none;
}


.header-form input {
	background-color: transparent;
	background-image: url(/images/search-icon.png);
	background-position: 5px center;
	background-repeat: no-repeat;
	background-size: 28px 28px;
	border: none;
	cursor: pointer;
	height: 32px;
	margin: 3px 0;
  	margin-top: 0px;
	padding: 0 0 0 40px;
	position: relative;
        -webkit-transition: width 400ms ease, background 400ms ease;
	transition:         width 400ms ease, background 400ms ease;
	width: 0;
}
 
.header-form input:focus {
	background-color: #fff;
	border: 2px solid #c3c0ab;
	cursor: text;
	outline: 1px solid #c3c0ab;
	width: 375px;
    padding-left : 5px;
  background-position: 345px center;
  background-image: url(/images/search-icon-black.png);
}
 
.header-form [type="submit"] {
	display: none;
}

p.footer-copy :before, p.footer-copy :after{
	display : none;  
}