@font-face {
  font-family: "Open Sans Condensed";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url("/assets/fonts/open-sans-condensed-300.woff2") format("woff2");
}

@font-face {
  font-family: "Open Sans Condensed";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("/assets/fonts/open-sans-condensed-700.woff2") format("woff2");
}

@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 400 800;
  font-display: swap;
  src: url("/assets/fonts/open-sans-normal.woff2") format("woff2");
}

@font-face {
  font-family: "Open Sans";
  font-style: italic;
  font-weight: 400 700;
  font-display: swap;
  src: url("/assets/fonts/open-sans-italic.woff2") format("woff2");
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: #515151;
}

#page {
  display: block;
  background: #fff;
}

.site-header {
  z-index: 0;
  background-color: #515151;
}

.site-header.has-banner::after {
  position: absolute;
  inset: 0;
  z-index: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: url("/assets/images/header.jpg") center top / auto 100% no-repeat;
  content: "";
  opacity: 0.4;
}

.header-overlay {
  z-index: 1;
}

.main-navigation,
.site-branding {
  position: relative;
  z-index: 2;
}

.about_text-area .widget-title,
.services-area .widget-title {
  float: left;
}

.about-photo {
  width: 25%;
}

.about-text {
  margin-top: 10%;
  margin-left: 10%;
}

.section-desc {
  float: right;
  width: 70%;
  margin-top: 5%;
}

.header-mobile-menu .show_mobile button {
  display: block;
  float: right;
  width: 32px;
  height: 28px;
  overflow: hidden;
  border: 1px solid #fff;
  border-radius: 3px;
  background: transparent url("/assets/quill/images/mobile-menu-icon.png") center center no-repeat;
  color: transparent;
  text-indent: -9999px;
}

.header-mobile-menu .mobile-menu-inner #mobile-menu {
  display: none;
  position: absolute;
  left: 0;
  z-index: 999;
  width: 100%;
  margin: 0;
  padding: 10px 0;
  background: #1c1c1c;
}

.header-mobile-menu .mobile-menu-inner #mobile-menu.active {
  display: block;
}

.header-mobile-menu .mobile-menu-inner #mobile-menu li {
  list-style: none;
}

.header-mobile-menu .mobile-menu-inner #mobile-menu a {
  display: block;
  padding: 8px 12px;
  color: #fff;
  font-family: "Open Sans Condensed", sans-serif;
  font-size: 18px;
  line-height: 20px;
}

.about-photo {
  text-align: right;
}

.about-photo img {
  width: auto;
  max-height: 360px;
}

.services-container::before,
.services-container::after {
  display: table;
  content: " ";
}

.services-container::after {
  clear: both;
}

.home-team {
  text-align: center;
}

.home-team img {
  width: 800px;
  height: 450px;
  object-fit: cover;
}

.social-links a {
  display: inline-block;
  margin-right: 4px;
}

.social-links img {
  width: 48px;
  height: 48px;
  object-fit: contain;
}

.entry-footer > span {
  display: inline-block;
  margin-right: 15px;
}

.post-navigation a {
  text-transform: uppercase;
}

.entry-thumb img {
  display: block;
  width: 100%;
  height: auto;
}

.archive #primary article {
  visibility: visible;
}

.comments-area {
  clear: both;
  margin-bottom: 60px;
}

.comment-list {
  margin: 0 0 30px;
  padding: 0;
  list-style: none;
}

.comment-body {
  padding: 20px 0;
  border-bottom: 1px solid #eee;
}

.comment-author,
.comment-metadata,
.reply {
  margin-bottom: 8px;
}

.comment-form label {
  display: block;
}

.comment-form input[type="text"],
.comment-form input[type="email"],
.comment-form input[type="url"],
.comment-form textarea,
.search-form input {
  width: 100%;
  padding: 10px;
  border: 1px solid #ccc;
  background: #fff;
  color: #6b6b6b;
  opacity: 1;
}

.comment-form input[type="checkbox"] {
  width: auto;
}

.comment-form .submit,
.search-form button {
  padding: 10px 15px;
  border: 2px solid #2e2e2e;
  background: transparent;
  color: #2e2e2e;
  font-family: "Open Sans Condensed", sans-serif;
  font-size: 18px;
  opacity: 1;
}

.error-404 .widget {
  margin-top: 30px;
}

.error-404 .widget ul {
  padding-left: 20px;
}

.tagcloud a {
  margin-right: 8px;
}

@media only screen and (max-width: 767px) {
  .site-header.has-banner::after {
    background-attachment: scroll;
    background-size: auto 100%;
  }

  .about-photo {
    text-align: center;
  }

  .about-photo img {
    max-height: none;
  }

  .home-team img {
    width: 100%;
    height: auto;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}

@media (forced-colors: active) {
  .main-navigation li,
  .buttons,
  .comment-form .submit,
  .search-form button {
    border-color: ButtonText;
  }
}
