/*
 Theme Name:   yootheme-suedhang
 Template:     yootheme
 Author:       innosolutions
 Description:  YOOtheme Child Theme
 Version:      1.0.0
 Text Domain:  yootheme-suedhang
*/

/* Loader css */
.lds-dual-ring {
    display: inline-block;
    width: 0px;
    height: 20px;
}
.lds-dual-ring:after {
    content: " ";
    display: block;
    width: 15px;
    height: 15px;
    margin: 6px 0px 13px 10px;
    border-radius: 50%;
    border: 3px solid #fff;
    border-color: #fff transparent #fff transparent;
    animation: lds-dual-ring 1.2s linear infinite;
}
  @keyframes lds-dual-ring {
    0% {
      transform: rotate(0deg);
    }
    100% {
      transform: rotate(360deg);
    }
  }
  
  
  .overlay {
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      height: 100vh;
      background: rgba(0,0,0,.8);
      z-index: 999;
      opacity: 1;
      transition: all 0.5s;
  }
  a.el-link.uk-button.uk-button-default {
    width: 90%;
}