/*
 Theme Name:   Qreate-IT Child Theme
 Theme URI:    http://www.qreate-it.nl
 Description:  Qreate-IT Child Theme
 Author:       Martijn Milius
 Author URI:   http://www.qreate-it.nl
 Template:     Divi
 Version:      1.0.1
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         responsive-layout, accessibility-ready
 Text Domain:  Qreate-IT Child Theme
*/
@font-face {
    font-family: PoetsenOne;
    src: url(/wp-content/themes/qreateit-child/assets/PoetsenOne-Regular.ttf);
}
h1, h2, h3, h4, h5, h6, nav#top-menu-nav li.menu-item a {
    font-family: PoetsenOne;
}
p, a {
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
h2 {
    font-size: 38px;
    text-transform: uppercase;
    font-weight: 500;
    line-height: 1.1;
    color: #f58220;
}
h1 {
    font-size: 52px;
    text-transform: uppercase;
    font-weight: 500;
    line-height: 1.1;
    color: #fff;
    text-shadow: black 0px 0px 10px;
}
nav#top-menu-nav li.menu-item a {
	font-size: 16px;
}
.font-poetsen * {
    font-family: PoetsenOne;
    color: white;
}
.font-poetsen img {
    float: left;
    margin-right: 5px;
}
a.et_pb_button {
    font-size: 16px;
    font-family: 'PoetsenOne';
}
.centerer {
    float: none !important;
    margin: 0 auto;
    display: table;
}
.nf-form-content input[type=button] {
    background: none !important;
    color: #f58220 !important;
    border: 3px solid #f58220 !important;
    border-radius: 5px;
    padding: 15px 25px;
    font-family: 'PoetsenOne';
    padding-top: 10px;
    cursor: pointer;
}
span.ninja-forms-req-symbol {
    display: none;
}
.nf-form-fields-required {
    display: none;
}
h3 {
    color: #0086b8;
}
.footer-section * {
    color: white !important;
}
#top-menu a {
    color: #f58220;
}
#et-top-navigation {
    float: none !important;
    padding: 0px !important;
    margin-top: 0px;
    position: relative;
}
.et_header_style_left .logo_container {
    position: relative;
    margin-bottom: 10px;
}
div#et-top-navigation {
    background: #e7e7e8;
}
div#et-top-navigation li a {
    padding: 0px !important;
}
nav#top-menu-nav {
    padding: 20px 0px;
}
.container.clearfix.et_menu_container {
    max-width: 100%;
    width: 100%;
}
nav#top-menu-nav li.menu-item a {
	font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
	color: #0086b8;
	font-weight:300;
}
nav#top-menu-nav li.menu-item a:hover {
	color:#f58220;
}
/*adjust Divi Menu module breakpoint*/
@media screen and (max-width: 1440px) {
    #top-menu {
        display: none !important;
    }
    #et_mobile_nav_menu {
        display: block !important;
    }
	.logo_container {
		float: left;
	}
	div#et_mobile_nav_menu {
		margin-top: 20px;
	}
}