.form-control {
  display: block;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, 0.6);
}

.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}

.form-control:-ms-input-placeholder {
  color: #999;
}

.form-control::-webkit-input-placeholder {
  color: #999;
}

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  cursor: not-allowed;
  background-color: #eeeeee;
  opacity: 1;
}

textarea.form-control {
  height: auto;
}

a {
  color: black;
}

a:hover,
a:active,
a:focus {
  color: #0C68D3;
}

a:hover {
  text-decoration: underline;
}

a:disabled {
  color: rgba(128, 128, 128, 0.5);
}

a:focus {
  text-decoration: none;
}

.sp-megamenu-parent>li.active>a,
.sp-megamenu-parent>li:hover>a {
  color: rgba(42, 43, 47, 0.75);
  border-radius: 0px;
}

.sp-megamenu-parent .sp-dropdown li.sp-menu-item>a:hover {
  color: #fff !important;
}

#offcanvas-toggler>i {
  color: #999;
}

#offcanvas-toggler>i:hover {
  color: #5b90b7;
}

.btn-primary,
.sppb-btn-primary {
  padding: 15px 25px;
  border-radius: 51px;
  background: #000000;
  color: #ffffff;
  font-family: "eUkraine", sans-serif;
  transition: all 0.1s ease-in;
  cursor: pointer;
  box-sizing: border-box;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.sppb-btn-primary:hover,
.sppb-btn-primary:focus,
.sppb-btn-primary:active {
  background: linear-gradient(270deg, #b0d2fa 0%, #7bb4f7 100%);
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.15);
  color: #000000;
}

ul.social-icons>li a:hover {
  color: #5b90b7;
}

.layout-boxed .body-innerwrapper {
  background: #ffffff;
}

.sp-module ul>li>a {
  color: #999;
}

.sp-module ul>li>a:hover {
  color: #5b90b7;
}

.sp-module .latestnews>div>a {
  color: #777777;
}

.sp-module .latestnews>div>a:hover {
  color: #5b90b7;
}

.sp-module .tagscloud .tag-name:hover {
  background: #5b90b7;
}

.sp-simpleportfolio .sp-simpleportfolio-filter>ul>li.active>a,
.sp-simpleportfolio .sp-simpleportfolio-filter>ul>li>a:hover {
  background: rgba(0, 0, 0, 0);
  border-bottom: 2px solid #5b90b7;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  color: #5b90b7;
}

.search .btn-toolbar button {
  background: #5b90b7;
}

.post-format {
  background: #5b90b7;
}

.voting-symbol span.star.active:before {
  color: #5b90b7;
}

.sp-rating span.star:hover:before,
.sp-rating span.star:hover~span.star:before {
  color: #44769b;
}

.entry-link,
.entry-quote {
  background: #5b90b7;
}

blockquote {
  border-color: #5b90b7;
}

.carousel-left:hover,
.carousel-right:hover {
  background: #5b90b7;
}

#sp-footer {
  background: #fff;
}

.sp-comingsoon body {
  background-color: #5b90b7;
}

.pagination>li>a,
.pagination>li>span {
  color: #777777;
}

.pagination>li>a:hover,
.pagination>li>a:focus,
.pagination>li>span:hover,
.pagination>li>span:focus {
  color: #777777;
}

.pagination>.active>a,
.pagination>.active>span {
  border-color: #5b90b7;
  background-color: #5b90b7;
}

.pagination>.active>a:hover,
.pagination>.active>a:focus,
.pagination>.active>span:hover,
.pagination>.active>span:focus {
  border-color: #5b90b7;
  background-color: #5b90b7;
}

select:focus,
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus,
.form-control:focus {
  border-color: #5b90b7 !important;
}