/*
 Theme Name:     Divi No BS Marketing Theme
 Theme URI:      http://www.elegantthemes.com/gallery/divi/
 Description:    A custom child theme for divi
 Author:         No BS Marketing
 Author URI:     http://no-bsm.com
 Template:       Divi
 Version:        1.0.0
*/

@import url("../Divi/style.css");

/* =Theme customization starts here
------------------------------------------------------- */
#main-header {
  box-shadow: none !important;
}

@media only screen and (min-width: 980px) {
  .centered {
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-sizing: border-box;
    justify-content: center;
  }
}

@media (max-width: 980px) {
  .centered.mobile-stack {
    display: inherit !important;
  }
}

#et-top-navigation .btn a {
  padding-bottom: 0 !important;
}

#et-top-navigation .btn {
  padding: 24px 16px !important;
}

.btn {
  padding: 24px 16px;
  color: #000000 !important;
  border: none;
  border-radius: 0px;
  letter-spacing: 4px;
  font-size: 14px;
  font-family: 'Inter', Helvetica, Arial, Lucida, sans-serif !important;
  font-weight: 700 !important;
  text-transform: uppercase !important;
  /*     background-image: linear-gradient(180deg,#52cf40 0%,#45b237 100%); */
  background-color: #52cf40;
}

.btn:hover {
  background-color: #abeaa2;
  color: black;
}

#et-social-facebook:before {
  content: "\e093";
}

#et-social-instagram:before {
  content: "\e09a";
}

.et_mobile_menu .menu-icon {
  display: inline-block;
  width: 49%;
}

.menu-icon {
  font-size: 14px;
  color: black;
  line-height: 1em;
  font-family: ETmodules !important;
  speak: none;
  font-style: normal;
  font-weight: 400;
  -webkit-font-feature-settings: normal;
  font-feature-settings: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-shadow: 0 0;
  direction: ltr;
  position: relative;
  text-align: center;
  -webkit-transition: color .3s ease 0s;
  transition: color .3s ease 0s;
  text-decoration: none;
}

.et_mobile_menu li a {
  font-size: 20px !important;
}