/*
@Author: ThemeMascot
@URL: http://ThemeMascot.com

This is the file where you can add your custom styles to change the look of the
theme. But don't modify main-style.css file.

*/

/* Your custom css codes start here: */

/*.menuzord-menu li.hover-no-affect:hover,
.menuzord-menu li.hover-no-affect a:hover {
    background-color: initial !important;
}*/
/*
#menuzord ul {
    width: 100% !important;
    text-align: center !important;
}

    #menuzord ul li {
        float: none !important;
        display: inline-block !important;
    }*/

@font-face {
    font-family: GreatVibes;
    src: url('../fonts/GreatVibes-Regular.otf') format('opentype');
}

@font-face {
    font-family: GreatVibes2;
    src: url('../fonts/GreatVibes-Regular.ttf') format('truetype');
}

.br-0 {
    border-radius: 0;
}