
/** Fonts Roboto **/
@font-face {
    font-family: 'Barlow Condensed';
    src: url("../fonts/BarlowCondensed/BarlowCondensed-Bold.ttf");
}
@font-face {
    font-family: 'Barlow-SemiBold';
    src: url("../fonts/BarlowCondensed/Barlow-SemiBold.ttf");
}
@font-face {
    font-family: 'Barlow-Regular';
    src: url("../fonts/BarlowCondensed/Barlow-Regular.ttf");
}
@font-face {
    font-family: 'Barlow-Black';
    src: url("../fonts/BarlowCondensed/Barlow-Black.ttf");
}
@font-face {
    font-family: 'SVN-AmeyallindaSignature';
    src: url("../fonts/SVN-Ameyallinda/SVN-AmeyallindaSignature.otf");
}
@font-face {
    font-family: 'Birthstone-Regular';
    src: url("../fonts/Birthstone/Birthstone-Regular.ttf");
}
@font-face {
    font-family: 'SVN-TwilightScript';
    src: url("../fonts/SVN-Twilight/SVN-TwilightScript.otf");
}

/*************** ADD CUSTOM CSS HERE.   ***************/

input[type=email]:focus, 
input[type=number]:focus, 
input[type=password]:focus, 
input[type=search]:focus, 
input[type=tel]:focus, 
input[type=text]:focus, 
select:focus, 
textarea:focus {
    box-shadow: none;
}
.featured-box .icon-box-img img {
    padding-top: 0;
}

body {
    font-size: 15px;
    font-weight: 400;
    font-family: "Roboto", sans-serif;
}

.nav > li > a,
.mobile-sidebar-levels-2 .nav > li > ul > li > a {
    font-size: 16px;
    font-family: "Roboto", sans-serif;
    font-weight: 600;
}

h1,h2,h3,h4,h5,h6,
.heading-font,
.off-canvas-center .nav-sidebar.nav-vertical > li > a {
    font-family: "Roboto", sans-serif;
}

.alt-font {
    font-family: "Roboto", sans-serif;
}
.wpcf7-spinner {
    display: none;
}
