  @media (min-width: 992px) {
	header .col-auto {
		padding-right: 150px;
	}
}

@media (min-width: 992px) {
	header .lg-hide {
		display: none;
	}
}

header .navbar-expand-lg .navbar-collapse {
	-ms-flex-direction: column;
	flex-direction: column;
}

header #accordion {
	width: 100%;
	-ms-flex-pack: end;
	justify-content: flex-end;
	border-top: 1px solid #fff;
}

header nav .navbar-nav > li > a {
	font-size: 14px;
	text-transform: none;
}

header nav .navbar-nav.text-normal > li > a {
	font-size: 14px;
	text-transform: none;
}

header.sticky #top__bar__menu li .divider {
	background: rgba(35, 35, 35, 0.6);
}

header.sticky #top__bar__menu li a {
	color: #232323;
}

	header.sticky #top__bar__menu li a:hover {
		color: rgba(35, 35, 35, 0.6);
	}

header.sticky #accordion {
	border-color: rgba(35, 35, 35, 0.6);
}

header a.logo img {
	max-height: 84px;
}

@media (max-width: 767px) {
	header a.logo img {
		max-height: 44px;
	}
}

@media (max-width: 767px) {
	header nav.navbar li > a .fas {
		display: none;
	}
}

nav.navbar.bootsnav li.dropdown .mega-menu-full {
	background: #fff;
}

nav.navbar.bootsnav li.dropdown .menu-back-div > ul {
	background: #fff;
}

nav.navbar.bootsnav li.dropdown .mega-menu-full > ul li a {
	color: #232323;
}

	nav.navbar.bootsnav li.dropdown .mega-menu-full > ul li a:hover {
		color: rgba(35, 35, 35, 0.6);
	}

nav.navbar.bootsnav .simple-dropdown .dropdown-menu {
	background: #fff;
}

	nav.navbar.bootsnav .simple-dropdown .dropdown-menu > li.dropdown > ul {
		background: #fff;
	}

	nav.navbar.bootsnav .simple-dropdown .dropdown-menu > li > a {
		color: #232323;
	}

		nav.navbar.bootsnav .simple-dropdown .dropdown-menu > li > a:hover {
			color: rgba(35, 35, 35, 0.6) !important;
		}

#top__bar__menu {
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-pack: end;
	justify-content: flex-end;
	margin: 0;
	padding: 15px 0;
	list-style: none;
}

@media (max-width: 767px) {
	#top__bar__menu {
		display: none;
	}
}

#top__bar__menu li {
	margin-left: 20px;
}

	#top__bar__menu li .divider {
		display: inline-block;
		width: 1px;
		height: 20px;
		background: #fff;
		position: relative;
		top: 2px;
	}

	#top__bar__menu li a {
		color: #fff;
		font-size: 12px;
		font-family: 'Montserrat', sans-serif;
	}

		#top__bar__menu li a:hover {
			color: rgba(255, 255, 255, 0.6);
		}

.full-screen {
	min-height: 450px;
}

@media (max-width: 767px) {
	.full-screen {
		min-height: 250px;
	}
}

.inner__banner .full-screen {
	min-height: 300px;
}

@media (max-width: 767px) {
	.inner__banner .full-screen {
		min-height: 200px;
	}
}

.inner__banner .full-screen .slider-typography h1 {
	margin-left: 15px;
	font-size: 40px !important;
	line-height: 48px !important;
	text-align: left !important;
}

.d-table .d-table-row:nth-child(odd) {
	background: #f2f2f2;
}

.bg-light-gray, .toggles .panel-heading {
	background-color: #f7f7f7;
}

.toggles .panel-heading {
	padding: 0;
}

	.toggles .panel-heading i {
		color: #807f7f;
		font-size: 20px;
		line-height: 20px;
	}

.toggles .panel-title {
	padding: 8px 20px 5px;
}

	.toggles .panel-title:nth-child(1) {
		-ms-flex-positive: 1;
		flex-grow: 1;
		padding-left: 10px;
		padding-right: 10px;
	}

	.toggles .panel-title:nth-child(4) a i {
		padding: 0 3px;
		position: relative;
		top: 3px;
	}

.flex {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: row;
	flex-direction: row;
}

.bg-deep-pink-opacity {
	background: none;
}

.breadcrumbs {
	padding: 20px 0;
	background: rgba(35, 35, 35, 0.5);
	color: #fff;
}

	.breadcrumbs a {
		color: #fff;
		font-size: 12px;
		text-transform: uppercase;
	}

.slider {
	background-size: cover;
}

	.slider .slider-typography h1, .slider .slider-typography p {
		text-align: center;
	}

	.slider .slider-typography h1 {
		margin-bottom: 10px;
		text-shadow: 5px 5px 5px rgba(0, 0, 0, 0.2);
	}

	.slider .slider-typography p.text-large {
		font-size: 30px !important;
		line-height: 36px !important;
		text-shadow: 5px 5px 5px rgba(0, 0, 0, 0.2);
	}

	.slider .slider-typography .btn {
		display: block;
		max-width: 100%;
		width: 160px;
		margin: 0 auto;
		padding: 15px 0 12px;
		margin-top: 30px;
		border-radius: 30px;
		border-width: 1px;
		box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.2);
		background: #7a9a01;
		color: #fff;
		font-size: 16px;
		line-height: 16px;
	}

@media (max-width: 767px) {
	.intro h5 {
		font-size: 20px;
		line-height: 26px;
	}

	.intro p {
		font-size: 14px;
		line-height: 20px;
	}
}

.content h5 {
	font-size: 22px;
	line-height: 28px;
}

.cta {
	background: #efefef;
}

.newsletter {
	height: auto;
}

	.newsletter input {
		float: none;
		height: 33px;
	}

.btn.btn-alt {
	margin: 10px 0 0;
	padding: 8px 20px;
	background: #fff;
	font-size: 12px;
	line-height: 12px;
}

@media (max-width: 767px) {
	.btn.btn-alt {
		display: block;
		width: 100%;
	}
}

.wp-caption .wp-caption-text {
	padding-bottom: 20px;
}

.footer-widget-area .text-small {
	color: #fff;
}

.footer-widget-area p {
	margin: 0;
}

.footer-widget-area a {
	color: #fff;
}

@media (max-width: 767px) {
	.footer-widget-area a.logo img {
		max-height: 44px;
	}
}

.portfolio-filter-tab-1 li {
	margin: 0 15px;
}

@media (max-width: 767px) {
	.portfolio-filter-tab-1 li {
		width: auto;
		margin: 0;
		padding: 8px 0;
	}
}

.portfolio-filter-tab-1 li a {
	padding: 10px 15px;
	text-transform: none;
	border: 0;
	border-radius: 20px;
	color: #000;
	font-size: 18px;
}

@media (max-width: 767px) {
	.portfolio-filter-tab-1 li a {
		display: inline;
		padding: 8px 10px;
		font-size: 14px;
	}
}

.portfolio-filter-tab-1 li a:hover {
	border: 0;
	background: #fff !important;
}

.portfolio-filter-tab-1 li.active a {
	border: 0;
	background: #fff !important;
	color: #7a9a01;
}

.text-medium-green,
.text-extra-dark-green {
	color: #7a9a01;
}

.text-extra-dark-black {
	color: #000;
	font-size: 26px;
}

.text-medium-black {
	color: #000;
}

.text-medium-gray {
	color: #f2f2f2;
}

.text-large {
	font-size: 32px !important;
	line-height: 38px !important;
}

.icon-size-large {
	color: #807f7f;
	font-size: 50px;
	line-height: 70px;
}

a:hover, a:active {
	color: #7a9a01;
}

.side-nav {
	list-style-type: none;
	margin: 0 0 rem-calc(40) 0;
	padding: 0;
}

	.side-nav ul {
		list-style-type: none;
		margin: 0;
		padding: 0;
	}

	.side-nav li {
		position: relative;
		border-bottom: 1px solid #f4f4f4;
	}

	.side-nav > li.active {
		color: #fff;
		border-bottom: 0;
	}

		.side-nav > li.active > a {
			color: #fff;
			background-color: #7a9a01;
		}

		.side-nav > li.active ul {
			display: block;
		}

	.side-nav > li ul {
		border-top: 1px solid #f4f4f4;
	}

	.side-nav > li li {
		padding-left: 25px;
		position: relative;
	}

		.side-nav > li li:before {
			content: "";
			width: 10px;
			height: 1px;
			margin-top: -1px;
			background-color: #7a9a01;
			position: absolute;
			top: 50%;
			left: 20px;
		}

		.side-nav > li li:last-child {
			border: 0;
		}

		.side-nav > li li a {
			font-weight: 400;
		}

	.side-nav a {
		position: relative;
		z-index: 2;
		display: block;
		padding: 10px 20px;
		color: #000;
		font-weight: 400;
	}

		.side-nav a i {
			margin: 0;
			font-size: 30px;
			position: relative;
			top: -3px;
		}

#google__map__container {
	position: relative;
}

	#google__map__container #google__map {
		display: block;
		width: 100%;
		min-height: 440px;
	}

	#google__map__container .open__in__maps {
		display: block;
		padding: 10px 15px 8px;
		background-color: #fff;
		color: #7a9a01;
		font-weight: 600;
		font-size: 14px;
		text-transform: uppercase;
		position: absolute;
		right: 30px;
		top: 0;
		z-index: 2;
	}

.search-bar {
	padding: 20px 0;
	background: #7a9a01;
}

	.search-bar .select__list {
		background-color: #fff;
		border-bottom: #e6e5e5;
	}

	.search-bar select {
		margin: 0;
		height: 40px;
		padding: 0 30px;
		border: 0;
		background: none;
		box-shadow: none;
		appearance: none;
		-moz-appearance: none;
		-webkit-appearance: none;
		position: relative;
		z-index: 2;
	}

	.search-bar span {
		display: inline-block;
		color: #7a9a01;
		font-size: 22px;
		position: absolute;
		right: 30px;
		top: 10px;
	}

#event__header .tag {
	margin-bottom: 15px;
	color: #7a9a01;
	font-size: 16px;
	text-transform: uppercase;
}

#event__header h2 {
	margin: 0;
	font-size: 50px;
	line-height: 56px;
}

@media (max-width: 767px) {
	#event__header h2 {
		font-size: 20px;
		line-height: 26px;
	}
}

#event__header h3 {
	margin: 0 0 15px;
	font-size: 40px;
	line-height: 46px;
}

@media (max-width: 767px) {
	#event__header h3 {
		font-size: 16px;
		line-height: 22px;
	}
}

#event__header .date {
	margin: 0 0 30px;
	font-size: 20px;
}

@media (max-width: 767px) {
	#event__header .date {
		font-size: 14px;
	}
}

#event__header .select__list {
	display: none;
	background-color: #fff;
	border-bottom: #e6e5e5;
}

	#event__header .select__list select {
		margin: 0;
		height: 40px;
		padding: 0 30px;
		border: 0;
		background: none;
		box-shadow: none;
		appearance: none;
		-moz-appearance: none;
		-webkit-appearance: none;
		position: relative;
		z-index: 2;
	}

	#event__header .select__list span {
		display: inline-block;
		color: #7a9a01;
		font-size: 22px;
		position: absolute;
		right: 30px;
		top: 10px;
	}

@media (max-width: 767px) {
	#event__header .select__list {
		display: block;
	}
}

#event__header .nav-tabs {
	border: 0;
}

@media (max-width: 767px) {
	#event__header .nav-tabs {
		display: none;
	}
}

#event__header .nav-tabs .nav-link {
	padding: 15px 35px;
	font-size: 20px;
	border: 0;
	border-radius: 0;
}

	#event__header .nav-tabs .nav-link.active {
		border: 0;
		color: #7a9a01;
	}

	#event__header .nav-tabs .nav-link:hover {
		border: 0;
	}

#event__content h5 {
	font-size: 24px;
	line-height: 30px;
}

@media (max-width: 767px) {
	#event__content h5 {
		font-size: 20px;
		line-height: 26px;
	}
}

#event__content h3 {
	color: #000;
	font-size: 20px;
	line-height: 26px;
}

@media (max-width: 767px) {
	#event__content h3 {
		font-size: 16px;
		line-height: 22px;
	}
}

#event__content .divider {
	width: 100%;
	height: 1px;
	margin-bottom: 20px;
	background: #e6e5e5;
}

#event__content .btn {
	padding-left: 40px;
	padding-right: 40px;
	background-color: #7a9a01;
	color: #fff;
}

@media (max-width: 767px) {
	#event__content .tab-content .btn {
		display: none;
	}
}

#login__panel h3 {
	margin: 20px 0 0;
	font-size: 26px;
	line-height: 32px;
}

#login__panel a {
	text-decoration: underline;
}

#login__panel input {
	margin: 0 0 10px;
	background: #f2f2f2;
	border-radius: 30px;
}

#login__panel .btn {
	display: block;
	width: 100%;
	margin-bottom: 30px;
	padding-left: 40px;
	padding-right: 40px;
	background-color: #7a9a01;
	border-radius: 30px;
	color: #fff;
}

.event__list .circle {
	display: block;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	background: #7a9a01;
	background-clip: padding-box;
	color: #fff;
	font-size: 30px;
	line-height: 52px;
	text-align: center;
	position: absolute;
	right: 20px;
	bottom: -25px;
	z-index: 2;
}

.event__list .block {
	padding: 0 20px;
}

	.event__list .block .online {
		float: left;
		margin-right: 15px;
	}

	.event__list .block .date {
		float: left;
		margin-right: 25px;
	}

	.event__list .block .tileleftside {
		padding-top: 6px;
	}

	.event__list .block .date .mon {
		color: #7a9a01;
		font-size: 14px;
		line-height: 14px;
		text-transform: uppercase;
	}

	.event__list .block .date .day {
		color: #232323;
		font-size: 20px;
		text-transform: uppercase;
	}

	.event__list .block .event__content {
		overflow: hidden;
	}

		.event__list .block .event__content h3 {
			margin: 0 0 5px;
			color: #000;
			font-size: 20px;
			line-height: 26px;
			text-align: left;
		}

		.event__list .block .event__content h4 {
			margin: 0 0 8px;
			font-size: 14px;
			line-height: 20px;
			text-align: left;
		}

			.event__list .block .event__content h4 span {
				text-transform: uppercase;
			}

		.event__list .block .event__content p {
			margin: 0;
			color: #000;
			text-align: left;
		}

.more__articles {
	display: block;
	padding: 25px 0;
	border-radius: 0;
	background-clip: padding-box;
	background: #cccccc;
	color: #7a9a01;
	font-weight: 600;
	font-size: 16px;
	line-height: 16px;
	text-align: center;
}

	.more__articles:hover {
		color: #7a9a01;
	}