/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/
h1,h2,h3,h4,h5,h6, .heading-font
{
font-family: muli, sans-serif!important;
font-style: normal;
}
.vertical {
    transform-origin: 0 0;
    transform: rotate(90deg);
}
.button.is-link:before {
    background-color: #5328fe;
    width: 70%;
}
.button.is-link:after {
    background-color: rgba(115,110,254,.5);
}
.button.is-link:hover:before, .button.is-link:focus:before {
    left: 0;
    opacity: 0;
    width: 100%;
}
.button.is-link:before, .button.is-link:after {
    content: '';
    height: 100%;
    position: absolute;
    left: -30px;
    top: 0;
    opacity: 1;
    z-index: -1;
    transition: all .6s 0s cubic-bezier(.7,0,.3,1);
}
.button.is-link:after {
    width: 0;
}
.button.is-link:hover:after, .button.is-link:focus:after {
    width: 100%;
}










@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}