/*.hero-home .guten-video{*/
/*	top: 0px;*/
/*	left: 0px;*/
/*	height: 100%;*/
/*}*/

/*.hero-home .guten-background-overlay{*/
/*    z-index: 1;*/
/*}*/

@media screen and (min-width: 767px) {
    .header-line-center h2.heading-title,
    .header-line-center h2.heading-title{
      display: flex;
      align-items: center;
      text-align: center;
      width: 100%;
      gap: 20px;
    }
    
    .header-line-center h2.heading-title:after,
    .header-line-center h2.heading-title:before{
        content: "";
        flex: 1;
        border-bottom: 1px solid #C8C8C8;
    }
}

#gform_fields_1 .gfield--type-email{
    grid-column: span 8;
}

#gform_fields_1 #field_submit{
    grid-column: span 4;
}

input#gform_submit_button_1 {
    border-radius: 30px;
    border: 1px solid;
    padding: 8px 16px;
    font-size: 14px;
    line-height: 20px;
    min-width: 180px;
    text-transform: uppercase;
    font-weight: bold;
}

input#gform_submit_button_1:hover{
    background-color: #d46f35;
    color: #fff;
    border-color: #d46f35;
}

#gform_fields_1 [name="input_1"]{
    background-color: rgba(255,255,255,0.15);
    color: #C8C8C8;
    border: 1px solid #C8C8C8;
    font-size: 16px;
    line-height: 26px;
    padding: 8px 16px;
}