/*
You can add your own CSS here.

Click the help icon above to learn more.
*/

/* Custom Search Field in Nav Menu added by Mark Lindsey */
#menu-item-1418 {
	margin-right:24px;
	height:31px;
}
.bop-nav-search .search-submit,
.bop-nav-search .screen-reader-text {
	visibility:hidden;
}
.bop-nav-search {
	float:right;
	margin: 6px 25px 0 0;
	width:117px;
	height:31px;
}
.bop-nav-search .search-field {
	padding-top: -1px;
	text-align:center;
	height:31px;
}
@media screen and (max-width: 1023px) {
    .responsive-menu {
			margin-top:-5px;
		}
		.bop-nav-search {
		margin: -5px 15px 0 10px;
		width:107px;
		height:30px;
	}
}
@media screen and (max-width: 600px) {
    .responsive-menu {
			margin-bottom:25px;
		}
		.bop-nav-search {
		  margin-top: 5px;
			width:100%;
			clear:both;
	}
}
/* End Custom Search Field */

/* PayPal Donation Widget Styling added by Mark Lindsey */
#donation_buttons td {
	text-align: center;
	font-size: 13px;
	line-height: 1.4em;
}
/* End PayPal Donation Widget */

/* Add left border to post skinny secondary sidebar added by Mark Lindsey */
body.single-post aside.sidebar.sidebar-secondary.widget-area {
	border-left: 1px solid #ddd;
}
/* End left border */

/* Follow Us Home Top widget added by Mark Lindsey */
@media screen and (max-width: 1023px) {
	#text-13 {
    display: visible !important;
	}
	.content-sidebaralt .sidebar-secondary,
  .content-sidebaralt .content-sidebar-wrap,
  .sidebaralt-content .content-sidebar-wrap {
	width: 100%;
	}
	body.single-post aside.sidebar.sidebar-secondary.widget-area {
	border-left: none;
	}
}

@media screen and (min-width: 1024px) {
	#text-13 {
    display: none !important;
	}
}

/* End Follow Us Home Top widget */

/* Remove Primary Sidebar on Sub-Pages and Archive pages by Mark Lindsey */
.remove-primary-sidebar .sidebar-primary, body.archive .sidebar-primary {display: none;}
.remove-primary-sidebar .content, body.archive .content {width: 100%;}
/* End Remove Primary Sidebar on Sub-Pages and Archive pages */

