/*********************************
3. Header
*********************************/

.header
{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
	box-shadow: 0px 5px 20px rgba(0,0,0,0.05);
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.header.scrolled
{
	top: -61px;
}

/*********************************
6. events
*********************************/

.events
{
	width: 100%;
	background: #FFFFFF;
	padding-top: 94px;
	padding-bottom: 94px;
}
.events_posts
{
	width: 100%;
}
.events_post:not(:last-child)
{
	margin-bottom: 30px;
}
.events_post_image
{
	width: 100%;
}
.events_post_image img
{
	max-width: 100%;
}
.events_post_body
{
	padding-top: 42px;
	padding-bottom: 49px;
}
.events_post_date a
{
	font-size: 12px;
	font-weight: 600;
	color: #581864;
	line-height: 0.75;
}
.events_post_title
{
	margin-top: 6px;
}
.events_post_title a
{
	font-size: 30px;
	font-weight: 600;
	color: #44425a;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.events_post_title a:hover
{
	color: #581864;
}
.events_post_meta
{
	font-size: 14px;
	font-weight: 500;
}
.events_post_author,
.events_post_author a
{
	color: #6c6a74;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.events_post_author a:hover
{
	color: #581864;
}
.events_post_comments
{
	margin-left: 16px;
}
.events_post_comments a
{
	color: #007b37;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.events_post_comments a:hover
{
	color: #581864;
}
.events_post_tags
{
	margin-left: 16px;
}
.events_post_tags ul
{
	display: inline-block;
}
.events_post_tags ul li
{
	display: inline-block;
}
.events_post_tags ul li a
{
	color: #007b37;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.events_post_tags ul li a:hover
{
	color: #581864;
}
.events_post_text
{
	margin-top: 38px;
}
.events_post_link
{
	margin-top: 34px;
}
.events_post_link a
{
	position: relative;
	font-size: 14px;
	font-weight: 700;
	color: #007b37;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.events_post_link a::after
{
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 1px;
	background: #007b37;
	content: '';
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.events_post_link a:hover
{
	color: #581864;
}
.events_post_link a:hover::after
{
	background: #581864;
}
.events_pagination
{
	margin-top: 27px;
}
.events_pagination ul li
{
	display: inline-block;
}
.events_pagination ul li:not(:last-child)
{
	margin-right: 9px;
}
.events_pagination ul li a
{
	font-size: 14px;
	font-weight: 500;
	color: #6c6a74;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.events_pagination ul li a:hover,
.events_pagination ul li.active a
{
	color: #007b37;
}

/*********************************
7. Sidebar
*********************************/

.sidebar
{
	width: 100%;
}
.sidebar_search_form
{
	width: 100%;
	border-bottom: solid 3px #007b37;
	padding-bottom: 11px;
}
.sidebar_search_input
{
	width: 100%;
	border: none;
	outline: none;
	padding-left: 15px;
	padding-top: 4px;
	padding-bottom: 4px;
}
.sidebar_search_input::-webkit-input-placeholder
{
	font-size: 12px !important;
	font-weight: 400 !important;
	font-style: italic;
	color: #6c6a74 !important;
}
.sidebar_search_input:-moz-placeholder
{
	font-size: 12px !important;
	font-weight: 400 !important;
	font-style: italic;
	color: #6c6a74 !important;
}
.sidebar_search_input::-moz-placeholder
{
	font-size: 12px !important;
	font-weight: 400 !important;
	font-style: italic;
	color: #6c6a74 !important;
} 
.sidebar_search_input:-ms-input-placeholder
{ 
	font-size: 12px !important;
	font-weight: 400 !important;
	font-style: italic;
	color: #6c6a74 !important;
}
.sidebar_search_input::input-placeholder
{
	font-size: 12px !important;
	font-weight: 400 !important;
	font-style: italic;
	color: #6c6a74 !important;
}
.sidebar_search_button
{
	position: absolute;
	top: 3px;
	right: 15px;
	border: none;
	outline: none;
	background: transparent;
	cursor: pointer;
}
.sidebar_search_button:focus
{
	outline: none;
	color: #007b37;
}
.sidebar_title
{
	font-size: 20px;
	font-weight: 700;
	color: #44425a;
}
.sidebar_categories
{
	margin-top: 75px;
}
.sidebar_links
{
	padding-left: 43px;
	margin-top: 58px;
}
.sidebar_links ul li:not(:last-child)
{
	margin-bottom: 15px;
}
.sidebar_links ul li a
{
	font-size: 14px;
	font-weight: 500;
	color: #6c6a74;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.sidebar_links ul li a:hover
{
	color: #581864;
}
.sidebar_latest_posts
{
	margin-top: 69px;
}
.latest_posts
{
	width: 100%;
	margin-top: 63px;
}
.latest_post
{
	width: 100%;
}
.latest_post:not(:last-child)
{
	margin-bottom: 39px;
}
.latest_post_image
{
	width: 72px;
	height: 72px;
}
.latest_post_image img
{
	max-width: 100%;
}
.latest_post_body
{
	padding-left: 25px;
}
.latest_post_date
{
	font-size: 12px;
	font-weight: 600;
	color: #581864;
	line-height: 0.75;
}
.latest_post_title
{
	margin-top: 10px;
}
.latest_post_title a
{
	font-size: 16px;
	font-weight: 600;
	color: #44425a;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.latest_post_title a:hover
{
	color: #ff6600;
}
.latest_post_author
{
	margin-top: 5px;
}
.latest_post_author,
.latest_post_author a
{
	font-size: 14px;
	font-weight: 500;
	color: #6c6a74;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.latest_post_author a:hover
{
	color: #ff6600;
}
.sidebar_elearn
{
	margin-top: 82px;
}
.elearn
{
	width: 100%;
	height: 369px;
	padding-top: 81px;
	padding-left: 64px;
	padding-bottom: 84px;
	padding-right: 64px;
}
.elearn_background
{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}
.elearn_content
{
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.83);
	padding-bottom: 28px;
	padding-left: 40px;
	padding-right: 40px;
	text-align: center;
}
.elearn_line
{
	font-size: 24px;
	font-weight: 600;
	color: #FFFFFF;
}
.elearn_link
{
	margin-top: 19px;
}
.elearn_link a
{
	position: relative;
	font-size: 16px;
	font-weight: 600;
	color: #ff9324;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.elearn_link a::after
{
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 1px;
	background: #ff9324;
	content: '';
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.elearn_link a:hover
{
	color: #e95a5a;
}
.elearn_link a:hover::after
{
	background: #e95a5a;
}
.dcount
{
	position: absolute;
	top: -35px;
	right: -35px;
}
.dcount_content
{
	width: 100px;
	height: 100px;
	border-radius: 50%;
	background: #ff9324;
}
.dcount_value
{
	font-size: 30px;
	font-weight: 600;
	color: #FFFFFF;
	line-height: 0.75;
}
.dcount_text
{
	font-size: 18px;
	font-weight: 600;
	color: #FFFFFF;
	line-height: 0.75;
	margin-top: 10px;
}

