/* ----------------------------------------------------------------
	Custom CSS

	Add all your Custom Styled CSS here for New Styles or
	Overwriting Default Theme Styles for Better Handling Updates
-----------------------------------------------------------------*/


#top-bar { background-color: #FFF; }

	.top-links-item > a {
		font-weight: 400;
		font-size: 12px;
	}

	.top-links-sub-menu .top-links-item > a { font-size: 11px; }

	.header-extras li {
		margin-left: 30px;
		padding-left: 30px;
		border-left: 1px solid #EEE;
	}

	.header-extras li:first-child {
		margin-left: 0;
		padding-left: 0;
		border-left: 0;
	}

	.header-extras li i {
		margin-top: 0 !important;
		font-size: 36px !important;
	}

	.header-extras li .he-text {
		padding-left: 15px;
		font-weight: 300;
		font-size: 16px;
		line-height: 16px;
		color: #888;
		text-transform: uppercase;
		letter-spacing: 1px;
	}

	.header-extras li .he-text span {
		font-weight: 600;
		text-transform: none;
		font-size: 16px;
		line-height: 24px;
		letter-spacing: 0;
	}

	#header { background-color: #F9F9F9; }

	#header-wrap { background-color: #FFF; }


	.device-md .primary-menu i.icon-angle-down,
	.device-sm .primary-menu i.icon-angle-down,
	.device-xs .primary-menu i.icon-angle-down { display: none !important; }

	.slider-caption {
		max-width: 450px;
	}

	.slider-caption > div {
		background-color: rgba(255,255,255,0.9);
		border-radius: 2px;
		padding: 40px;
	}

	.slider-caption h2 {
		font-size: 24px;
		margin-bottom: 20px;
	}

	.slider-caption p {
		margin-bottom: 0;
		font-size: 18px;
	}

	.dark .slider-caption { background-color: rgba(0,0,0,0.75) }

	.testi-meta span { color: rgba(255,255,255,0.65); }

	.iconlist.iconlist-large { font-size: 17px !important; }

	.iconlist.iconlist-large li { margin: 8px 0 !important; }

	.iconlist.iconlist-large li i { top: 0; }

	.testi-content p {
		font-style: normal;
		font-family: 'Source Sans Pro', sans-serif !important;
		font-weight: 300;
		font-size: 30px;
		letter-spacing: 1px;
		line-height: 1.6 !important;
		margin-bottom: 40px;
	}

	.footer-big-contacts {
		color: #333;
		font-size: 24px;
		font-weight: bold;
		letter-spacing: 1px;
	}

	.footer-big-contacts span {
		display: block;
		font-size: 11px;
		font-weight: 400;
		text-transform: uppercase;
		color: #888;
		letter-spacing: 2px;
	}

	.dark .footer-big-contacts { color: rgba(255,255,255,0.8); }


	.team-title span {
		font-size: 13px;
		font-weight: normal;
		font-style: normal;
		margin-top: 2px;
	}

	.small-thumbs .entry-title h2 a {
		text-transform: none;
		letter-spacing: 0;
		font-size: 22px;
		line-height: 25px;
		font-weight: 600;
		-webkit-transition: color .6s ease;
		-o-transition: color .6s ease;
		transition: color .6s ease;
	}

	.course-categories .card a span {
		display: block;
		font-size: 13px;
		text-transform: uppercase;
		letter-spacing: 1px;
		position: absolute;
		top: 50%;
		left: 50%;
		text-align: center;
		color: #FFF;
		text-shadow: 1px 1px 1px rgba(0,0,0,0.3);
		-webkit-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
		-o-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
	}
	
	.course-categories .card a span i {
		display: block;
		margin-bottom: 5px;
		font-size: 20px;
	}
	
	.hover-effect {
		-webkit-transition:  transform .25s ease, box-shadow .3s ease;
		-o-transition:  transform .25s ease, box-shadow .3s ease;
		transition:  transform .25s ease, box-shadow .3s ease;
		-webkit-transform-style: preserve-3d;
		-webkit-backface-visibility: hidden;
		box-shadow: none;
		border: 0;
	}
	
	.hover-effect:hover {
		-webkit-transform: translateY(-2px);
		-ms-transform: translateY(-2px);
		-o-transform: translateY(-2px);
		transform: translateY(-2px);
		box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
	}
	
	.course-card .card-footer { border-top-color: #EEE; }
	
	.rating-stars i { color: #f4c150; }
	
	.course-card .card-title a { color: #333; }
	
	.course-card .card-title a:hover { color: var(--themecolor); }
	
	.course-card  .card-title-sub { font-size: 11px; }

	.entry {
		background-color: #FFF;
		padding: 0;
		vertical-align: top;
		border-bottom: 0;
		border-radius: 4px;
		-webkit-transform-origin: 50% 50% 0px;
			transform-origin: 50% 50% 0px;
		-webkit-transition: all 250ms cubic-bezier(.02, .01, .5, 1);
			-o-transition: all 250ms cubic-bezier(.02, .01, .5, 1);
				transition: all 250ms cubic-bezier(.02, .01, .5, 1);
	}
	
	.entry:hover {
		box-shadow: 0 10px 20px rgba(0,0,0,.05);
		-webkit-transform: translate(0, -8px);
			-ms-transform: translate(0, -8px);
				-o-transform: translate(0, -8px);
					transform: translate(0, -8px);
	}
	
	.entry-title,
	.entry-meta,
	.entry-content { padding: 0 20px; }
	
	.entry-title h3 {
		font-size: 20px;
		line-height: 1.4;
		margin-bottom: 12px;
	}
	
	.entry-title a { color: #333; }
	
	.entry-content p {
		margin-bottom: 0;
		display: -webkit-box;
		-webkit-line-clamp: 4;
		-webkit-box-orient: vertical;
		overflow: hidden;
		text-overflow: ellipsis;
		font-size: 14px;
		line-height: 22px !important;
	}
	
	.entry-meta {
		font-size: 0.8125rem;
		text-transform: uppercase;
		border-top: 1px solid #E9EBEE;
		padding: 15px 0;
		margin: 15px 15px 0;
	}
	
	.dark .entry-meta { border-top-color: #444; }
	
	.entry-meta li {
		margin-left: 0;
		margin-right: 0;
	}
	
	.entry::after { display: none; }
	
	.entry-meta li::before { content: none; }
	
	.entry-meta.nohover,
	.entry:hover .entry-meta.hover { display: block; }
	
	.entry-meta.hover,
	.entry:hover .entry-meta.nohover { display: none; }
	
	.entry-user { padding: 20px; }
	
	.entry-user img {
		display: inline-block;
		height: 48px;
		width: 48px;
		border-radius: 100%;
		background-color: white;
	}
	
	.entry-user h4 {
		display: inline-block;
		margin-bottom: 0;
		margin-left: 8px;
		vertical-align: middle;
		font-size: 16px;
		line-height: 1.25;
	}
	
	.entry-user h4 span {
		display: block;
		font-size: 11px;
		color: #AAA !important;
		text-transform: lowercase;
		font-weight: 300;
	}
	
	.entry-image .social-icon {
		display: inline-block;
		float: none;
	}
	
	/*label.error { display: none !important; }*/