.widget_search form {
  position: relative;
  border-bottom: 1px solid #DADADA;
}
.widget_search form label {
  display: none;
}
.widget_search form input[type="text"] {
  width: 100%;
  border: none;
  color: #3C4853;
  font-size: 14px;
  line-height: 16px;
  padding: 8px 45px 8px 0;
}
.widget_search form input[type="text"]::placeholder {
  transition: 0.2s;
}
.widget_search form input[type="text"]:focus {
  outline: none;
}
.widget_search form input[type="text"]:focus::placeholder {
  opacity: 0;
}
.widget_search form input[type="submit"] {
  top: 0;
  right: 0;
  padding: 0;
  width: 45px;
  font-size: 0;
  height: 100%;
  border: none;
  display: flex;
  transition: 0.2s;
  position: absolute;
  align-items: center;
  justify-content: center;
  color: rgba(0, 0, 0, 0);
  background-color: #FFFFFF;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("/wp-content/themes/concise/assets/images/search-icon.svg");
}
.widget_search form input[type="submit"]:hover {
  filter: invert(1);
}
.widget_search form input[type="submit"]:focus {
  box-shadow: none;
}
.widget_search form input[type="submit"]:active {
  background-color: rgba(0, 0, 0, 0);
}
.blog-post-item a:hover {
  text-decoration: none;
}
.blog-post-item .post-image {
  width: 100%;
  display: block;
  aspect-ratio: 1.4150197628;
}
.blog-post-item .post-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.blog-post-item .category-and-time-group {
  margin-bottom: 20px;
  gap: 16px;
}
.blog-post-item .category-and-time-group .time-read {
  color: #737980;
}
.blog-post-item .post-date {
  font-size: 15px;
  color: #737980;
}
.widget-similar-articles {
  max-width: 1174px;
  margin-left: auto;
  margin-right: auto;
}
.widget-similar-articles .blog-post-item .post-image {
  margin-bottom: 20px;
}
.widget-newsletter-subscribe p {
  font-size: 15px;
  margin-bottom: 20px;
}
.widget-newsletter-subscribe .form-group {
  margin-bottom: 10px;
}
.widget-newsletter-subscribe .form-control {
  font-size: 14px;
  padding: 6px 15px;
  border-color: #E0E3E7;
}
.widget-newsletter-subscribe .form-control::placeholder {
  color: #637185;
}
.widget-newsletter-subscribe .btn-sm {
  min-height: 48px;
  margin-top: 10px;
}
.widget-newsletter-subscribe .block-success-wrapper .block-subscribe-message {
  color: #1BA73A;
}
.widget-newsletter-subscribe .block-error-wrapper .block-subscribe-message {
  color: #DC3232;
}
.widget-newsletter-subscribe .block-subscribe-message {
  font-size: 14px;
  margin-bottom: 17px;
}
.widget-newsletter-subscribe .block-subscribe-message .subscribe-message-icon {
  width: 40px;
  height: 40px;
  background-color: #FFFFFF;
  margin-right: 15px;
}
.widget-article-navigation-menu .menu {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  position: relative;
  flex-direction: column;
}
.widget-article-navigation-menu .menu li a {
  display: block;
  padding-top: 5px;
  padding-left: 28px;
  position: relative;
  padding-bottom: 6px;
  transition: color 0.2s;
}
.widget-article-navigation-menu .menu li a.active {
  opacity: 1;
  color: #000000;
}
.widget-article-navigation-menu .menu li a.active:after {
  background-color: #000000;
}
.widget-article-navigation-menu .menu li a:not(.active) {
  color: #7A899E;
}
.widget-article-navigation-menu .menu li a:not(.active):after {
  background-color: #F5F5F5;
}
.widget-article-navigation-menu .menu li a:after {
  top: 0;
  left: 0;
  z-index: 1;
  width: 3px;
  content: "";
  height: 100%;
  transition: 0.2s;
  position: absolute;
}
.widget-article-navigation-menu .menu li a:hover {
  color: #000000;
  text-decoration: unset;
}
.widget-article-navigation-menu .menu li .sub-menu {
  padding: 0;
  display: flex;
  list-style: none;
  flex-direction: column;
}
.widget-article-navigation-menu .menu li .sub-menu li a {
  padding-top: 3px;
  padding-left: 44px;
  padding-bottom: 3px;
}
.widget-article-navigation-menu .menu li .sub-menu li a:before {
  content: "";
  top: 15px;
  width: 3px;
  left: 28px;
  height: 3px;
  position: absolute;
  border-radius: 100%;
}
.widget-article-navigation-menu .menu li .sub-menu li a:not(.active):before {
  background-color: #7A899E;
}
.widget-article-navigation-menu .menu li .sub-menu li a.active:before {
  background-color: #000000;
}
.widget-article-navigation-menu .menu li .sub-menu li:first-child a {
  padding-top: 10px;
}
.widget-article-navigation-menu .menu li .sub-menu li:first-child a:before {
  top: 21px;
}
.widget-article-navigation-menu .menu li .sub-menu li:last-child a {
  padding-bottom: 10px;
}
@media screen and (min-width: 768px) {
  .widget-article-navigation-menu {
    font-size: 0.9375rem;
  }
}
.widget-most-popular .widget-items-list {
  gap: 15px;
  display: flex;
  flex-direction: column;
}
.widget-most-popular .preview-post {
  min-height: 90px;
  position: relative;
  padding-left: 142px;
}
.widget-most-popular .preview-post .img-wrapper {
  top: 0;
  left: 0;
  width: 100%;
  max-width: 127px;
  max-height: 90px;
  overflow: hidden;
  position: absolute;
  aspect-ratio: 1.4111111111;
}
.widget-most-popular .preview-post .img-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.widget-most-popular .preview-post .img-wrapper span {
  height: 100%;
  display: flex;
}
.widget-most-popular .preview-post .text-content-wrapper {
  gap: 6px;
  width: 100%;
  display: flex;
  flex-direction: column;
}
.widget-most-popular .preview-post .text-content-wrapper p {
  margin-bottom: 0;
}
.widget-most-popular .preview-post .text-content-wrapper p.article-category {
  color: #333333;
  line-height: 1;
  font-size: 12px;
  margin-bottom: 3px;
  font-family: "Oswald", sans-serif;
}
.widget-most-popular .preview-post .text-content-wrapper p.post-preview-text {
  overflow: hidden;
  line-height: 19px;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}
.widget-most-popular .preview-post:hover {
  text-decoration: unset;
}
.widget-cta {
  color: #3A4452;
}
.widget-cta .widget-title {
  margin-bottom: 20px;
}
.widget-cta h2, .widget-cta p {
  word-break: break-word;
}
.widget-cta img {
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  height: auto;
}
.widget-cta p {
  font-size: 15px;
  line-height: 24px;
}
.widget-cta p:last-child {
  margin-bottom: 20px;
}
.widget-our-services ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.widget-our-services ul li {
  line-height: 28px;
  margin-bottom: 12px;
}
.widget-our-services ul li a {
  text-decoration: none;
  transition: 0.2s;
  padding-bottom: 8px;
  position: relative;
}
.widget-our-services ul li a:after {
  content: "";
  width: 0;
  height: 2px;
  background-color: #000000;
  position: absolute;
  display: block;
  bottom: 0;
  transition: 0.2s;
}
.widget-our-services ul li a:hover {
  color: #000000;
}
.widget-our-services ul li a:hover:after {
  width: 100%;
}
.widget-our-services ul li:last-child {
  margin-bottom: 0;
}
.blog-item-card {
  border: 1px solid #EEEFEF;
}
.blog-item-card .time-read {
  line-height: 1.3;
  color: #6C7279;
  position: relative;
  padding-left: 21px;
}
.blog-item-card .time-read svg {
  top: 0;
  left: 0;
  position: absolute;
}
.blog-item-card .post-image {
  display: block;
  aspect-ratio: 1.3161764706;
}
.blog-item-card .post-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
@media screen and (min-width: 768px) and (max-width: 991.9px) {
  .blog-item-card .post-image {
    width: 339px;
  }
}
@media screen and (min-width: 1200px) {
  .blog-item-card .post-image {
    width: 339px;
  }
}
@media screen and (max-width: 767.9px) {
  .blog-item-card .post-image {
    margin-bottom: 20px;
  }
}
.blog-item-card .item-content {
  width: 100%;
  display: flex;
  padding-top: 15px;
  flex-direction: column;
}
.blog-item-card .item-content a:hover {
  text-decoration: none;
}
.blog-item-card .item-content .category-and-time-group {
  margin-bottom: 20px;
}
.blog-item-card .item-content h2, .blog-item-card .item-content .text-content {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.blog-item-card .item-content h2 {
  margin-bottom: 15px;
}
.blog-item-card .item-content .text-content {
  margin-bottom: 10px;
}
.blog-item-card .item-content .post-date {
  margin-top: auto;
  color: #6C7279;
  font-size: 0.8125rem;
}
@media screen and (min-width: 768px) {
  .blog-item-card .item-content .post-date {
    font-size: 0.9375rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 991.9px) {
  .blog-item-card .item-content {
    padding: 15px;
    max-width: calc(100% - 339px);
  }
}
@media screen and (min-width: 1200px) {
  .blog-item-card .item-content {
    padding: 15px;
    max-width: calc(100% - 339px);
  }
}
.blog-item-card > .category-and-time-group {
  margin-bottom: 10px;
}
@media screen and (min-width: 768px) and (max-width: 991.9px) {
  .blog-item-card {
    display: flex;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199.9px) {
  .blog-item-card {
    padding: 15px;
  }
}
@media screen and (min-width: 1200px) {
  .blog-item-card {
    display: flex;
  }
}
@media screen and (max-width: 767.9px) {
  .blog-item-card {
    padding: 15px;
  }
}
.page-blog .post-category {
  gap: 5px;
  display: flex;
  align-items: center;
}
.page-blog .post-category span {
  gap: 5px;
  display: flex;
  align-items: center;
}
.page-blog .post-category span:first-child {
  width: 30px;
  height: 30px;
  color: #FFFFFF;
  font-size: 20px;
  font-weight: 500;
  line-height: 25px;
  align-items: center;
  letter-spacing: -1px;
  display: inline-flex;
  justify-content: center;
  background-color: #000000;
}
.page-blog .post-category span:last-child {
  line-height: 1;
}
.page-blog .post-category span:last-child:before {
  content: "";
  width: 10px;
  height: 1px;
  background-color: #000000;
  transition: background-color 0.2s;
}
.page-blog .post-category[href]:not(:hover) {
  color: #737980;
}
.page-blog .post-category[href]:not(:hover) span:last-child:before {
  background-color: #737980;
}
.page-blog .blog-page-content {
  padding-top: 15px;
}
@media screen and (min-width: 768px) {
  .page-blog .blog-page-content {
    padding-top: 35px;
  }
}
@media screen and (min-width: 1701px) {
  .page-blog .blog-page-content {
    padding-left: 127px;
  }
}
.page-blog .title-area h1 {
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .page-blog .title-area h1 {
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 992px) {
  .page-blog .title-area h1 {
    margin-bottom: 60px;
  }
}
.page-blog .left-column {
  width: 100%;
}
.page-blog .left-column .blog-items-list {
  gap: 30px;
  display: flex;
  padding-bottom: 34px;
  flex-direction: column;
}
@media screen and (min-width: 992px) {
  .page-blog .left-column .blog-items-list {
    gap: 40px;
    padding-bottom: 120px;
  }
}
@media screen and (min-width: 992px) {
  .page-blog .left-column {
    padding-top: 38px;
  }
}
@media screen and (min-width: 1701px) {
  .page-blog .left-column {
    padding-right: 60px;
  }
}
.page-blog .right-column .widget:not(:last-child) {
  margin-bottom: 30px;
}
@media screen and (min-width: 992px) {
  .page-blog .right-column .widget:not(:last-child) {
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 992px) {
  .page-blog .right-column {
    max-width: 330px;
  }
}
@media screen and (min-width: 1701px) {
  .page-blog .right-column {
    max-width: 388px;
  }
}
@media screen and (max-width: 991.9px) {
  .page-blog .right-column {
    padding-bottom: 30px;
  }
}
.page-blog .elem-pagination ul {
  display: flex;
  list-style: none;
  padding: 0;
  justify-content: center;
}
.page-blog .elem-pagination ul li {
  padding: 0 2px;
}
.page-blog .elem-pagination ul li .page-link {
  border: none !important;
  border-radius: 0 !important;
  color: #6C7279;
  transition: 0.2s;
  width: 26px;
  height: 26px;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 19px;
  margin: 0;
  z-index: 1 !important;
  padding: 1px 0 0;
}
.page-blog .elem-pagination ul li .page-link:hover {
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
.page-blog .elem-pagination ul li .page-link.active {
  background: #000000;
  color: #FFFFFF;
  cursor: default;
}
.page-blog .elem-pagination ul li .page-link:focus {
  box-shadow: none;
}
.page-blog .elem-pagination ul li .page-link.nav-next, .page-blog .elem-pagination ul li .page-link.nav-prev {
  width: auto;
}
