.hover-overlay {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
}

.full-cover-link {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 14;
  left: 0;
  top:0;
}

//fix linked in icon
// .mk-jupiter-icon-simple-linkedin {
//   position: relative;
//   top: 2px;
// }

/*
Used in page section and edge slider
*/
.mk-section-image {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  min-width: 100%;
  height: 100%;
  transform-style: preserve-3d;
  background-position: center;
  background-size: cover;
}


.mk-image-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 10;
}
.mk-image-lightbox {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -50px 0 0 -50px;
  text-align: center;
  cursor: pointer;
  color: #ffffff !important;
  width: 100px;
  height: 100px;
  opacity: 0;
  z-index: 30;
}
.mk-image-lightbox svg {
  fill: #ffffff;
}
.mk-image-lightbox:hover {
  color: #ffffff;
}
.mk-image-lightbox i {
  line-height: 100px;
  font-size: 48px;
}

/* Social Share */
.single-social-section {
  float: right;
}
.single-social-section .blog-modern-comment,
.single-social-section .blog-share-container,
.single-social-section .mk-love-holder,
.single-social-section .mk-blog-print {
  float: right;
  display: inline-block;
  margin-left: 20px;
}
.single-social-section .blog-modern-comment i,
.single-social-section .blog-share-container i,
.single-social-section .mk-love-holder i,
.single-social-section .mk-blog-print i {
  font-size: 16px;
}
.single-social-section .blog-modern-comment i,
.single-social-section .mk-blog-print i,
.single-social-section .blog-single-share i {
  color: #898989;
}
.single-social-section .blog-modern-comment span,
.single-social-section .mk-blog-print span,
.single-social-section .blog-single-share span {
  color: #898989;
  font-size: 11px;
  padding-left: 3px;
}
.single-social-section .blog-share-container {
  position: relative;
}
.single-social-section .blog-single-share {
  cursor: pointer;
}
.single-social-section .blog-single-share i {
  font-size: 16px;
}
@media handheld, only screen and (max-width: 960px) {
  .single-social-section {
    float: none !important;
    display: block;
    margin-bottom: 20px;
  }
  .single-social-section .blog-modern-comment,
  .single-social-section .blog-share-container,
  .single-social-section .mk-love-holder,
  .single-social-section .mk-blog-print {
    float: left;
    padding: 0 20px 0 0 !important;
    margin: 0 !important;
  }
  .single-social-section .single-share-box {
    right: -170px;
    left: auto !important;
  }
  .single-social-section .single-share-box:before {
    left: -5px;
    right: auto !important;
  }
}
.single-share-box {
  position: absolute;
  left: -220px;
  bottom: -11px;
  background-color: #252525;
  margin: 0;
  list-style: none;
  display: none;
  text-align: center;
  padding: 13px;
  text-transform: center;
}
.single-share-box:before {
  right: -5px;
  top: 50%;
  margin-top: -5px;
  display: block;
  width: 10px;
  height: 10px;
  position: absolute;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  background-color: #252525;
  content: "";
}
.single-share-box li {
  float: left;
  margin: 0;
}
.single-share-box li a {
  color: #a8a8a8;
  display: block;
  padding: 0 10px;
  transition: all 0.2s;
}
.single-share-box li a:hover {
  color: #ffffff;
}
.single-share-box li a i {
  font-size: 16px;
  vertical-align: top;
}




 /* =Global Buttons
-------------------------------------------------------------- */
a.button,
button.button,
input.button,
#respond input#submit,
#review_form_wrapper input[type=submit],
.woocommerce-product-search input[type=submit],
.woocommerce-product-search button[type=submit],
.post-password-form input[type=submit],
.wpcf7-submit {
    margin: 0;
    border: none;
    outline: none !important;
    font-size: 13px;
    line-height: 13px !important;
    padding: 12px 15px;
    text-transform: uppercase;
    vertical-align: top;
    letter-spacing: 1px;
    display: inline-block;
    cursor: pointer;
    position: relative;
    font-family: inherit;
    text-decoration: none;
    overflow: visible;
    font-weight: bold;
    left: auto;
    white-space: nowrap;
    display: inline-block;
    background-color: #252525;
    color: #ffffff;
    svg {
        fill: #ffffff;
        height: 16px;
        margin-right: 10px;
        transform: translateY(2px);
    }
    &:hover {
        background-color: #707070;
        color: #ffffff;
    }
    &:active {
        top: 1px;
    }
}

.accent-bg-color.button:hover,
.gform_button[type=submit]:hover {
  background-color: #252525 !important;
}

.woocommerce-message .button,
.woocommerce-Message .button{
  background-color:transparent !important;
  padding: 0 !important;
  color: #252525;
  vertical-align: middle;
  line-height: inherit!important;
  &:hover {
      background-color:transparent !important;
      color: #707070 !important;
  }
}


input.button{
    &:disabled, &.disabled {
        color: #aaa !important;
        background: #e7e7e7 !important;
        cursor: not-allowed;
        &:active {
            top: 0;
        }
    }
}
