/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* ITER IDEA customizations
   ========================================================================== */
/*
  GENERAL
*/
html {
  --primary-color: #229966;
}
.primary-color {
  color: var(--primary-color);
}
.site-footer .logo {
  margin-left: 30px;
}
.site-footer .logo .logo-image {
  width: auto !important;
}
.logo-image {
  padding: 6px 0;
}
.menu-flags div {
  margin-top: 8px;
  margin-right: 10px;
  display: inline-block;
}
.menu-flags img {
  height: 16px;
  border-radius: 2px;
}
.menu-iter {
  max-width: 20px;
  margin-left: 60px;
  display: inline-block;
}
.menu-iter img {
  height: 20px;
}
@media (max-width: 768px) {
  .menu-iter {
    display: none;
  }
}
@media (max-width: 380px) {
  .toggle-track {
    display: none;
  }
}
/*
  HOME
*/
.home-template .site-content {
  padding-top: 40px;
}
.content-section,
.content-section-alt {
  background-color: transparent;
  padding: 80px 40px;
  text-align: center;
}
.content-section-alt {
  background-color: #f1f1f1;
  color: #555;
}
.dark-mode .content-section-alt {
  background-color: #21252c;
  color: white;
}
.small-p {
  max-width: 350px;
  margin: 0 auto;
  margin-bottom: 30px;
}
.content-section-icon {
  font-size: 30px;
  margin: 0 auto;
  margin-bottom: 15px;
}
.tagline-section {
  padding-top: 0;
  padding-bottom: 10px;
}
.featured-posts {
  margin: 50px 0;
}
.fields {
  margin: 0 auto;
  padding-top: 70px;
}
.fields .post-title {
  font-size: 18px;
  margin-bottom: 8px;
}
.suifieldste .post-excerpt {
  font-size: 14px;
}
.fields .owl-prev,
.fields .owl-next {
  opacity: 1;
}
.fields .owl-prev {
  left: -30px;
}
.fields .owl-next {
  right: -30px;
}
.fields .owl-prev.disabled,
.fields .owl-next.disabled {
  color: inherit;
  cursor: inherit;
}
/*
  CONTACT-US
*/
.contacts {
  max-width: 600px;
  margin: 0 auto;
  margin-top: 40px;
}
.contact-us-label {
  text-align: right;
  font-weight: bold;
  padding: 8px;
}
.contact-us-value {
  text-align: left;
  padding: 8px;
}
#contact-us-form {
  max-width: 600px;
  margin: 0 auto;
  margin-top: 20px;
}
#contact-us-form .col-12 {
  padding: 4px;
}
#contact-us-form input,
#contact-us-form textarea {
  width: 100%;
  padding: 15px;
}
.contact-us-button {
  background-color: var(--primary-color);
  border: 0;
  border-radius: 4px;
  cursor: pointer;
  height: 40px;
  outline: none;
  padding: 3px 10px;
  color: white;
}
/*
  PROJECTS
*/
.projects-feed .post-image {
  border-radius: 15px;
  box-shadow: 0px 0px 2px #aaa;
}
.projects-feed .post-image-link {
  float: left;
}
.projects-feed .post-title {
  margin-bottom: 0;
  margin-top: 20px;
  font-size: 20px;
}
@media (max-width: 380px) {
  .projects-feed .post-title {
    margin-top: 0;
  }
}
@media (min-width: 381px) and (max-width: 768px) {
  .projects-feed .post-title {
    margin-top: 10px;
  }
}
.projects-feed .post {
  margin-bottom: 30px;
}
/*
  FIELDS
*/
.fields-feed .post-image {
  border-radius: 4px;
  box-shadow: 0px 0px 2px #aaa;
  object-fit: cover;
  width: 300px;
  height: 100px;
}
.fields-feed .post-image-link {
  float: left;
}
.fields-feed .post-title {
  margin-bottom: 0;
  margin-top: 20px;
  font-size: 20px;
}
@media (max-width: 380px) {
  .fields-feed .post-title {
    margin-top: 0;
  }
}
@media (min-width: 381px) and (max-width: 768px) {
  .fields-feed .post-title {
    margin-top: 10px;
  }
}
.fields-feed .post {
  margin-bottom: 30px;
}
/*
  BLOG
*/
.post figure img {
  margin: 0 auto;
}
/*
  AUTHOR BLOCK
*/
.author-block {
  display: block;
  margin: 0 auto;
  max-width: 300px;
  margin-top: 30px;
  height: 70px;
  text-align: center;
}
.author-block-image-placeholder {
  display: inline-block;
  border-radius: 50%;
  height: 40px;
  overflow: hidden;
  width: 40px;
}
.author-block-name {
  display: block;
  font-size: 16px;
  font-weight: 800;
  margin-bottom: 0;
}
.author-block-name span {
  display: inline-block;
  padding-right: 2px;
  color: #aaa;
  font-weight: normal;
}
.related-posts .author-block,
.post-feed .author-block {
  margin: 0;
  max-width: none;
  height: auto;
  margin-top: 10px;
  text-align: unset;
}
.related-posts .author-block-image-placeholder,
.post-feed .author-block-image-placeholder {
  display: none;
}
.related-posts .author-block-name,
.post-feed .author-block-name {
  font-size: 13px;
}
.related-posts .author-block-name span,
.post-feed .author-block-name span {
  font-weight: 800;
}
