/*  Always hide Monarch in Divi Builder  */
body.et-fb .et_social_sidebar_networks {
    display: none !important;
}


#monarchwidget-3 {
  margin-bottom:0;
}

.et_monarch .et_social_mobile_button::before {
  background: #737F79;
  color: #fff;
  transition: background .5s;
}
.et_monarch .et_social_mobile_button:hover::before {
  background: #A1AEA8 !important;
  transition: background .5s;
}


.et_monarch span.et_social_close {
  left: 0;
  top: -39px;
  line-height: 40px;
  background-color: #737F79;
  width: 42px;
  text-align: center;
  border-top-right-radius: 5px;
  color:#FFF;
  transition: background-color .5s;
}
.et_monarch span.et_social_close:hover {
  background-color: #A1AEA8;
  transition: background-color .5s;
}
.et_monarch span.et_social_close::after {
  content: "\e60C";
  color: #fff;
}

.et_monarch .et_social_heading {
  display: none;
}

.et_social_popup.et_social_all_networks_popup ul.et_social_icons_container li {
  background-color:#737F79;
}

.et_social_popup.et_social_all_networks_popup ul.et_social_icons_container li:hover {
  background-color:#A1AEA8;
}

.et_pb_scroll_top.et-pb-icon, .et_monarch .et_social_mobile_button:before {
  background: #737F79;
  color:#FFF;
}
/*** Section Navigator ***/
ul.et_pb_side_nav {
  background: #737F79;
}
/*** Hide Section Navigator on Tablet and Phone ***/
@media all and (max-width: 980px) {
  ul.et_pb_side_nav.et-visible {
    display:none !important;
  }
}
