/*
Theme Name: Divi Child Theme
Description: Child Theme for Divi
Author:  Hand to Sky
Template: Divi
Version:  1.0.2
*/

/*
---------------------------
	CSS DIRECTORY
---------------------------
	=Font Setup
	=Global
	=Header
	=Footer
	=Media Queries
*/

/* ====Font Setup /////////////////////////////////////////////////*/

/* ====Global /////////////////////////////////////////////////*/

/* ====Header /////////////////////////////////////////////////*/
body:not(.wp-admin) header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
}

/* ====Footer /////////////////////////////////////////////////*/

/* ====Media Queries /////////////////////////////////////////////////*/
@media (max-width: 767px) {
}
@media (min-width: 768px) {
}
@media (min-width: 992px) {
  .et_pb_module.main-header .et_pb_menu_inner_container {
    justify-content: space-between;
    width: 125%;
  }

  .main-header.et_pb_menu--style-left_aligned.et_pb_text_align_justified .et_pb_menu__menu > nav > ul {
    justify-content: flex-end;
  }

  .et_pb_menu_0_tb_header.et_pb_menu .et-menu-nav li.menu-item.menu-btn a {
    background-color: #ffd101;
    padding-inline: 20px !important;
    border-radius: 100px;
    color: #000 !important;

    &:hover {
      background-color: #e6bc01;
    }
  }
}
@media (min-width: 1200px) {
}
