/*---------------------------------------------------------------------------------

 Theme Name:   Northern Homes
 Theme URI:    
 Description:  
 Author:       
 Author URI:   
 Template:     Divi
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html

------------------------------ ADDITIONAL CSS HERE ------------------------------*/
/* body.et_pb_button_helper_class .et_pb_button,
body.et_pb_button_helper_class .et_pb_module.et_pb_button {
  color: #1b1b1b;
  border-bottom: 1px solid black !important;
  padding-left: 0px;
  padding-right: 25px;
}

a.et_pb_button.et_pb_button_1.white_button.et_pb_bg_layout_light {
  border-bottom: 1px solid #ffffff !important;
} */

/* Style field boxes */
.forminator-input,
.forminator-textarea {
  padding: 10px;
  border-radius: 5px;
  background-color: #fff;
  color: #333;
  font-size: 16px;
}

/* Style field labels */
.forminator-label {
  font-size: 18px;
  font-weight: 600 !important;
  margin-bottom: 5px;
  display: block;
}

/* Style the submit button */
.forminator-button {
  float: right;
  text-align: right;
  background-color: #ae8c4f;
  color: #fff;
  text-transform: uppercase;
  font-weight: normal;
  border: none;
  border-radius: 100px !important;
  padding: 10px 20px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

/* Add hover effect to the submit button */
.forminator-button:hover {
  background-color: #1b1b1b;
}

/* Mobile and Tablet */
@media only screen and (max-width: 1024px) {
  /* Your styles here */
  img#logo {
    margin-top: -20px !important;
  }
}

.acf-video-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.acf-video-wrapper video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.project-video-embed iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
}
