.svg-nofill svg [fill]:not(.permanent):not(g) {
    fill: #181c32 !important;
}
.page-loader-wrapper {
    z-index: 99999999;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: rgba(111,89,89,.4);
    overflow: hidden;
    text-align: center;
}
.page-loader-wrapper .loader {
    position: relative;
    top: calc(50% - 30px);
}
.loading-img-spin {
    position: absolute;
    top: 50%;
    left: 49%;
    width: 76px;
    height: 76px;
    margin: -90px 0 20px -30px;
    /*-webkit-animation: spin 1.5s linear infinite;
    -moz-animation: spin 1.5s linear infinite;
    animation: spin 1.5s linear infinite;*/
}

/*audio:hover,*/
/*audio:focus,*/
/*audio:active {*/
/*  -webkit-box-shadow: 15px 15px 20px rgba(0, 0, 0, 0.4);*/
/*  -moz-box-shadow: 15px 15px 20px rgba(0, 0, 0, 0.4);*/
/*  box-shadow: 15px 15px 20px rgba(0, 0, 0, 0.4);*/
/*  -webkit-transform: scale(1.05);*/
/*  -moz-transform: scale(1.05);*/
/*  transform: scale(1.05);*/
/*}*/

audio {
    width: 250px;
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  transition: all 0.5s linear;
  -moz-box-shadow: 2px 2px 4px 0px #a1a5b7;
  -webkit-box-shadow: 2px 2px 4px 0px #a1a5b7;
  box-shadow: 2px 2px 4px 0px #a1a5b7;
  -moz-border-radius: 50px 50px 50px 50px;
  -webkit-border-radius: 50px 50px 50px 50px;
  border-radius: 50px 50px 50px 50px;
}

.field_wrapper input[type=text]{
    width:90%;
    display:inline;
}

.c-input-btn {
    margin-right: 15px;
}
input[type=color] {
    height: 100%;
}

.background-image-fix{
   background-size: contain;
}