.btn-primary {
  background-color: #2f83bb;
  border-color: #2f83bb !important;
  border: 0;
  border-radius: 0;
  padding-left: 30px;
  padding-right: 30px;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: "Open Sans";
  font-weight: 500;
  /* margin-bottom: 1.5rem; */
  color: #1c5c67;
}

h1,
.h1 {
  font-size: 2.7rem;
}

h2,
.h2 {
  font-size: 2.4rem;
}

h3,
.h3 {
  font-size: 2.1rem;
  font-weight: 500;
}

h4,
.h4 {
  font-size: 1.8rem;
  font-weight: 500;
}

h5,
.h5 {
  font-size: 1.5rem;
  font-weight: 700;
}

/* .btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
  background-color: #007c13 !important;
  border-color: #008814 !important;
}

.btn,
.btn-primary,
.caldera-grid .btn,
.caldera-grid .btn-primary {
  background-color: #008814 !important;
  border-color: #008814 !important;
} */

.breadcrumb {
  background-color: transparent;
  font-size: 90%;
  color: #999;
  padding: 0;
  margin-bottom: -30px;
  margin-top: 30px;
}

.card {
  position: relative;
  background: #fff;
  border: 0;
  box-shadow: 2px 2px 15px rgba(0, 0, 0, 0.1);
  /* margin-bottom: 30px; */
  border-radius: 15px;
  overflow: hidden;
}

a.card {
  color: inherit;
  text-decoration: none;
}

a.card:hover {
  text-decoration: none;
}

a.card:hover .cover .image {
  transform: scale(1.1);
}

.card .image {
  position: relative;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 200px;
  transition: transform 300ms;
}

.card.widget .content {
  padding: 20px;
}

.card-meta {
  font-size: 85%;
  margin-bottom: 10px;
}

.card-post .date {
  color: #777;
}

.card .cover {
  position: relative;
  padding-bottom: 35%;
  overflow: hidden;
}

.card .cover .image {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-position: center;
  background-size: cover;
  height: auto;
}

.card-text {
  /* font-size: 90%; */
  opacity: 0.8;
  /* min-height: 50px; */
}

.card-title {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 5px;
}

.card-client {
  text-indent: -500%;
  padding: 10px;
}

.card-client .cover .image {
  background-position: center;
  background-size: contain;
}

.card-author {
  display: flex;
  flex-direction: row;
  align-items: center;
  width: 100%;
  font-size: 90%;
}

.card-author .author {
  flex: 1;
}

.card-author .comment-count {
  background: #666;
  /* border-radius: 5px; */
  color: #fff;
  line-height: 20px;
  height: 20px;
  width: 20px;
  text-align: center;
}

.card-author img {
  height: 30px;
  border-radius: 5px;
  margin-right: 5px;
  vertical-align: middle;
}

.card-case {
  flex-direction: row;
}

.card-case .cover {
  flex: 2 1;
  padding: 0;
}

.card-case .card-body {
  flex: 1 1;
}

.card-case .card-title {
  white-space: normal;
  overflow: inherit;
}

.form-control {
  background-color: #efefef;
  border: 1px transparent solid;
  border-radius: 0;
}

.form-control:focus {
  border-color: rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 0.3rem rgba(0, 0, 0, 0.5);
}
