/*
Theme Name: MaloffProtect
Description: Child theme for Avada theme
Author: Precision Marketing Group
Author URI: https://precision.co.uk
Template: Avada
Version: 1.0.0
Text Domain:  Avada
*/

body.page-template-100-width main {
  padding-top: 0;
}

#main .post-content .fusion-border-below-title h1 {
  line-height: 60px;
}

.skip-link {
  display: none !important;
}

.custom-modal {
  position: fixed;
  z-index: 10001;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #fff;
  text-align: center;
  width: 30%;
  padding: 43px 35px 23px 25px;
  /* border-radius: 16px; */
}

.opacity-bg {
  background-color: rgba(0, 0, 0, 0.8);
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 10000;
  width: 100%;
  height: 100%;
}

.btn-container {
  display: flex;
  justify-content: center;
  align-items: center;
}

.btn-container button {
  color: #fff;
  margin: 40px 20px 20px 20px;
  background: #c8102e;
}

.btn-container button:hover,
.btn-container button.active {
  background: #460a68;
}

.opacity-bg.hide,
.custom-modal.hide {
  display: none;
}

.menu-info {
  color: #fff;
  font-size: 12px;
  font-weight: 400;
  padding: 0;
  position: absolute;
  bottom: 5px;
  right: 70px;
  margin: 0px;
}
.fusion-footer .fusion-column {
  font-size: 14px;
}
.fusion-footer .widget_text {
  margin-bottom: 20px;
}

.fusion-logo img {
  max-height: 63px;
  height: auto;
}

@media only screen and (max-width: 1610px) {
  .menu-info {
    padding: 0;
    position: absolute;
    bottom: 5px;
    right: 70px;
    margin: 0px;
  }
}
@media only screen and (max-width: 1122px) {
  .menu-info {
    left: 28px;
  }
}
@media only screen and (max-width: 1050px) {
  .menu-info {
    left: 10px;
    font-size: 10px;
  }
  #wrapper #side-header .fusion-logo,
  .fusion-header .fusion-logo {
    margin: 0 0 18px !important;
  }
}

header
  .fusion-header-has-flyout-menu
  .fusion-flyout-menu-icons
  .fusion-flyout-cart-wrapper {
  display: none;
}

.post-content {
  overflow: hidden;
}

.custom-modal {
  z-index: 999999999999;
}
.opacity-bg {
  z-index: 999999999998;
}

@media (max-width: 1050px) {
  .custom-modal {
    width: 90%;
  }

  .fusion-mobile-nav-holder .menu-text {
    pointer-events: none;
  }

  .fusion-logo img {
    width: 150px !important;
  }

  .fusion-header-has-flyout-menu .fusion-flyout-menu .fusion-mobile-menu li {
    margin-bottom: 10px;
  }

  .fusion-header-has-flyout-menu .fusion-flyout-menu .fusion-mobile-menu {
    margin-top: 65px !important;
  }
}
