/* Enter Your Custom CSS Here */
.navbar {
	background-color: #991250;
	margin: 0 auto;
	max-width: 1600px;
	width: 100%;
	border-bottom: 2px solid #777777
}
.nav-menu li:hover > a,
.nav-menu li a:hover {
	background-color: #000000;
	color: #fff;
	border-radius: 0px 18px 18px 18px;
	border-left: 2px solid #e1e1e1;
	border-bottom: 2px solid #e1e1e1
}

.nav-menu .sub-menu,
.nav-menu .children {
	background-color: #991250;
	border: 2px solid #f7f5e7;
	border-top: 0;
	display: none;
	padding: 0;
	position: absolute;
	left: -2px;
	z-index: 99999;
}

.nav-menu .sub-menu ul,
.nav-menu .children ul {
	border-left: 0;
	left: 100%;
	top: 0;
}

.nav-menu li a {
	color: #fff;
	display: block;
	font-size: 16px;
	line-height: 1;
	padding: 15px 20px;
	text-decoration: none;
}

.entry-meta a {
	color: #991250;
}

.entry-meta a:hover {
	color: #212119;
}


.format-quote .entry-content,
.format-quote .entry-meta {
	color: #616161;
}

.format-quote {
	background-color: #e1e1e1;
}

.format-quote .entry-content blockquote {
	font-size: 18px;
	margin: 0;
}


.format-quote .entry-content a,
.format-quote .entry-meta a,
.format-quote .linked {
	color: #991250;
}
.widget {
	background-color: #e1e1e1;
    border: 1px solid #991250;
	font-size: 16px;
	-webkit-hyphens: auto;
	-moz-hyphens:    auto;
	-ms-hyphens:     auto;
	hyphens:         auto;
	margin: 0 0 24px;
	padding: 20px;
	word-wrap: break-word;
	border-radius: 0 25px 25px 25px;
    box-shadow: 0px 13px 10px;
  }
.site-footer .widget {
	background: transparent;
	color: #212119;
	float: left;
	margin-right: 20px;
	width: 220px;
}

/* Buttons */
button,
input[type="submit"],
input[type="button"],
input[type="reset"] {
	background: #991250; 
	border: none;
	border-radius: 50px;
	color: #fff;
	display: inline-block;
	padding: 11px 24px 10px;
	text-decoration: none;
}
.toggled-on .nav-menu li a:hover,
	.toggled-on .nav-menu ul a:hover {
		background-color: #212119;
		color: #fff;
	}
button:hover,
button:focus,
input[type="submit"]:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:focus,
input[type="button"]:focus,
input[type="reset"]:focus {
	background: #212119; /* Old browsers */
	outline: none;
}

button:active,
input[type="submit"]:active,
input[type="button"]:active,
input[type="reset"]:active {
	background: #616161; 
	border: none;
	border-top: 3px solid #b93207;
	padding: 10px 24px 11px;
}

.site-header .home-link {
	color: #141412;
	display: block;
	margin: 0 auto;
	max-width: 1080px;
	min-height: 230px;
	text-decoration: none;
	width: 100%;
}

