/*
 Theme Name:   Vivi Child
 Description:  Vivi Child Theme
 Template:     vivi
*/


/* =Theme customization starts here
-------------------------------------------------------------- */


.navbar {
    min-height: 70px !important;
}
.navbar-header {
    float: none !important;
    display: flex;
    justify-content: center;
   
}

.navbar-header .navbar-brand {
    width: 250px;
    height: 50px;
    margin: auto !important;
}

.navbar-header a.navbar-brand img {
    margin: auto;
    width: 180px;
}

@media (min-width: 992px) {
    .navbar-header a.navbar-brand img {
        width: 240px;
    }
}

/* Modal start */

/**
 * Material Modal CSS
 */
 .modal-vivi {
    will-change: visibility, opacity;
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow-y: auto;
    overflow-x: hidden;
    z-index: 1000;
    visibility: hidden;
    opacity: 0;
    transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    transition-delay: 0;
  }
  .modal--active {
    visibility: visible;
    opacity: 1;
  }
  .modal--align-top {
    align-items: flex-start;
  }
  .modal__bg {
    background: rgba(0, 0, 0, 0.17);
  }
  .modal__dialog {
    max-width: 600px;
    padding: 1.2rem;
  }
  .modal__content {
    will-change: transform, opacity;
    position: relative;
    padding: 2.4rem;
    background: #ffffff;
    background-clip: padding-box;
    box-shadow: 0 12px 15px 0 rgba(0,0,0,0.25);
    opacity: 0;
    transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
  }
  .modal__content--active {
    opacity: 1;
  }
  .modal__close {
    z-index: 1100;
    cursor: pointer;
  }
  .modal__trigger {
    position: relative;
    display: inline-block;
    padding: 1.2rem 2.4rem;
    color: rgba(0,0,0,0.7);
    line-height: 1;
    cursor: pointer;
    background: #ffebee;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.26);
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
  }
  .modal__trigger--active {
    z-index: 40;
  }
  .modal__trigger:hover {
    background: #e5d3d6;
  }
  #modal__temp {
    will-change: transform, opacity;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background:  #ffe180;
    -webkit-transform: none;
            transform: none;
    opacity: 1;
    transition: opacity 0.1s ease-out, -webkit-transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    transition: opacity 0.1s ease-out, transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    transition: opacity 0.1s ease-out, transform 0.5s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    z-index: 30;
  }
  /**
   * Demo specific CSS
   */
 
  .demo-close {
    position: absolute;
    top: 0;
    right: 0;
    margin: 1.2rem;
    padding: 0.6rem;
    background: rgba(0,0,0,0.3);
    border-radius: 50%;
    transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    cursor: pointer;
  }
  .demo-close svg {
    width: 24px;
    fill: #fff;
    pointer-events: none;
    vertical-align: top;
  }
  .demo-close:hover {
    background: rgba(0,0,0,0.6);
  }

  .modal__content {
    min-width: 340px;
    min-height: 100px;
    margin: 20px 0;
}

.modal__content div {
  margin-top: 20px;
}

.modal__content .icon {
  width: 40px;
    height: 40px;
    font-size: 40px;
    color: #ffe180;
        margin-top: -13px;
}

.modal__content a {
  font-size: 20px;
  line-height: 20px;
  display: inline-block;
}

/* Modal end */