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

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

/*
Fonts: https://docs.uxthemes.com/article/224-add-custom-fonts-to-flatsome
*/

/*
@font-face {
	font-family: 'Objektiv Mk1';
    src: url('fonts/objektiv/ObjektivMk1_Trial_Rg.ttf') format('truetype');
    font-style: normal;
	font-weight: normal;
}

@font-face {
	font-family: 'Objektiv Mk1';
    src: url('fonts/objektiv/ObjektivMk1_Trial_Bd.ttf') format('truetype');
    font-style: normal;
	font-weight: 700;
}
*/

@font-face {
	font-family: 'Hijrnotes';
    src: url('fonts/hijrnotes/Hijrnotes_PERSONAL_USE_ONLY.ttf') format('truetype');
    font-style: normal;
	font-weight: normal;
}

@font-face {
	font-family: 'Julietta Messie';
    src: url('fonts/julietta-messie/Julietta-Messie-Demo.ttf') format('truetype');
    font-style: normal;
	font-weight: normal;
}

@font-face {
	font-family: 'MoonTime';
    src: url('fonts/moontime/Dmitrii_Chirkov_-_MoonTime_2.otf') format('opentype');
    /* font-style: normal;
	font-weight: normal; */
}

/* Base font */
body {
    font-family: objektiv-mk1, sans-serif !important;
}

/* Paragraph tekst */
p {
    font-weight: 300;
    line-height: 1.8em;
}

/* Navigation font */
.nav > li > a {
    font-family: objektiv-mk1, sans-serif !important;
}

.nav-dropdown {
    font-size: 85%;
}

/* Heading font */
h1,h2,h3,h4,h5,h6, .heading-font{
    font-family: objektiv-mk1, sans-serif !important;
}

/* Alt font */
.alt-font{
    /* font-family: "MoonTime", sans-serif !important; */
    font-family: "Julietta Messie", sans-serif !important;
}

/*
 * Breadcrumb
 */
.breadcrumbs-ignore {
	font-family: "Julietta Messie", sans-serif !important;
	font-weight: normal;
	font-size: 32px;
}

/*
Logo
*/

#logo img {
    margin-left: 10px;
}

/**
 * Buttons
 */
.button {
    font-weight: 400;
}

/**
 * Accordion
 */
.accordion-title {
	font-size: 100%;
}

.accordion-title.active {
	font-weight: normal;
}

/**
 * ActiveCampaign forms
 */

._form-label {
	font-weight: 300;
	font-size: 100%;
}

._field-wrapper > input[type=text] {
	font-family:inherit;
        font-size: inherit;
}

._submit {
	color: #fff;
	font-weight: 400;
	border-radius: 12px;
}

@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/

}
