.site-footer .widget-area {
  background-color: #212121 !important;
}
.site-main .posts-loop .post-wrapper:nth-child(1) {
  width: 100%;
}
.site-main
  .posts-loop
  .post-wrapper:nth-child(1)
  article
  figure.entry-thumbnail {
  max-height: 350px;
}
.site-main .posts-loop .post-wrapper:nth-child(1) article figure img {
  width: 100% !important;
  max-width: 100% !important;
  height: 100% !important;
  object-fit: cover;
  object-position: 50% 50%;
}
.site-title-centered .site-branding:before {
  content: "";
  position: absolute;
  left: -0px;
  top: 50%;
  bottom: 0;
  width: 3px;
  transform: translateY(-50%);
  height: 80px;
  background-color: var(--main-color);
}

.site-footer .site-credits {
  margin: 0;
  color: rgba(255, 255, 255, 0.7);
}
.site-footer .site-info {
  margin: 0;
}
.site-footer .site-info a {
  color: rgba(255, 255, 255, 0.7);
  margin-right: 5px;
}
.site-footer .site-info a:hover {
  color: rgba(255, 255, 255, 0.8);
}
.site-footer .site-info a:not(:last-child) {
  margin-right: 10px;
}
.site-footer .widget-area ul li {
  margin: 8px 0 0;
  padding: 0;
  border-bottom: none;
}
.author-info .author-bio .author-link {
  display: table;
  background: var(--main-color);
  color: #fff;
  padding: 4px 15px;
  border-radius: 128px;
  margin-top: 10px;
  text-align: center;
  transition: opacity 0.3s ease 0s;
}
.author-info .author-bio .author-link:hover {
  text-decoration: none;
  opacity: 0.85;
}
.author-avatar {
  margin-bottom: 25px;
}
.social-box-outer {
  display: flex;
  flex-wrap: wrap;
}
.social-box {
  flex: 0 0 33.3%;
  position: relative;
}
.social-box-content {
  background-color: #fff;
  padding: 15px 10px 10px;
  border-radius: 2px;
}
.social-box-inner {
  padding: 2.2px;
  position: relative;
  text-align: center;
  border-radius: 3px;
  margin: 2px;
  transition: opacity 0.3s ease 0s;
}
.social-box-inner:hover {
  opacity: 0.85 !important;
}
.social-box.facebook .social-box-inner {
  background-color: #3b5998;
  color: #3b5998;
}
.social-box.twitter .social-box-inner {
  background-color: #1da1f2;
  color: #1da1f2;
}
.social-box.instagram .social-box-inner {
  background-image: linear-gradient(
    160deg,
    #8a3ab9,
    #cd486b,
    #e95950,
    #fccc63
  ) !important;
  color: linear-gradient(#8a3ab9, #cd486b, #e95950, #fccc63);
  /*color: #833ab4;*/
}
.social-box.linkedin .social-box-inner {
  background-color: #0077b5;
  color: #0077b5;
}
.social-box.googleplus .social-box-inner {
  background-color: #dd4b39;
  color: #dd4b39;
}
.social-box.youtube .social-box-inner {
  background-color: #e52117;
  color: #e52117;
}
.social-box.uaoceu .social-box-inner {
  background-color: #b3bd14;
  color: #b3bd14;
}
.social-box .social-btn {
  opacity: 0;
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 20;
}
.social-box .social-icon {
  z-index: 10;
}
.social-box .social-icon i {
  font-size: 180%;
  color: inherit;
}
.social-box.instagram .social-icon i {
  background: -webkit-linear-gradient(#8a3ab9, #cd486b, #e95950, #fccc63);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.social-box .social-name {
  color: #666;
  z-index: 10;
}
.social-box .social-btn a {
  display: block;
  width: 100%;
  height: 100%;
}
.author-info {
  padding: 25px 15px;
  background-color: #f8f8f8 !important;
  border-radius: 3px;
}
.author-info .author-title {
  text-align: left;
}
.entry-content {
  font-size: 1rem;
}
.entry-content p {
  text-align: justify;
}
body.single .post .entry-title,
body.page .page .entry-title {
  text-align: left;
}
h1.entry-title {
  font-size: 2.32rem;
}
.author-info .author-bio {
  text-align: justify;
}
.related-posts-cat {
  display: flex;
}
.related-posts-cat .related-posts-cat-single {
  padding: 5px;
  flex: 0 0 33.3%;
}
.related-posts-cat h4 {
  text-transform: none;
  font-weight: normal;
}
.related-posts-cat .related-thumb {
  height: 120px;
}
.related-posts-cat .related-thumb img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .related-posts-cat {
    display: block;
  }
  .related-posts-cat h4 {
    display: block;
  }
  .related-posts-cat a {
    display: block;
  }
  .related-posts-cat .related-posts-cat-single {
    padding: 0;
  }
  .related-posts-cat .related-thumb {
    display: block;
    height: auto;
  }
  .related-posts-cat .related-thumb img {
    display: block;
    max-width: 100% !important;
    max-height: 160px;
  }
  .related-posts-cat .related-content {
    display: block;
    margin-bottom: 15px;
  }
  .related-posts-cat .related-content .related-date {
    display: block;
  }
  h1.entry-title {
    font-size: 1.6rem;
  }
}
.related-posts-cat .related-content .related-date {
  font-size: 14px;
}
.site,
.site-footer {
  border-top: 4px solid var(--main-color) !important;
}
.site-branding {
  padding: 30px 20px !important;
}
.site-title-centered .site-branding {
  max-width: 980px;
  margin: auto;
}
@media screen and (min-width: 1440px) {
  .site-title-centered .site-branding {
    max-width: 1160px;
    padding-left: 25px;
    padding-right: 25px;
  }
}
@media screen and (max-width: 959px) {
  .site-title-centered .site-branding {
    max-width: 760px;
    margin: auto;
  }
}
@media screen and (min-width: 960px) {
  .site-header {
    margin-bottom: 30px;
  }
  .site-title-centered .site-title {
    font-size: 25px !important;
    max-width: 800px !important;
  }
}
@media screen and (min-width: 600px) {
  .site-title {
    font-size: 1.5rem;
    max-width: 600px;
  }
}
.site-title-centered .site-title {
  text-align: left !important;
  padding: 0 !important;
  font-size: 1.5rem !important;
  text-transform: uppercase;
  max-width: 400px;
  margin-left: 0 !important;
}
.site-title-centered .site-description {
  text-align: left !important;
  padding: 0 !important;
  margin: 10px auto 0 !important;
  max-width: 100% !important;
  font-size: 15px !important;
}
.site-branding img {
  position: absolute;
  top: 30px;
  right: 20px;
  display: block;
}
.comment-form-author,
.comment-form-email {
  display: inline-block;
  width: calc(50% - 4px);
}
.comment-form-author input,
.comment-form-email input {
  width: 95% !important;
}
@media screen and (max-width: 768px) {
  .site-title-centered .site-branding {
    padding-top: 120px !important;
    max-width: 100% !important;
  }
  .comment-form-author,
  .comment-form-email {
    width: 100%;
  }
  .comment-form-author input,
  .comment-form-email input {
    width: 100% !important;
  }
  .site-branding img {
    position: absolute;
    top: 20px;
    right: 20px;
    left: 20px;
    margin: 0 auto;
  }
  .site-title-centered .site-branding:before {
    content: "";
    position: absolute;
    left: 50%;
    top: calc(100% - 12px);
    bottom: 0;
    right: 0;
    width: calc(100% - 40px);
    height: 3px;
    transform: translateX(-50%);
    background-color: var(--main-color);
  }
  .entry-content p {
    font-size: 16px;
  }
  .social-box-inner {
    padding: 2px !important;
  }
}
.site-pretitle {
  font-family: "Poppins", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    Helvetica, Arial, sans-serif;
  font-size: 0.9375rem;
  text-transform: uppercase;
  line-height: 1.2;
  color: #222;
  font-weight: bold;
  margin: 0 0 5px;
}

article.post:not(.grid-post) .entry-header .tags-links a,
article.post:not(.grid-post) .entry-footer .tags-links a {
  position: relative;
  background-color: var(--main-color);
  color: #fff;
  padding: 0px 8px 0px 26px;
  border-radius: 3px;
  transition: opacity 0.3s ease-in-out;
  font-size: 14px;
}
article.post:not(.grid-post) .entry-header .tags-links a:before,
article.post:not(.grid-post) .entry-footer .tags-links a:before {
  content: "\f02b";
  font-family: "FontAwesome";
  position: absolute;
  top: 50%;
  left: 6px;
  transform: translateY(-50%);
  border-radius: 100%;
  opacity: 0.9;
}

article.post:not(.grid-post) .entry-header .cat-links a,
article.post:not(.grid-post) .entry-footer .cat-links a {
  position: relative;
  background-color: var(--main-color);
  color: #fff;
  padding: 0px 8px 0px 26px;
  border-radius: 3px;
  transition: opacity 0.3s ease-in-out;
  font-size: 14px;
}

article.post:not(.grid-post) .entry-header .cat-links a {
  margin-bottom: 3px;
}

article.post:not(.grid-post) .entry-header .cat-links a:not(:last-child),
article.post:not(.grid-post) .entry-footer .cat-links a:not(:last-child),
article.post:not(.grid-post) .entry-header .tags-links a:not(:last-child),
article.post:not(.grid-post) .entry-footer .tags-links a:not(:last-child) {
  margin-right: 0;
}

article.post:not(.grid-post) .entry-header .cat-links a:before,
article.post:not(.grid-post) .entry-footer .cat-links a:before {
  content: "\f114"; /*f07b/f114 */
  font-family: "FontAwesome";
  position: absolute;
  top: 50%;
  left: 6px;
  transform: translateY(-50%);
  border-radius: 100%;
  opacity: 0.9;
}

article.post:not(.grid-post) .entry-header .tags-links a:hover,
article.post:not(.grid-post) .entry-footer .tags-links a:hover,
article.post:not(.grid-post) .entry-header .cat-links a:hover,
article.post:not(.grid-post) .entry-footer .cat-links a:hover {
  opacity: 0.85;
  text-decoration: none;
}

article.post:not(.grid-post) .entry-header .cat-links {
  text-transform: none;
}

.entry-footer {
  line-height: 1.6;
}

.entry-meta {
  line-height: 1.6;
}

body.single .post .entry-meta,
body.page .page .entry-meta {
  margin: 15px auto;
}

.entry-footer .cat-links a:first-child,
.entry-footer .tags-links a:first-child {
  margin-left: 5px;
}

.entry-footer .cat-links,
.entry-footer .tags-links,
.entry-footer .comments-link {
  padding-left: 0 !important;
  padding-right: 15px;
}

.cat-item a > span {
  position: relative;
  padding-left: 5px;
}
.cat-item a span i {
  font-size: 17px;
  margin-left: 4px;
}

.cat-item a span > span {
  position: absolute;
  top: -9px;
  right: -13px;
  font-size: 9px;
  background-color: var(--main-color-alpha);
  width: 20px;
  height: 20px;
  color: #fff;
  text-align: center;
  line-height: 20px;
  border-radius: 100%;
}
.footer-copy {
  padding: 15px 0;
}

.entry-header .cat-links {
  font-weight: 500;
}
.site-main > article .entry-header .entry-meta.entry-category {
  border-top: 1px solid #ddd;
  padding-top: 15px;
}

.site-main > article .entry-header .entry-meta:not(.entry-category) {
  border-bottom: 1px solid #ddd;
  padding-bottom: 10px;
}

.cat-links a,
.tags-links a {
  display: inline-block;
}

.social-share {
  display: flex;
  flex-wrap: wrap;
  margin-top: 30px;
  padding: 15px;
  background-color: #f8f8f8;
}

.social-share .social-inner {
  flex: 0 0 33.333%;
}

.social-share .social-link {
  display: block;
  padding: 5px;
  color: #fff;
  position: relative;
}
.social-share .social-link span {
  cursor: pointer;
}
.social-link .icon {
  background-color: #3b5998;
  display: inline-block;
  position: absolute;
  width: 38px;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  text-align: center;
  padding: 5px 0;
  transition: 0.3s;
}
.social-link .text {
  display: inline-block;
  width: 100%;
  border-radius: 3px;
  padding: 5px 10px 5px 38px;
  text-align: center;
}
.social-link.facebook .text {
  background-color: #3b5998;
}
.social-link.twitter .text {
  background-color: #1da1f2;
}
.social-link.linkedin .text {
  background-color: #0077b5;
}
.social-link.facebook .icon {
  background-color: #2d4373;
}
.social-link.twitter .icon {
  background-color: #0c85d0;
}
.social-link.linkedin .icon {
  background-color: #005582;
}
.pre-social {
  color: #666;
  display: block;
  width: 100%;
  padding-left: 5px;
  padding-bottom: 10px;
}

.social-link:hover .icon {
  width: calc(100% - 10px);
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}

@media screen and (max-width: 768px) {
  .social-share .social-inner {
    flex: 0 0 100%;
  }
  .social-link .text {
    width: calc(100% - 48px);
  }
}
