/*
Theme Name:     Flatsome Child
Description: 	This is a child theme for Flatsome
Author: 		Developer
Template: 		hetduinpad-flatsome
Version: 		3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/

@font-face {
    font-family: 'Calibre Bold';
    src: url('/wp-content/uploads/custom-fonts/Calibre-Bold.eot');
    src: url('/wp-content/uploads/custom-fonts/Calibre-Bold.eot?#iefix') format('embedded-opentype'),
        url('/wp-content/uploads/custom-fonts/Calibre-Bold.woff2') format('woff2'),
        url('/wp-content/uploads/custom-fonts/Calibre-Bold.woff') format('woff'),
        url('/wp-content/uploads/custom-fonts/Calibre-Bold.ttf') format('truetype'),
        url('/wp-content/uploads/custom-fonts/Calibre-Bold.svg#Calibre-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Open Sans Regular';
    src: url('/wp-content/uploads/custom-fonts/OpenSans-Regular.eot');
    src: url('/wp-content/uploads/custom-fonts/OpenSans-Regular.eot?#iefix') format('embedded-opentype'),
        url('/wp-content/uploads/custom-fonts/OpenSans-Regular.woff2') format('woff2'),
        url('/wp-content/uploads/custom-fonts/OpenSans-Regular.woff') format('woff'),
        url('/wp-content/uploads/custom-fonts/OpenSans-Regular.ttf') format('truetype'),
        url('/wp-content/uploads/custom-fonts/OpenSans-Regular.svg#OpenSans-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
}

h1, .h1, .banner h1, .section h1{
    font-family: 'Calibre Bold';
	font-size: 40px;
	line-height: 1.2;
	color: #000;
}

h2, .h2, .banner h2, .section h2{
    font-family: 'Calibre Bold';
	font-size: 30px;
	line-height: 1.2;
	color: #000;
}

h3, .h3, .banner h3, .section h3{
    font-family: 'Calibre Bold';
	font-size: 25px;
	line-height: 1.2;
	color: #000;
}

h4, .h4, .banner h4, .section h4{
    font-family: 'Calibre Bold';
	font-size: 20px;
	line-height: 1.2;
	color: #000;
}

h5, .h5, .banner h5, .section h5{
    font-family: 'Calibre Bold';
	font-size: 16px;
	line-height: 1.2;
	color: #000;
}

p, .p, .banner p, label{
    font-family: 'Open Sans Regular';
	font-size: 16px;
	line-height: 1.5;
	color: #000;
	font-weight: normal !important;
}

label{
	color: #fff !important;
}

.header-nav .menu-item a{
    font-family: 'Calibre Bold';
	font-size: 16px;
}

.button{
    font-family: 'Calibre Bold';
	font-size: 18px !important;
}

.button.secondary span{
	color: #000 !important;
}

.wpcf7-submit{
    font-family: 'Calibre Bold';
	background-color: #EBE3CC !important;
	color: #000 !important;
	border-radius: 10px !important;
	text-transform: initial !important;
	font-size: 18px !important;
}

html{
	scroll-behavior: smooth;
}