//If anything goes wrong with the website or the theme removes custom styling, which can happen when wordpress updates, just copy and paste the following to the following place: Wordpress dashboard > Appearance (on left sidebar) > Edit CSS. //
//Note this stuff will only work with the Phosphor theme. //

* {
	box-sizing: border-box;
}

article {
	background-color: #ffffff;
	padding-left: 15px;
	padding-right: 15px;
}

.widget_em_widget ul {
	list-style-type: none;
}

#search-2 {
	width: 100%;
	padding: 10%;
}

.alignleft {
	padding: 2.5%;
}

#secondary {
	background-color: #ffffff;
	padding-left: 5px;
}

article {
	box-shadow: 0 3px 8px 3px #1a3319;
}

#secondary {
	box-shadow: 0 3px 8px 3px #1a3319;
	padding-top: 10px;
}

.home-slider {
	box-shadow: 0 0 5px 1px #1a3319;
}

.search-field {
	width: 90%;
	padding-left: 10%;
}

.content-area {
	padding-top: 0;
}

h1.entry-title {
	font-size: 0;
}

header.entry-header {
	display: none;
}

body {
	background: #4d743d;
}

#site-navigation {
	background: #456d65;
}

#mobile-navigation {
	background: #c9e3bf;
}

#text-3 {
	padding-right: 6px;
}

#em_calendar-3 {
	position: relative;
	right: 4px;
}

.widget-title {
	font-family: 'ursula-handschrift', sans-serif;
	text-align: center;
}

h4 {
	font-family: 'ursula-handschrift';
}

#facebook-likebox-3 > h3:nth-child(1) > a:nth-child(1) {
	color: rgb(85,85,85);
	text-decoration: none;
}

._1dro ._1drp {
	font-size: 14px;
}

.em-events-search {
	display: none;
}

td {
	width: 50%;
}

th.event-time {
	text-align: left;
}

#facebook-likebox-3 {
	padding: 2.5%;
	text-align: center;
}

th.event-description {
	text-align: left;
}

#secondary {
	padding-left: 0;
}

#image-3 > div > a > img {
	width: 100%;
}

#twitter_timeline-3 {
	text-align: center;
}

#em_widget-3 ul li {
	margin: 0;
}

#mobile-navigation {
	background: #fff;
}

#em_widget-3 > ul > li > ul {
	margin-left: 14px;
	margin-right: 14px;
}

@media only screen and (max-width: 768px) {
	.content-inner {
		padding: 0;
	}
	
	.header-inner {
		padding: 0;
	}
	
	#drop-nav {
		width: 100%;
		margin-top: 10px;
		padding: 20px;
		background: #456d65;
		color: #ffffff;
		text-transform: uppercase;
		font-size: 18px;
	}
	
	#mobile-navigation {
		padding: 0;
		margin: 15px 0;
	}
	
	.nav-inner {
		padding: 0;
	}
}

body.blog header.entry-header {
	display: block;
	margin-top: 10px;
}

header.entry-header .entry-tile {
	font-size: 32px;
}

body.blog h1.entry-title {
	font-size: 32px;
}

body.single-post .entry-header {
	display: block;
}

body.single-post .entry-header .entry-title {
	font-size: 32px;
}

ul.sub-menu li {
	width: 100%;
}

ul.sub-menu li a {
	width: 100%;
}

.site-branding {
	background-color: #fff;
	margin: 15px 0;
	border-radius: 5px;
	padding: 15px 10px;
	box-shadow: 0 2px 2px 1px rgba(0, 0, 0, 0.2);
}
.site-branding .site-logo {
	max-width: 900px;	
}

.home-slider {
	box-shadow: none;	
}
.home-slider .owl-wrapper-outer,
article,
#secondary {
	box-shadow: 0 0px 2px 1px rgba(0, 0, 0, 0.2);	
}

article,
#secondary {
	border-radius: 0px 0px 5px 5px;
	margin-bottom: 20px;
}