.recent-news-widget {
  list-style: none;
  margin: 0;
  padding: 0;
}

.recent-news-item {
  display: flex;
     gap: 16px;
  margin-bottom: 15px;
}
.recent-news-item:not(:last-child) {
  margin: 0 0 24px;
}

.recent-news-item .news-thumb img {
  width: 140px;
  height: 94px;
  object-fit: cover;
  border-radius: 12px;
}

.recent-news-item .news-content {
  flex: 1;
}

.recent-news-item .news-date {
  display: block;
  color: #777777;
  margin: 0 0 8px;
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  vertical-align: middle;
}

.recent-news-item .news-title {
  font-weight: 600;
  font-size: 16px;
  line-height: 140%;
  vertical-align: middle;
  margin: 0;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
}

.recent-news-item .news-title a {
  color: #183650;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.recent-news-item .news-title a:hover {
  color: #34ccff;
}

.blog-category-widget {
  list-style: none;
  margin: 0;
  padding: 0;
}

.blog-category-widget li {
  margin-bottom: 10px;
}

.blog-category-widget a {
  text-decoration: none;
  color: #18478d;
  font-size: 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.blog-category-widget a:hover {
  color: #fcae42;
}

.blog-category-widget .cat-count {
  color: #888;
  font-size: 13px;
}
.sidebar .wp-block-heading {
  color: #0a1722;
  margin: 2px 0 24px;
  font-weight: 500;
  font-size: 24px;
  line-height: 140%;
  letter-spacing: 0.5px;
  vertical-align: middle;
}
.sidebar .widget_personal_profile_widget {
  position: relative;
  margin: 0 0 40px;
  border: 1px solid #eeeeee;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  border-radius: 20px;
  overflow: hidden;
}
.sidebar .widget_personal_profile_widget:hover {
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.1), 0 8px 8px rgba(0, 0, 0, 0.07);
}
.widget_personal_profile_widget .profile-avatar {
  overflow: hidden;
}
.widget_personal_profile_widget .profile-avatar img {
  width: 100%;
  max-width: 100%;
  height: 252px;
  object-fit: cover;
  -webkit-transition: all 1s cubic-bezier(0.24, 0.74, 0.58, 1);
  -khtml-transition: all 1s cubic-bezier(0.24, 0.74, 0.58, 1);
  -moz-transition: all 1s cubic-bezier(0.24, 0.74, 0.58, 1);
  -ms-transition: all 1s cubic-bezier(0.24, 0.74, 0.58, 1);
  -o-transition: all 1s cubic-bezier(0.24, 0.74, 0.58, 1);
  transition: all 1s cubic-bezier(0.24, 0.74, 0.58, 1);
}
.widget_personal_profile_widget:hover .profile-avatar img {
  scale: 1.1;
}

.sidebar .profile-info {
     position: relative;
    overflow: hidden;
    padding: 24px 24px 14px;
}

.sidebar .profile-name {
  color: #0a1722;
  margin: 0 0 4px;
  font-weight: 500;
  font-size: 24px;
  line-height: 140%;
  letter-spacing: 0px;
  vertical-align: middle;
}

.sidebar .profile-position {
  color: #777;
  margin: 0 0 24px;
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  vertical-align: middle;
}

.profile-list {
  color: #777777;
  position: relative;
 margin: 0 0 8px;
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  vertical-align: middle;
}
.profile-list i {
  color: #777777;
  font-size: 20px;
  vertical-align: sub;
  margin-right: 5px;
}
.sidebar .widget_personal_profile_widget:hover .profile-socials {
  opacity: 1;
}

.profile-socials {
  margin-top: 10px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  position: absolute;
  right: 20px;
  top: 20px;
  flex-direction: column;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}

.profile-socials a.social-link {
  font-size: 15px;
  background: #eee;
  color: #333;
  width: 35px;
  height: 35px;
  line-height: 38px;
  text-align: center;
  display: inline-block;
  border-radius: 99px;
  text-decoration: none;
  opacity: 0;
  transform: translateX(20px);
}
.widget_personal_profile_widget:hover a.social-link:first-child {
  opacity: 1;
  transition: all 0.3s ease-in-out;
  transform: translateX(0px);
}
.widget_personal_profile_widget:hover a.social-link:last-child {
  opacity: 1;
  transition: all 0.5s ease-in-out;
  transform: translateX(0px);
}
.profile-socials a:hover {
  background: #34ccff;
  color: #fff;
}

.sidebar .widget_nav_menu .menu-menu-siderbar-container {
  padding: 24px;
  border: 1px solid #eeeeee;
  margin: 0 0 42px;
  border-radius: 20px;
}
.sidebar .widget-title {
  margin: 0 0 24px;
  color: #0a1722;
  font-weight: 500;
  font-size: 24px;
  line-height: 140%;
  letter-spacing: 0px;
  vertical-align: middle;
}
.sidebar .menu li {
  position: relative;
}
.sidebar .menu li:not(:last-child) {
      margin-bottom: 16px;
    padding-bottom: 15px;
  border-bottom: 1px solid #eeeeee;
}

.sidebar .widget_nav_menu ul li::after {
  content: "\e900";
  font-size: 17px;
  position: absolute;
  right: 0;
  top: -1px;
  font-family: "atu-logistik";
  font-weight: 700;
  transition: all 0.3s ease-in-out;
}
.sidebar .widget_nav_menu ul li:hover::after {
  right: 5px;
  color: #34ccff;
}
.sidebar .widget_nav_menu ul li a {
  display: block;
  color: #0a1722;
  text-transform: capitalize;
  font-weight: 600;
  font-size: 16px;
  line-height: 140%;
  vertical-align: middle;
  text-decoration: none !important;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.sidebar .widget_nav_menu ul li a:hover {
  color: #34ccff;
}
.sidebar .info-buttons {
  display: flex;
  flex-direction: column;
  gap: 11px;
  margin-bottom: 40px;
}

.sidebar .info-button {
  display: flex;
  align-items: center;
  gap: 15px;
  text-decoration: none;
  background: #183650;
  border-radius: 99px;
  padding: 15px 24px;
  color: #fff;
  transition: all 0.3s ease;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-weight: 700;
  font-size: 16px;
  line-height: 160%;
  vertical-align: middle;
}
.sidebar .info-button .icon {
  font-size: 24px;
}

.sidebar .info-button:hover {
  background-color: #34ccff;
  color: #fff;
}

.blog-main .blog-post-item {
  margin-bottom: 40px;
  padding-bottom: 40px;
  border-bottom: 1px dashed #e7e7e7;
}
.blog-main .blog-post-item {
  display: flex;
  box-shadow: none;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  overflow: hidden;
}

.blog-post-item .post-thumbnail {
  max-width: 324px;
  width: 100%;
  position: relative;
  float: left;
  flex-shrink: 0;
  overflow: hidden;
  border-radius: 20px;
}
.blog-post-item .post-thumbnail img {
  width: 100%;
  height: 192px;
  object-fit: cover;
  -webkit-transition: all 1s cubic-bezier(0.24, 0.74, 0.58, 1);
  -khtml-transition: all 1s cubic-bezier(0.24, 0.74, 0.58, 1);
  -moz-transition: all 1s cubic-bezier(0.24, 0.74, 0.58, 1);
  -ms-transition: all 1s cubic-bezier(0.24, 0.74, 0.58, 1);
  -o-transition: all 1s cubic-bezier(0.24, 0.74, 0.58, 1);
  transition: all 1s cubic-bezier(0.24, 0.74, 0.58, 1);
}
.blog-post-item:hover .post-thumbnail img {
  scale: 1.1;
}
.blog-post-item .post-content {
  overflow: hidden;
  border-top: none;
  padding-left: 48px;
  padding-top: 3px;
}
.post-content .post-title {
  margin: 0 0 12px;
  color: #0a1722;
  font-weight: 700;
  font-size: 24px;
  line-height: 140%;
  letter-spacing: 0px;
  vertical-align: middle;
}
.post-content .post-excerpt {
  color: #777777;
  margin: 0;
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  vertical-align: middle;
}
.post-content .post-categories {
  margin: 0 0 22px;
  color: #777777;
  display: inline-block;
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  vertical-align: middle;
  display: inline-flex;
  align-items: center;
}
.post-content .post-categories i {
  font-size: 20px;
  vertical-align: middle;
  margin-right: 8px;
}
.post-content .post-categories a {
  color: #34ccff;
  margin-left: 7px;
}
.archive-pagination .atu-pagination {
  margin-top: 0 !important;
}
ul.page-numbers {
  position: relative;
  padding: 0;
  list-style: none;
  text-align: center;
  margin: 0 0 100px;
  display: flex;
  align-items: center;
}
ul.page-numbers li .page-numbers {
  vertical-align: middle;
  width: 56px;
  height: 56px;
  display: flex;
  font-size: 16px;
  margin: 0 4px;
  border: 1px solid #eeeeee;
  border-radius: 50px;
  transition: all 0.3s ease;
  justify-content: center;
  align-items: center;
  color: #183650;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: 0px;
  text-align: center;
}
ul.page-numbers li span.page-numbers {
  border: 2px solid #34ccff;
  background-color: #34ccff;
  color: #0a1722;
}
ul.page-numbers li .page-numbers:hover {
  border: 2px solid #34ccff;
  background-color: #34ccff;
  color: #0a1722;
}
.page-numbers.current {
  display: inline-block;
  vertical-align: middle;
  padding: 16px 19px;
  margin: 0 4px;
  border: 2px solid transparent;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  border-radius: 50px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-decoration: none !important;
  color: #183650;
  font-size: 15px;
}
.prev.page-numbers {
  rotate: 180deg;
}

.single-post .post-title {
     margin: 0 0 32px;
    color: #0A1722;
    font-weight: 700;
    font-size: 40px;
    line-height: 140%;
    letter-spacing: 0px;
}
.single-post .post-date {
  float: left;
  width: 75px;
  height: 75px;
  background: #34ccff;
  color: #fff;
  text-align: center;
  padding: 20px 0 0;
  margin: 0 20px 0 0;
}
.single-post .post-meta {
  position: relative;
  margin: 0 0 42px;
}
.single-post .post-date .post-day {
  font-size: 24px;
  font-weight: 700;
  line-height: 18px;
  margin: 0 0 5px;
}
.single-post .content-right {
  overflow: hidden;
  border-top: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
  padding: 29px 20px;
  min-height: 75px;
  display: flex;
  gap: 20px;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.single-post .content-right .inner {
  font-size: 13px;
  color: #777;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 40px;
}
.single-post .post-comments-link {
  font-size: 13px;
  color: #777;
}
.single-post .post-comments-link:hover {
  color: #34ccff;
}
/* comment */
#comments {
  margin-top: 40px;
}
#comments #reply-title {
  color: #183650;
  font-weight: 300;
  font-size: 24px;
  margin: 0 0 21px;
  line-height: 1.1;
}
#comments .logged-in-as,
#comments .comment-notes {
  color: #777;
  margin: 0 0 30px;
  font-size: 13px;
}
#comments textarea,
#comments input {
  color: #777;
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  letter-spacing: 0;
  vertical-align: middle;
  padding: 16px 24px;
  border: 1px solid #777;
  border-radius: 9px;
  width: 100%;
  margin-bottom: 20px;
  outline: none;
}
#comments textarea::placeholder,
#comments input::placeholder {
  color: #777 !important;
}
#comments textarea {
  height: 150px;
}
#comments .comment-form-cookies-consent label {
  color: #000 !important;
}
#comments .comment-form-cookies-consent {
  display: flex;
  width: fit-content;
  align-items: center;
  justify-content: flex-start;
}
#comments input#wp-comment-cookies-consent {
  width: auto;
  margin-bottom: 0;
  margin-right: 10px;
}

#comments input#submit {
  background: #183650;
  padding: 12px 32px;
  color: #fff;
  border-radius: 999px;
  border: unset;
  cursor: pointer;
  margin-top: 20px;
}
#comments input#submit:hover {
  background: #34ccff;
}
