/* --------------------------Header---------------------------- */
.stickynavbar {
	background-color: #fff !important;
	z-index: 9999999999999;
	padding-top: 0 !important;
	box-shadow: 0 0 8px grey;
}

.sticky {
	position: fixed;
	top: 0px;
	width: 100%;
	padding-bottom: 0 !important;
}

.nav_wrap {
	clear: both;
	background-color: transparent;
	margin-bottom: 0em;
	z-index: 99;
}

.home.page-template .sticky .nav_wrap {
	padding-bottom: 0px;
	position: relative;
	/* anchor for the absolute logo */
	overflow: visible;
	/* let the logo hang outside the row */
}

.home #header {
	background-color: transparent;
}

.menubar {
	-webkit-transition: all 0.5s ease;
	-moz-transition: position 10s;
	-ms-transition: position 10s;
	-o-transition: position 10s;
	transition: all 0.5s ease;
}

.neseted-inner {
	top: 0;
	position: absolute;
}

.continnerbox {
	background-size: 100% 100%;
	color: #fff;
	border-top: 40px solid #435061;
	border-left: 60px solid transparent;
}

#header .logo img {
	max-width: 140px;
	max-height: 140px;
	padding-bottom: 5px;
	display: block;
	height: auto;
}

#header .logo {
	position: absolute;
	left: 100%;
	transform: translateX(-50%);
	top: -58px;
	margin: 0;
	padding: 0;
	z-index: 10;
}

.logo a {
	font-size: 19px;
	letter-spacing: 1px;
	color: #372600;
	font-weight: 700;
	font-family: "Roboto Slab";
	text-align: right;
}

.logo p {
	color: #000;
	margin-bottom: 0;
	font-size: 14px;
}

.scrolled {
	position: fixed !important;
	top: 0;
	width: 100%;
	z-index: 9999999;
	background: #000;
}

#masthead.scrolled {
	background: #ccc;
}

#site-navigation {
	width: 100%;
}

#header .fa-window-close {
	color: gray;
	cursor: pointer;
	font-size: 20px;
}

#header .socialbox {
	margin-top: 21px;
}

#header a.facebook {
	background: #1877F2;
}

#header a.twitter {
	background: #91b707;
}

#header a.pintrest {
	background: #2ec7c3;
}

#header a.linkedin {
	background: #ef5921;
}

#header .socialbox a {
	color: #ffffff;
	font-size: 13px;
	border-radius: 50px;
	display: inline-block;
	height: 35px;
	width: 35px;
	margin: 0 1px;
	padding-left: 1px;
}

#header .socialbox i {
	padding: 11px 12px;
}

.mobile-menu {
	display: none;
}

/* ------------- Topbar ---------------- */
#topbar {
	background: #4b9960;
}

.topbar_section span,
.topbar_section span a {
	font-size: 14px;
	letter-spacing: 0;
	color: #fff;
	font-family: "Roboto";
	font-weight: 400;
}

.topbar_section span i {
	color: #fff;
}

.topbar-content {
	padding: 10px 0;
	text-align: center;
}

#topbar .topbar_section .container .row {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding-left: 16px;
	padding-right: 16px;
}

#topbar .topbar-phone {
	margin-left: auto;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	white-space: nowrap;
}

#topbar .topbar-phone i {
	color: #fff;
}

#topbar .topbar-phone .pr-2 {
	padding-right: .5rem !important;
}


/* Mobile/tablet: center it again */
@media (max-width: 991.98px) {
	#topbar .topbar_section .container .row {
		flex-wrap: wrap;
		justify-content: center;
	}

	#topbar .topbar-phone {
		margin-left: 0 !important;
		justify-content: center;
		text-align: center;
	}
}

/*---------------- Menu bar-------------*/
@keyframes smoothScroll {
	0% {
		transform: translateY(-40px);
	}

	100% {
		transform: translateY(0);
	}
}

.main-navigation ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

/* Make both menus true flex rows with consistent gaps (desktop) */
@media (min-width: 992px) {

	#menu-left-menu,
	#menu-right-menu {
		display: flex !important;
		align-items: center;
		column-gap: 56px;
		padding: 0;
		margin: 0;
		flex-wrap: nowrap;
		transform: translate(80px);
	}

	.right_menu {
		margin-left: auto;
		/* shove the whole group to the right */
		padding-right: 32px;
	}

	#menu-right-menu>li.reports {
		margin-left: auto;
	}

	#menu-right-menu>li.reports,
	#menu-right-menu>li.contact {
		order: 100;
	}

	/* keep the right group together */
}

/* Top-level items: vertical spacing only */
#menu-left-menu>li,
#menu-right-menu>li {
	position: relative;
	padding: 25px 0;
	margin: 0;
}

/* Top-level links */
#menu-left-menu>li>a,
#menu-right-menu>li>a {
	display: inline-block;
	white-space: nowrap;
	text-decoration: none;
	text-transform: none;
	font: 400 18px/1 "Roboto";
	color: #000;
	position: relative;
}

.main-navigation a:hover {
	color: #f0b450;
}

/* Centered underline */
#menu-left-menu>li>a:before,
#menu-right-menu>li>a:before {
	content: "";
	position: absolute;
	left: 46% !important;
	transform: translateX(-50%) !important;
	bottom: 0;
	height: 2px;
	width: 0;
	background-color: #f0b450;
	transition: width .35s ease;
}

#menu-left-menu>li>a:hover:before,
#menu-left-menu>li.current_page_item>a:before,
#menu-right-menu>li>a:hover:before,
#menu-right-menu>li.current_page_item>a:before {
	width: 90%;
}

#header .socialbox {
	margin-left: 60px;
}


/* Current page weight */
.main-navigation .current_page_item>a,
.main-navigation .current-menu-item>a {
	font-weight: 700;
}

/* ---------- Submenus ---------- */
.main-navigation ul ul {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	min-width: 215px;
	background: #F6F6F6;
	z-index: 9999;
}

.main-navigation ul ul ul {
	left: 100%;
	top: 0;
}

.main-navigation ul li:hover>ul {
	display: block;
}

.main-navigation ul ul li {
	float: none;
	display: block;
	text-align: left;
	border-bottom: 1px solid #cccccc;
}

.main-navigation ul ul li:last-child {
	border-bottom: 0;
}

.main-navigation ul ul a {
	text-transform: none;
	font-weight: 400;
	color: #1e1d1c;
	font-size: 14px;
	line-height: 1.5;
}

.main-navigation ul ul li:hover>a {
	color: #ffbd0a;
}

/* Pin each submenu to its own parent <li> */
#menu-left-menu>li>ul.sub-menu,
#menu-right-menu>li>ul.sub-menu {
	position: absolute;
	top: 100%;
	left: 0 !important;
	right: auto !important;
	margin-left: 0;
}

/* For the last item in the left menu (“Victim Services”), align by right edge */
#menu-left-menu>li:last-child>ul.sub-menu {
	left: auto !important;
	right: 0 !important;
}

/* ---------- Responsive tightening so it doesn’t crowd ---------- */
@media (max-width: 1400px) {

	#menu-left-menu,
	#menu-right-menu {
		column-gap: 40px;
	}
}

@media (max-width: 1200px) {

	#menu-left-menu,
	#menu-right-menu {
		column-gap: 20px;
	}
}

/* Fine-tune dropdown horizontal offsets (desktop only) */
@media (min-width: 992px) {

	/* ensure header row is flex so auto margins work */
	#header .main-header-box .row {
		display: flex !important;
		align-items: center !important;
		flex-wrap: nowrap !important;
	}

	/* Nudge a few submenus for nicer alignment */
	#menu-left-menu>li:nth-child(2)>ul.sub-menu {
		transform: translateX(-50px);
	}

	/* About */
	#menu-left-menu>li:last-child>ul.sub-menu {
		transform: translateX(72px);
	}

	/* Victim Services */
	#menu-right-menu>li:first-child>ul.sub-menu {
		transform: translateX(14px);
	}

	/* Contact Us */
}

/*---------------- Footer Section ----------------------*/
#footer_box {
	padding-top: 45px;
}

#footer {
	background-color: #111111;
	background-repeat: no-repeat;
	background-size: cover;
}

.outer-footer {
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
}

.footer-social .socialbox a {
	border-right: none;
}

.footer-social .socialbox a i {
	color: #ffffff;
}

.footer-top {
	padding-bottom: 50px;
}

.footer-top-col h3 {
	font-size: 20px;
	font-weight: bold;
}

.outer-footer {
	background-size: 100% 100%;
}

#footer form.search-form {
	border: none;
	background: transparent;
	padding: 0;
}

#footer form.search-form input {
	float: none;
	border: 1px solid #fff;
	margin: 8px 0px;
}

#footer textarea {
	height: 100px;
}

#footer p.post-date {
	color: #ffffff;
	font-size: 11px !important;
}

.copyright .copy-text p {
	font-size: 16px;
	letter-spacing: 1px;
	color: #ffffff;
	font-family: "Roboto";
	font-weight: 500;
	padding: 20px 0;
	margin-bottom: 0;
}

.main_sociobox {
	padding: 20px 0;
}

#footer {
	color: #fff;
	text-align: left;
}

.footer_hide {
	display: none;
}

#footer h3 {
	font-size: 24px;
	letter-spacing: 0px;
	color: #f7f7f7;
	font-family: "Poppins";
	font-weight: 700;
	padding: 10px 0 17px 0;
}

#footer .copyright p {
	font-size: 14px;
	text-align: center;
	color: #ffffff;
}

#footer .copyright a {
	color: #fff;
	cursor: pointer;
}

#footer ul li {
	list-style: none;
	margin: 0 0 5px 0;
	text-align: left;
	padding: 5px;
	list-style-image: url(assets/images/arrowpng.png);
}

#footer ul li a {
	font-size: 15px;
	letter-spacing: 0px;
	color: #fff;
	font-family: "Roboto";
	font-weight: 500;
}

#footer #gallery-1 .gallery-item {
	width: 30%;
	margin: 4px;
}

.widget_recent_entries img {
	width: 100px;
}

.copyright {
	text-align: center;
}

.copy-text {
	border-top: 1px solid #757070;
	margin-top: 20px;
}

#footer .textwidget input[type="email"] {
	border-radius: 40px;
	border: 2px solid #9b9b9b;
}

#footer .textwidget input[type="submit"] {
	background-color: transparent;
	border-radius: 40px;
	padding: 10px 20px;
	border: 2px solid #9b9b9b;
	display: inline-block;
	margin-top: 10px;
	color: #9b9b9b;
	font-family: "Poppins";
}

#footer i {
	color: #ffbd0a;
	font-size: 16px;
}

#footer ul {
	margin: 0;
}

#footer .social a {
	background-color: #fff;
	border-radius: 50%;
	padding: 8px 8px;
}

#footer .social a i {
	font-size: 16px;
	letter-spacing: 3px;
	width: 20px !important;
	text-align: center;
	margin-right: 0;
	margin-bottom: 0;
	color: #000;
}

#footer p {
	margin-bottom: 9px;
}

#footer .widget td {
	padding-top: 0px !important;
}

#footer #site-navigation ul li a {
	font-size: 15px;
	letter-spacing: 1px;
	color: #919191;
	font-family: "Roboto";
	font-weight: 500;
}

#footer #site-navigation ul li {
	margin-right: 20px;
}

#footer #site-navigation {
	text-align: center;
	border-bottom: 1px solid #292929;
	margin-bottom: 20px;
	padding-bottom: 20px;
	padding-top: 65px;
}

#footer .main-navigation li.current_page_item {
	background-color: transparent;
}

#footer .footer-logo-box {
	margin: 0 auto;
	display: block;
	position: absolute;
	top: -154px;
	left: 0;
	right: 0;
	background-color: #111111;
	padding: 20px 15px;
	max-width: 180px;
	max-height: 180px;
	border-radius: 50%;
}

/*-------------------------- Calendar widget --------------------------*/
table {
	border-collapse: collapse;
	border-spacing: 0;
	border-width: 1px 0 0 1px;
	margin: 0 0 1.75em;
	table-layout: fixed;
	width: 100%;
}

.widget.widget_calendar table {
	margin: 0;
}

.widget.widget_calendar td,
.widget.widget_calendar tr,
.widget.widget_calendar th {
	border: 1px solid #fff;
	color: #000000;
}

#footer .widget.widget_calendar td,
#footer .widget.widget_calendar tr,
#footer .widget.widget_calendar th {
	color: #ffffff;
	padding: 2px;
}

.widget_calendar td,
.widget_calendar th {
	line-height: 1.5625;
	padding: 0;
	text-align: center;
}

.widget_calendar caption {
	font-weight: 900;
	margin-bottom: 0em;
	color: #fff;
	padding-left: 15px;
	caption-side: top;
}

.widget_calendar tbody a {
	background-color: #bbb;
	color: #fff;
	display: block;
	font-weight: 700;
}

.widget_calendar tbody a:hover,
.widget_calendar tbody a:focus {
	background-color: #686868;
	color: #fff;
}

.widget th,
.widget td {
	padding: 0.5384615385em;
}

/* ---------- Return to Top ------------ */
#return-to-top {
	position: fixed;
	bottom: 10px;
	right: 20px;
	background: #ffbd0a;
	width: 50px;
	height: 50px;
	display: block;
	text-decoration: none;
	-webkit-border-radius: 35px;
	-moz-border-radius: 35px;
	border-radius: 35px;
	display: none;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	z-index: 99;
}

#return-to-top i {
	color: #fff;
	position: relative;
	top: 13px;
	font-size: 19px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	padding: 3px 18px;
}

#return-to-top:hover {
	background: rgba(0, 0, 0, 0.9);
}

#return-to-top:hover i {
	color: #fff;
	top: 5px;
}