/*
 Theme Name:     Divi Child
 Theme URI:      https://www.elegantthemes.com/gallery/divi/
 Description:    Divi Child Theme
 Author:         Elegant Themes
 Author URI:     https://www.elegantthemes.com
 Template:       Divi
 Version:        1.0.0
*/
 
 
/* =Theme customization starts here
------------------------------------------------------- */

.header-logo {
    max-width: 200px; 
    height: auto;
}

@media (max-width: 767px) {
  .et_pb_fullwidth_header_1 .et_pb_header_button_wrapper {
    display: flex !important;
    flex-direction: row !important;
    justify-content: center !important;
    align-items: stretch !important;
    gap: 0 !important;
    flex-wrap: nowrap !important;
  }

  .et_pb_fullwidth_header_1 .et_pb_header_button_wrapper .et_pb_button {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: auto !important;
    min-width: 120px;
    max-width: 50%;
    margin: 0 !important;
    white-space: nowrap !important;
  }

  .et_pb_fullwidth_header_1 .et_pb_button_one,
  .et_pb_fullwidth_header_1 .et_pb_button_two {
    float: none !important;
  }

  .et_pb_fullwidth_header_1 .et_pb_fullwidth_header_subhead {
    white-space: nowrap !important;
    display: block !important;
    font-size: 24px !important;
    line-height: 1.15em !important;
    letter-spacing: 1px !important;
  }

  .et_pb_fullwidth_header_1 .et_pb_header_button_wrapper {
    margin-top: 24px !important;
  }
}

@media (max-width: 380px) {
  .et_pb_fullwidth_header_1 .et_pb_header_button_wrapper .et_pb_button {
    min-width: 105px;
    padding-left: 16px !important;
    padding-right: 16px !important;
    font-size: 13px !important;
    letter-spacing: 4px !important;
  }

  .et_pb_fullwidth_header_1 .et_pb_fullwidth_header_subhead {
    font-size: 21px !important;
    letter-spacing: 0.5px !important;
    white-space: nowrap !important;
  }

}