/*
Welcome to Custom CSS!

To learn how this works, see http://wp.me/PEmnE-Bt
*/
#colophon {
	padding-top: 2vw;
	margin-top: 0 !important;
}

.hr70 {
	width: 50%;
	margin-left: 0;
	margin: 2rem 0;
	min-width: 300px;
}

#left-home-image {
	display: inline-block;
	vertical-align: middle;
	width: 30%;
	margin-right: 5%;
}

.cat-links {
	margin: 0 2vw !important;
}

.cat-links a:not(:nth-child(3)) {
	margin-left: 8px;
}

#right-home-text {
	display: inline-block;
	vertical-align: middle;
	width: 64%;
}

.widget ul li a, .site-footer .widget-area ul li a {
	-webkit-box-shadow: inset 0 -1px 0 rgba(255,255,255,0);
	box-shadow: inset 0 -1px 0 rgba(255,255,255,0);
}

* {
	transition: none !important;
}

.about-img {
	width: 60%;
	max-width: 600px;
}

.about-us-img {
	padding: 12px 0 6px;
	width: 100%;
	max-width: 600px;
}

.small-space {
	padding: 48px 0 6px;
}

@media (max-width: 770px) {
	.about-img {
		width: 100%;
	}
	
	#left-home-image {
		display: inline-block;
		vertical-align: middle;
		width: 40%;
	}
	
	#right-home-text {
		display: inline-block;
		vertical-align: middle;
		width: 100%;
	}
}

.hr1 {
	margin: 48px 0 24px;
	background: #eee;
}

.page-id-37 .entry-title {
	display: none;
}

.page-id-37 #content {
	padding-top: 36px !important;
}

.page-id-37 .entry-content {
	width: 72% !important;
	float: none !important;
}

.sign-up-button {
	cursor: pointer !important;
	background: #2b70bf;
	width: 100px;
	margin: 12px 0;
	padding: 10px;
	color: #fff;
	text-align: center;
	border-radius: 5px;
	font-weight: 700;
	display: inline-block;
	text-decoration: none;
	border: 0;
}

.main-navigation li li:hover {
	background-color: #2b70bf;
}

.sign-up-button:hover {
	background: #6b9bd2 !important;
	opacity: 1 !important;
	color: white !important;
}

.main-navigation a {
	color: #000;
}

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

.navigation-top .current-menu-item > a,.navigation-top .current_page_item > a {
	color: #a0a0a0;
	text-decoration: underline;
	color: #000;
}

.custom-html-widget li {
	list-style-type: none !important;
	padding: 4px 0;
	font-size: 1rem;
}

.custom-html-widget a {
	-webkit-box-shadow: 0 0 !important;
	box-shadow: 0 0 !important;
	text-decoration: none !important;
	border: none;
	transition: none !important;
}

.custom-html-widget a:hover {
	color: #a0a0a0 !important;
}

.jetpack-social-widget-item a {
	cursor: pointer !important;
	transition: none !important;
	background: #2b70bf !important;
}

.jetpack-social-widget-item a:hover {
	-webkit-box-shadow: 0 0 !important;
	box-shadow: 0 0 !important;
	opacity: .7 !important;
}

.jetpack-social-widget-item a:hover svg {
	color: #fff !important;
	cursor: pointer !important;
}

footer {
	background: #dbe2ea;
}

.widget-area {
	padding-bottom: 0 !important;
}