/* Ezume Sky Styles */

.text-primary {
	color: #03A9F4;
}
.text-secondary {
	color: #0288D1;
}
.bg-primary {
	background: #03A9F4;
}
.bg-secondary {
	background: #0288D1;
}
a:hover {
	color: #0288D1;
}
button, .button {
	background-color: #03A9F4;
}
.btn, .btn:link, .btn:visited {
	background-color: #03A9F4;
}
.btn:focus, .btn:hover, .btn:link:focus, .btn:link:hover, .btn:visited:focus, .btn:visited:hover {
	background-color: #0288D1;
}
.btn-transparent {
	background: transparent;
	border: 1px solid #03A9F4;
	color: #03A9F4;
}
.btn-transparent:focus, .btn-transparent:hover {
	background-color: #03A9F4;
}
input[type="text"],
input[type="email"],
input[type="password"],
input[type="search"],
textarea,
select {
	border: 1px solid #03A9F4;
}
select:focus {
	border-color: #0288D1;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
	border-color: #0288D1;
}
.contact-form input {
	border: 1px solid #03A9F4;
}
.social-icons a, .social-icons i {
	color: #03A9F4;
}
.social-icons a:hover, .social-icons i:hover {
	color: #0288D1;
}
.border-left {
	border-left: 5px solid #03A9F4;
}
.border-top {
	border-top: 5px solid #03A9F4;
}
.border-right {
	border-right: 5px solid #03A9F4;
}
.border-bottom {
	border-bottom: 5px solid #03A9F4;
}
.content_title {
	color: #03A9F4;
}
.nav-item a {
	border: 1px solid #03A9F4;
}
.nav-item a:hover, .nav-item a:focus {
	border: 1px solid #0288D1;
}