/*
Theme Name:   Impeka Child
Theme URI:    https://themeforest.net/user/greatives
Description:  Impeka Child Theme
Version:      2.0.0
Author:       Greatives Team
Author URI:   https://greatives.eu
Template:     impeka
*/




/* HEADER INSTAGRAM ICON FIX */

.grve-header-elements>ul.grve-header-element.grve-socials-elements {
    margin-top: calc(.5rem - 3px);
}

.grve-header-elements .grve-header-element.grve-socials-elements .grve-item .grve-icon {
    font-size: 21px;
}

/* SCROLL DOWN ARROW */

.mxt_sda_container {
    width: 60px;
    height: 60px;
    margin: 0 auto;
    position: absolute;
    bottom: 5px;
    left: 0;
    right: 0;
    -webkit-animation-delay: 3s;
    -o-animation-delay: 3s;
    animation-delay: 3s;
    -webkit-animation-duration: 1s;
    -o-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: mxt_sda_appear;
    -o-animation-name: mxt_sda_appear;
    animation-name: mxt_sda_appear;
}

@-webkit-keyframes mxt_sda_appear {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        -o-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        -o-transform: none;
        transform: none;
    }
}

@-o-keyframes mxt_sda_appear {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        -o-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        -o-transform: none;
        transform: none;
    }
}

@keyframes mxt_sda_appear {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        -o-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        -o-transform: none;
        transform: none;
    }
}

.mxt_sda_ripple {
    width: 60px;
    height: 60px;
    background: rgba(255, 255, 255, .6);
    opacity: 1;
    box-sizing: border-box;
    border-radius: 50%;
    border: 2px solid #ffffff;
    position: absolute;
}

.mxt_sda_arrow {
    width: 30px;
    height: 30px;
    background: transparent;
    border-radius: 50%;
    position: absolute;
    top: 15px;
    left: 15px;
    z-index: 1;
    display: table;
}

.mxt_sda_arrow i.fa {
    font-size: 16px;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    color: #000000;
}

.mxt_sda_ripple {
    -webkit-animation-duration: 3s;
    -o-animation-duration: 3s;
    animation-duration: 3s;
    -webkit-animation-iteration-count: infinite;
    -o-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-name: mxt_sda_ripple;
    -o-animation-name: mxt_sda_ripple;
    animation-name: mxt_sda_ripple;
  }

@-webkit-keyframes mxt_sda_ripple {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(0, 0, 0);
        -o-transform: scale3d(0, 0, 0);
        transform: scale3d(0, 0, 0);
    }
    50% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
  }

@-o-keyframes mxt_sda_ripple {
    0% {
      opacity: 0;
      -webkit-transform: scale3d(0, 0, 0);
      -o-transform: scale3d(0, 0, 0);
      transform: scale3d(0, 0, 0);
    }
    50% {
      opacity: 1;
    }
    100% {
      opacity: 0;
    }
}

@keyframes mxt_sda_ripple {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(0, 0, 0);
        -o-transform: scale3d(0, 0, 0);
        transform: scale3d(0, 0, 0);
    }
    50% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}