/*
Theme Name: Beaver Builder Child Theme
Theme URI: http://www.wpbeaverbuilder.com
Version: 1.0
Description: An example child theme that can be used as a starting point for custom development.
Author: The Beaver Builder Team
Author URI: http://www.fastlinemedia.com
template: bb-theme
*/


/* Add your custom styles here... */

@font-face {
    font-family: "HurmeGeometricSans1-Bold";
    src: url("./fonts/Bold/HurmeGeometricSans1Bold.eot");
    /* IE9 Compat Modes */
    src: url("./fonts/Bold/HurmeGeometricSans1Bold.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
    url("./fonts/Bold/HurmeGeometricSans1Bold.otf") format("opentype"), /* Open Type Font */
    url("./fonts/Bold/HurmeGeometricSans1Bold.svg") format("svg"), /* Legacy iOS */
    url("./fonts/Bold/HurmeGeometricSans1Bold.ttf") format("truetype"), /* Safari, Android, iOS */
    url("./fonts/Bold/HurmeGeometricSans1Bold.woff") format("woff"), /* Modern Browsers */
    url("./fonts/Bold/HurmeGeometricSans1Bold.woff2") format("woff2");
    /* Modern Browsers */
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "HurmeGeometricSans1-Light";
    src: url("./fonts/Ligth/HurmeGeometricSans1Light.eot");
    /* IE9 Compat Modes */
    src: url("./fonts/Ligth/HurmeGeometricSans1Light.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
    url("./fonts/Ligth/HurmeGeometricSans1Light.otf") format("opentype"), /* Open Type Font */
    url("./fonts/Ligth/HurmeGeometricSans1Light.svg") format("svg"), /* Legacy iOS */
    url("./fonts/Ligth/HurmeGeometricSans1Light.ttf") format("truetype"), /* Safari, Android, iOS */
    url("./fonts/Ligth/HurmeGeometricSans1Light.woff") format("woff"), /* Modern Browsers */
    url("./fonts/Ligth/HurmeGeometricSans1Light.woff2") format("woff2");
    /* Modern Browsers */
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "HurmeGeometricSans1-Regular";
    src: url("./fonts/Regular/HurmeGeometricSans1.eot");
    /* IE9 Compat Modes */
    src: url("./fonts/Regular/HurmeGeometricSans1.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
    url("./fonts/Regular/HurmeGeometricSans1.otf") format("opentype"), /* Open Type Font */
    url("./fonts/Regular/HurmeGeometricSans1.svg") format("svg"), /* Legacy iOS */
    url("./fonts/Regular/HurmeGeometricSans1.ttf") format("truetype"), /* Safari, Android, iOS */
    url("./fonts/Regular/HurmeGeometricSans1.woff") format("woff"), /* Modern Browsers */
    url("./fonts/Regular/HurmeGeometricSans1.woff2") format("woff2");
    /* Modern Browsers */
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "HurmeGeometricSans1-SemiBold";
    src: url("./fonts/SemiBold/HurmeGeometricSans1SemiBold.eot");
    /* IE9 Compat Modes */
    src: url("./fonts/SemiBold/HurmeGeometricSans1SemiBold.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
    url("./fonts/SemiBold/HurmeGeometricSans1SemiBold.otf") format("opentype"), /* Open Type Font */
    url("./fonts/SemiBold/HurmeGeometricSans1SemiBold.svg") format("svg"), /* Legacy iOS */
    url("./fonts/SemiBold/HurmeGeometricSans1SemiBold.ttf") format("truetype"), /* Safari, Android, iOS */
    url("./fonts/SemiBold/HurmeGeometricSans1SemiBold.woff") format("woff"), /* Modern Browsers */
    url("./fonts/SemiBold/HurmeGeometricSans1SemiBold.woff2") format("woff2");
    /* Modern Browsers */
    font-weight: normal;
    font-style: normal;
}

a,
a:hover {
    text-decoration: none;
}