﻿.bottom-footer, #main-footer, #top-bar a {
	font-size: 90%;
}

#top-bar {
	padding: unset;
}

.wa-theme-bg-consult {
	background-color: #007d7d
}

.widget h3 {
	margin-bottom: unset !important;
}

.main {
	font-weight: 800;
}

/*.main .active {	
		padding-bottom: unset;		
		border-bottom: 1px solid #007d7d;
	}*/
.stroke::before, .stroke::after {
	content: '';
	display: block;
	width: 0;
	height: 2px;
	background: #007d7d;
	margin-top: 5px;
	transition: .3s;
}

.stroke:hover::after {
	width: 50%;
}

.fact-counter {
	margin: auto;
}

.bio-title h2 {
	line-height: unset;
}

.bio-title h4 {
	margin-bottom: 10px;
}

.profile {
	border: 6px solid #007d7d;
	border-radius: 50%;
	padding: 5px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
}

.profile-wrapper.col-md-5 {
	width: unset;
}

.widget ul li a {
	margin: 0;
	padding: 0;
}

/*main-menu.nav li a {
	text-decoration: none;
}

	#main-menu.nav li a:hover {
		text-decoration: underline;
		text-decoration-color: #007d7d;
		-o-transition: .4s;
		-moz-transition: .4s;
		-webkit-transition: .4s;
		transition: .4s;
	}*/

#top-bar-accent {
	float: left;
	width: 100%;
	padding: 2px 0px;
	background-color: #0b1e57;
}

.onload {
	display: none;
}

.required {
	position: relative;
}

	.required:after {
		content: " *";
		position:absolute;
		top: 10px;
	  color: red;
	}

	.grecaptcha-badge {
		z-index: 999;
	}