@import  "http://fonts.googleapis.com/css?family=Sorts+Mill+Goudy:400,400italic&subset=latin,latin-ext";

/*
Welcome to Custom CSS!

To learn how this works, see http://wp.me/PEmnE-Bt
*/
menu-widget {
}

.clearfix:after {
	display: block;
	clear: both;
}

/*----- Menu Outline -----*/
.menu-wrap {
	width: 100%;
	box-shadow: 0 1px 3px rgba(0,0,0,0.2);
	background: #3e3436;
}

.menu {
	width: 1000px;
	margin: 0 auto;
}

.menu li {
	margin: 0;
	list-style: none;
	font-family: 'Goudy Old Style';
}

.menu a {
	transition: all linear .15s;
	color: #51381c;
}

.menu li:hover > a, .menu .current-item > a {
	text-decoration: none;
	color: #A0522D;
}

.menu .arrow {
	font-size: 11px;
	line-height: 0;
	color: 51381c;
}

/*----- Top Level -----*/
.menu > ul > li {
	float: left;
	display: inline-block;
	position: relative;
	font-size: 19px;
	font: bold;
}

.menu > ul > li > a {
	padding: 10px 40px;
	display: inline-block;
	text-shadow: 0 1px 0 rgba(0,0,0,0.4);
}

.menu > ul > li:hover > a, .menu > ul > .current-item > a {
	background: #2e2728;
}

/*----- Bottom Level -----*/
.menu li:hover .sub-menu {
	z-index: 1;
	opacity: 1;
}

.sub-menu {
	width: 30%;
	padding: 5px 0;
	position: absolute;
	top: 100%;
	left: 0;
	z-index: -1;
	opacity: 0;
	transition: opacity linear .15s;
	box-shadow: 0 2px 3px rgba(0,0,0,0.2);
	background-color: #2e2728;
}

.sub-menu li {
	display: block;
	font-size: 16px;
}

.sub-menu li a {
	padding: 10px 30px;
	display: block;
}

.sub-menu li a:hover, .sub-menu .current-item a {
	background: #3e3436;
}	

.sub-menu {
	display: none;
	position: relative;
}

li:hover > ul {
	display: block;
}

.sub-menu, .sub-menu li a:hover, .sub-menu .current-item a {
	background-color: transparent;
}

body {
	background-repeat: no-repeat;
	background-size: 100%;
}

.menu li {
	font-family: Sorts Mill Goudy;
	color: #51381c;
}

.menu a {
	font-weight: bold;
}

#page {
	padding: 0;
}

.widget li {
	padding: 5px 0 5px 22px;
	background: url(http://cojs.org/wp-content/uploads/2015/08/arrow.png) 0 6px no-repeat;
}

.widget .menu a {
	font-size: 14px;
}

#topnav {
	float: right;
	margin-bottom: 5px;
	margin-top: -20px;
}

#sidebar {
	margin-top: -30px;
}

.screen-reader-text {
	display: none !important;
}

.bop-nav-search input {
	height: 20px;
}

#searchsubmit {
	background-color: #51381c;
	border: transparent;
	color: #fff;
	padding: 6px;
	height: 27px;
}

.sub-menu {
	box-shadow: 0 0 0;
}

.wysija-submit-field {
	background-color: #51381c;
	border: transparent;
	color: #fff;
	padding: 6px;
	height: 27px;
}

.meta {
	display: none;
}

p.nocomments {
	display: none;
}
