/**
 * Theme Name: Byron Child
 * Template: byron
 * Version: 1.0
 * Description: Construction Engineering and Architecture WordPress Theme
 * Author: Ninzio
 **/
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Roboto" !important;
}
.d-flex {
  display: flex;
}
.feedback_form {
}
.feedback_form input[type="text"],
.feedback_form input[type="email"] {
  /* max-width: 170px;
   margin-right: 10px; */
  height: 40px;
}
.feedback_form p {
  margin: 0;
}
input[type="submit"].wpcf7-submit {
  border-color: #ffffff30 !important;
  background: black !important;
  margin: auto;
  display: flex;
}
.main-logo img,
#footer-logo img {
  /* filter: hue-rotate(12deg) brightness(1.8);
   padding: 15px; */
  filter: hue-rotate(10deg) brightness(1.5);
  padding: 7px;
}
.wpcf7.js {
  display: flex;
  justify-content: center;
}
.flickity-slider .url-wrap {
  display: none;
}

#site-logo-inner {
  display: flex;
  justify-content: center;
  align-items: center;
  color: aliceblue;
}
#site-header-inner #site-logo #site-logo-inner {
  max-width: 210px !important;
}

.input-file {
  position: relative;
  display: flex;
  align-items: baseline;
  margin-bottom: 40px;
}
.input-file-btn {
  position: relative;
  display: inline-block;
  cursor: pointer;
  outline: none;
  text-decoration: none;
  font-size: 18px;
  vertical-align: middle;
  color: #000000;
  text-align: center;
  border-radius: 4px;
  line-height: 22px;
  height: 40px;
  box-sizing: border-box;
  border: none;
  margin: 0;
  opacity: 0.9;
}
input[type="file"] {
  max-width: 100%;
  color: #444;
  padding: 9px;
  background: #fff;
  border-radius: 2px;
  border: none;
  min-width: 370px;
}
input[type="file"]::file-selector-button {
  margin-right: 7px;
  border: none;
  background: #2a2828;
  padding: 10px 10px;
  border-radius: 10px;
  color: #fff;
  cursor: pointer;
  transition: background 0.2s ease-in-out;
}

input[type="file"]::file-selector-button:hover {
  background: #000000;
}
