/*
	Author: Jessica Shipman
	Author URL: http://www.jessicashipman.com/
	Date Modified: October 19, 2016					Added paypal_btn class for paypal button without image as found at https://www.daddydesign.com/wordpress/how-to-create-a-custom-paypal-button-without-images/	Date modified May 14, 2017
*/

.enews-widget {
    color: #333;
    width: 360px;
}
.enews-widget .widget-title {
    color: #333;
}

.sidebar .enews-widget {
    background-color: #fff;
}

.header-image .site-title > a {
    background-size: contain !important;
    display: block;
    height: 244px;
    margin: 0 auto;
    max-width: 320px;
    text-indent: -9999px;
}

.site-header .wrap {
	padding: 0px 0;
	padding: 0rem 0;
}

.header-image .site-header .widget-area {
	margin-top: -50px;
}
	
.title-area {
	float: none;
}

@media (max-width: 1023px) {
	.header-image .site-header .widget-area {
		margin-top: 0px;
	}

	.title-area {
		float: left;
	}

	.simple-social-icons {
		text-align: center;
	}

	.simple-social-icons > .widget-wrap {
		display: inline-block;
	}		.paypal_btn{		display: inline-block;		font-family: inherit;		font-size: 14px;		font-weight: bold;		color: #fff;		text-align: center;		padding: 10px 14px;		margin: 0;		background: #000000;		border: 0;		cursor: pointer;		outline: none;		margin-bottom: 10px;}	.paypal_btn:hover{ background: #dddddd; }	
}