.btn-default, .wpforms-submit {
  background: #3668c9 !important;
  padding: 10px 26px;
  margin-top: 20px;
  color: #fff;
  display: inline-block;
  border-radius: 4px;
  transition: all 0.3s cubic-bezier(0.075, 0.82, 0.165, 1);
  border: none !important;
}
.btn-default:hover, .wpforms-submit:hover {
  background: rgba(54, 103, 201, 0.773) !important;
  transition: all 0.3s cubic-bezier(0.075, 0.82, 0.165, 1);
  color: #fff;
  border: none !important;
}

.btn-simple {
  display: inline-block;
  font-size: 12px;
  font-weight: 600;
  line-height: 1;
  padding-bottom: 3px;
  border-bottom: 1px solid;
  text-transform: uppercase;
  letter-spacing: 0.6px;
  margin-top: 20px;
  transition: all 0.3s cubic-bezier(0.075, 0.82, 0.165, 1);
}

.btn-txt {
  display: inline-block;
  font-size: 12px;
  font-weight: 600;
  line-height: 1;
  padding-bottom: 3px;
  border-bottom: 1px solid;
  text-transform: uppercase;
  letter-spacing: 0.6px;
}

.single-word-gallery {
  padding-top: 25px;
  margin-top: 25px;
  padding-bottom: 50px;
  border-top: 1px solid #f1f1f1;
}
.single-word-gallery--wrapper {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .single-word-gallery--wrapper {
    flex-direction: row;
  }
}
.single-word-gallery--thumbnail {
  display: block;
  width: 290px;
  height: 290px;
  background-size: cover;
  background-repeat: no-repeat;
  transition: all 0.3s cubic-bezier(0.075, 0.82, 0.165, 1);
}
@media (min-width: 576px) {
  .single-word-gallery--thumbnail {
    width: 290px;
    height: 290px;
  }
}
@media (min-width: 768px) {
  .single-word-gallery--thumbnail {
    width: 320px;
    height: 320px;
  }
}
@media (min-width: 992px) {
  .single-word-gallery--thumbnail {
    width: 360px;
    height: 360px;
  }
}
.single-word-gallery--thumbnail:hover {
  opacity: 0.8;
  transition: all 0.3s cubic-bezier(0.075, 0.82, 0.165, 1);
}

.search-box input, .search-box select {
  font-family: "Open Sans", sans-serif !important;
}
.search-box input::placeholder, .search-box select::placeholder {
  font-size: 14px;
}
.search-box input[type=submit] {
  height: 40px;
  background: #3668c9;
  padding: 10px 26px;
  color: #fff;
  display: inline-block;
  border-radius: 4px;
  transition: all 0.3s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.search-box input[type=submit]:hover {
  background: rgba(54, 103, 201, 0.773);
  transition: all 0.3s cubic-bezier(0.075, 0.82, 0.165, 1);
  color: #fff;
}
.search-box ul {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  margin: 0;
}
@media (min-width: 768px) {
  .search-box ul {
    flex-wrap: nowrap;
  }
}
.search-box li {
  margin-bottom: 10px;
}
.search-box liinclude md {
  width: 100%;
}
.search-box li:nth-child(1) {
  width: 50%;
}
@media (min-width: 768px) {
  .search-box li:nth-child(1) {
    width: 100%;
  }
}
.search-box li:nth-child(2) {
  width: 50%;
}
@media (min-width: 768px) {
  .search-box li:nth-child(2) {
    width: 100%;
  }
}
.search-box li:nth-child(3) {
  width: 100%;
}
@media (min-width: 768px) {
  .search-box li:nth-child(3) {
    width: 120px;
  }
}

.photo-excerpt-wrapper {
  padding-top: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}
@media (min-width: 992px) {
  .photo-excerpt-wrapper {
    flex-direction: row;
  }
}

.photo-excerpt-wrapper .photo-excerpt-col-2 {
  padding-top: 30px;
}
@media (min-width: 992px) {
  .photo-excerpt-wrapper .photo-excerpt-col-2 {
    padding: 30px;
  }
}

.proposal-form--wrapper input, .proposal-form--wrapper label {
  width: 100%;
}
.proposal-form--wrapper input, .proposal-form--wrapper select {
  padding: 10px 20px;
  color: #333;
  border: 1px solid #ddd;
}
.proposal-form--wrapper select {
  height: 41px;
}
.proposal-form-row {
  display: flex;
  align-items: center;
  gap: 5px;
  margin-top: 5px;
}

.d-none {
  display: none;
}

.author {
  text-align: right;
  font-size: 13px;
}

.social-share {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  font-size: 13px;
}
.social-share p, .social-share a {
  margin-right: 5px;
  margin-bottom: 0px;
}

.single-branch-item {
  padding: 30px 20px;
  border-bottom: 1px solid #dedede;
}

input[type=submit] {
  background-color: #3668c9;
}
input[type=submit]:hover {
  background-color: #3668c9;
  opacity: 0.8;
}

.searchandfilter li {
  font-family: FontAwesome;
}
.searchandfilter input[type=submit] {
  font-family: FontAwesome;
  content: "\f002";
}
.searchandfilter input[type=submit]:before {
  content: "\f107";
}

.wpforms-confirmation-container-full, div[submit-success] > .wpforms-confirmation-container-full:not(.wpforms-redirection-message) {
  background: #fff !important;
  border: 1px solid #dedede !important;
}

.wpforms input {
  min-width: 100% !important;
  border: 1px solid red;
}

div.wpforms-container-full .wpforms-form input.wpforms-field-medium, div.wpforms-container-full .wpforms-form select.wpforms-field-medium, div.wpforms-container-full .wpforms-form .wpforms-field-row.wpforms-field-medium {
  max-width: 100% !important;
}

.mt-15 {
  margin-top: 15px;
}

/*# sourceMappingURL=main.css.map */
