/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/
@font-face {
 font-family: MyriadPro Regular;
 src: url(fonts/MyriadPro-Regular.ttf);
 }
 @font-face {
 font-family: Montserrat Regular;
 src: url(fonts/Montserrat-Regular.ttf);
 }
@font-face {
 font-family: Montserrat Bold;
 src: url(fonts/Montserrat-Bold.ttf);
 }
 @font-face {
 font-family: Montserrat Light;
 src: url(fonts/Montserrat-Light.ttf);
 }
 @font-face {
 font-family: Montserrat Medium;
 src: url(fonts/Montserrat-Medium.ttf);
 }
 @font-face {
 font-family: Montserrat SemiBold;
 src: url(fonts/Montserrat-SemiBold_0.ttf);
 }
 @font-face {
 font-family: PlayfairDisplay MediumItalic;
 src: url(fonts/PlayfairDisplay-MediumItalic.ttf);
 }
 @font-face {
 font-family: SFUBelleRegular;
 src: url(fonts/SFUBelleRegular.ttf);
 }
 @font-face {
 font-family: UTM Trajan Pro Bold;
 src: url(fonts/UTM-Trajan-Pro-Bold.ttf);
 }
  @font-face {
 font-family: SFU Belle;
 src: url(fonts/vnf-belle.ttf);
 }
body {
    font-family: "Montserrat Regular", sans-serif;
}
 .nav-line-bottom>li>a:before, .nav-line-grow>li>a:before, .nav-line>li>a:before {
    content: " ";
    position: absolute;
    top: 0;
    left: 50%;
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 100%;
    background-color: #446084;
    transition: all 0.3s;
    opacity: 0;
    height: 2px;
}
@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}