/*
Theme Name: Gunna Engineering
Author: Netwizard Design Team
Version: 1.0.0
Text Domain: gunna
*/

.wpcf7-form label {
  display: block;
  font-weight: 700;
  margin-bottom: .75rem;
}

.wpcf7-form input[type="text"],
.wpcf7-form input[type="tel"],
.wpcf7-form input[type="email"],
.wpcf7-form input[type="file"],
.wpcf7-form textarea {
  width: 100%;
}

html,
body {
  overflow-x: hidden;
}

.home #main-content,
#slider-wrapper {
  max-width: 100vw;
  overflow: hidden;
}

#search-field .search-form .input-group,
#search-bar .search-form .input-group {
  background: transparent;
  display: flex;
  width: 100%;
  margin: 0;
}

#search-field .input-group-field,
#search-bar .input-group-field {
  background: #fff;
  display: block;
  flex: 1 1 auto;
  height: 40px;
  margin: 0;
}

#search-field .input-group-button,
#search-bar .input-group-button {
  background: transparent;
  display: block;
  flex: 0 0 auto;
  vertical-align: top;
}

#search-field .input-group-button .button,
#search-bar .input-group-button .button {
  height: 40px;
  margin: 0;
  background-color: #c90;
  color: #fff;
}

.font-icons.icon-search::before {
  color: #fff !important;
  font-size: 22px;
}

.social.facebook {
  background: #3b5999;
  color: #fff !important;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  height: 34px;
  line-height: 1;
  margin-left: 5px;
  transition: background-color .2s ease;
  width: 34px;
  vertical-align: middle;
}

.social.facebook .font-icons,
.social.facebook .font-icons::before {
  display: block;
  line-height: 1 !important;
  margin: 0 !important;
}

.social.facebook:hover,
.social.facebook:focus {
  background: #448602;
  color: #fff !important;
}

.wpcf7-form .button-row {
  text-align: center;
}

.wpcf7-form input[type="submit"].button.tertiary,
.wpcf7-submit.button.tertiary {
  background: #c90;
  color: #fff;
  border: 0;
  display: inline-block;
  float: none;
  font-weight: 700;
  text-transform: uppercase;
}

.photo-gallery .item-wrap {
  position: relative;
}

.photo-gallery .view-overlay {
  align-items: center;
  background: rgba(68, 134, 2, .72);
  color: #fff;
  display: flex;
  inset: 0;
  justify-content: center;
  opacity: 0;
  position: absolute;
  transition: opacity .2s ease;
}

.photo-gallery .item-wrap:hover .view-overlay {
  opacity: 1;
}

.photo-gallery .view-image::before {
  content: "\1F5BC";
  font-family: Arial, sans-serif;
  font-size: 28px;
}

.gunna-lightbox {
  align-items: center;
  background: rgba(0, 0, 0, .9);
  cursor: zoom-out;
  display: flex;
  inset: 0;
  justify-content: center;
  padding: 40px;
  position: fixed;
  z-index: 999999;
}

.gunna-lightbox img {
  max-height: 92vh;
  max-width: 92vw;
}

.gunna-lightbox-close {
  background: transparent;
  border: 0;
  color: #fff;
  cursor: pointer;
  font-size: 42px;
  line-height: 1;
  position: fixed;
  right: 24px;
  top: 18px;
}

ul.checklist {
  list-style: none !important;
  margin-left: 0 !important;
  padding-left: 0 !important;
}

ul.checklist li {
  list-style: none !important;
  padding-left: 0 !important;
  position: relative !important;
}

.bulleted.checklist li::before,
ul.checklist li::before {
  content: none !important;
  display: none !important;
}

.ge-check {
  color: #448602 !important;
  display: inline-block !important;
  font-size: 20px !important;
  line-height: 1 !important;
  margin-right: 8px !important;
  vertical-align: -2px !important;
}

#back-to-top {
  align-items: center;
  background: rgba(68, 134, 2, .9);
  bottom: 1em;
  color: #fff !important;
  display: flex;
  font-size: 32px;
  font-weight: 400;
  height: 64px;
  justify-content: center;
  line-height: 1;
  opacity: 0;
  pointer-events: none;
  position: fixed;
  overflow: hidden;
  right: 1em;
  text-align: center;
  transition: opacity .25s ease, visibility .25s ease, background-color .2s ease;
  visibility: hidden;
  width: 64px;
  z-index: 9999;
}

#back-to-top:hover,
#back-to-top:focus {
  background: #448602;
}

#back-to-top.is-visible {
  opacity: 1;
  pointer-events: auto;
  display: flex;
  visibility: visible;
}

#back-to-top::before {
  content: none !important;
  display: none !important;
}

#back-to-top::after {
  border-left: 4px solid #fff;
  border-top: 4px solid #fff;
  content: "";
  display: block;
  height: 18px;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -35%) rotate(45deg);
  width: 18px;
}

#back-to-top span {
  color: #fff !important;
  display: none !important;
  font-size: 32px !important;
  line-height: 1 !important;
  margin: 0 !important;
  transform: none;
}

#back-to-top span::before {
  display: block;
  line-height: 1 !important;
  margin: 0 !important;
}

.gunna-blog-layout {
  display: flex;
  gap: 35px;
}

.gunna-blog-layout .main {
  float: left;
  width: 65%;
}

.gunna-blog-layout .sidebar {
  background: #f7f7f7;
  border: 1px solid #eee;
  float: right;
  padding: 20px;
  width: 30%;
}

.gunna-blog-layout .sidebar h3 {
  font-size: 24px;
}

.gunna-blog-layout .sidebar ul {
  list-style: none;
  margin-left: 0;
  padding-left: 0;
}

.gunna-blog-layout .sidebar ul li {
  font-size: 14px;
  line-height: 20px;
  margin: 0 0 10px 0;
}

.gunna-blog-layout .post,
.single-post-content .post {
  border-bottom: 1px dashed #ccc;
  margin: 0 0 50px 0;
  padding-bottom: 30px;
}

.gunna-blog-layout .post a {
  color: #333;
  text-decoration: none;
}

.gunna-blog-layout .post a h2,
.gunna-blog-layout .entry-title a,
.single-post-content h1 {
  color: #333;
  margin: 0;
}

.gunna-blog-layout .entry-title {
  font-size: 28px;
  margin-bottom: 8px;
}

.gunna-blog-layout .meta,
.single-post-content .date {
  color: #999;
  display: block;
  font-size: 13px;
  margin-bottom: 15px;
}

.gunna-blog-layout .meta span {
  margin-right: 10px;
}

.gunna-blog-layout .entry-excerpt {
  color: #333;
}

.gunna-blog-layout .entry-excerpt .text-left {
  text-align: left !important;
}

.gunna-blog-layout .page-numbers {
  background: #eee;
  border: 1px solid #ccc;
  color: #333;
  display: inline-block;
  font-size: 18px;
  margin: 20px 2px;
  padding: 20px;
  text-decoration: none;
}

.gunna-blog-layout .page-numbers.current {
  background: #448602;
  color: #fff;
}

.single-post-content .main {
  float: left;
  width: 65%;
}

.single-post-content .sidebar {
  background: #f9f9f9;
  border: 1px solid #ddd;
  float: right;
  padding: 30px 1.5%;
  width: 27%;
}

.single-post-content h1 {
  color: #333;
  margin: 0;
}

.single-post-content .share {
  display: inline-block;
  margin: 15px auto;
}

.single-post-content img {
  height: auto;
  max-width: 100%;
}

.single-post-content .opt {
  color: #999;
  font-size: 13px;
}

@media print, screen and (min-width: 64em) {
  #top-bar {
    align-items: center;
    background: #211f1f !important;
    display: flex;
    gap: 0;
    min-height: 74px;
    position: relative;
  }

  #primary-menu {
    background: #211f1f !important;
    flex: 0 1 auto;
    order: 1;
  }

  #primary-menu .menu-wrap > ul {
    align-items: stretch;
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: nowrap;
    margin: 0;
    padding: 0;
    white-space: nowrap;
  }

  #primary-menu .menu-wrap > ul > li {
    display: block;
    float: none;
    margin: 0;
    position: relative;
  }

  #primary-menu .menu-wrap > ul > li + li::before {
    display: none;
  }

  #primary-menu .menu-wrap > ul > li > a {
    align-items: center;
    display: flex;
    height: 54px;
    padding: 0 22px;
  }

  #top-bar .top-bar-right {
    background: #211f1f !important;
    display: flex !important;
    flex: 0 0 314px !important;
    justify-content: flex-end;
    margin-left: auto;
    max-width: 314px !important;
    order: 2;
    padding: 0 !important;
    width: 314px !important;
  }

  #search-bar {
    display: none !important;
  }

  #search-field {
    background: #211f1f !important;
    display: block !important;
    flex: 0 0 314px !important;
    max-width: 314px !important;
    width: 314px !important;
  }

  #search-field .search-form,
  #search-field .input-group {
    max-width: 314px !important;
    width: 314px !important;
  }

  #search-field .input-group-field {
    flex: 0 0 252px !important;
    height: 52px;
    font-size: 20px;
    max-width: 252px !important;
    width: 252px !important;
  }

  #search-field .input-group-button .button {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 52px;
    min-width: 62px;
    width: 62px;
  }
}

@media only screen and (max-width: 800px) {
  .gunna-blog-layout,
  .single-post-content {
    display: block;
  }

  .gunna-blog-layout .main,
  .gunna-blog-layout .sidebar,
  .single-post-content .main,
  .single-post-content .sidebar {
    float: none;
    width: 100%;
  }

  .gunna-blog-layout .sidebar,
  .single-post-content .sidebar {
    margin-top: 35px;
  }
}
