/* 
Theme Name: Muziek Contract
Theme URI: https://github.com/elementor/hello-theme/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Firma Netjes
Author URI: https://firmanetjes.nl/
Template: hello-elementor
Version: 1.0.1
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/*
@font-face {
    font-family: 'Avenir-Roman';
    src: url('../muziekcontract/fonts/AvenirLTStd-Roman.eot');
    src: url('../muziekcontract/fonts/AvenirLTStd-Roman.eot?#iefix') format('embedded-opentype'),
    	 url('../muziekcontract/fonts/AvenirLTStd-Roman.woff') format('woff'),
         url('../muziekcontract/fonts/AvenirLTStd-Roman.woff2') format('woff2'),
         url('../muziekcontract/fonts/AvenirLTStd-Roman.ttf')  format('truetype'),
         url('../muziekcontract/fonts/AvenirLTStd-Roman.svg') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Avenir-Black';
    src: url('../muziekcontract/fonts/AvenirLTStd-Black.eot');
    src: url('../muziekcontract/fonts/AvenirLTStd-Black.eot?#iefix') format('embedded-opentype'),
    	 url('../muziekcontract/fonts/AvenirLTStd-Black.woff') format('woff'),
         url('../muziekcontract/fonts/AvenirLTStd-Black.woff2') format('woff2'),
         url('../muziekcontract/fonts/AvenirLTStd-Black.ttf')  format('truetype'),
         url('../muziekcontract/fonts/AvenirLTStd-Black.svg') format('svg');
    font-weight: normal;
    font-style: normal;
	font-display: swap;
}

*/
/* swap icons */
.elementor-nav-menu--indicator-classic .elementor-nav-menu .sub-arrow i:before {
     display: block;
    content: ' '!important;
    background-image: url(../muziekcontract/icons/caret-down-solid.svg);
	background-size: 15px 15px;
    height: 15px;
    width: 15px;
}
.elementor-menu-toggle i:before {
    display: block;
    content: ' '!important;
    background-image: url(../muziekcontract/icons/bars-solid.svg);
	background-size: 30px 30px;
    height: 30px;
    width: 30px;
}
.elementor-menu-toggle.elementor-active i:before {
    display: block;
    content: ' '!important;
    background-image: url(../muziekcontract/icons/times-solid.svg);
	background-size: 30px 30px;
    height: 30px;
    width: 30px;
}
.eicon-play:before {
    display: block;
    content: ' '!important;
    background-image: url(../norman-hangers/icons/play-button-light-white.svg);
	background-size: 100px 100px;
    height: 100px;
    width: 100px;
}
.eicon-chevron-right:before {
    display: block;
    content: ' '!important;
    background-image: url(../muziekcontract/icons/chevron-right-solid-white.svg);
	background-size: 25px 25px;
    height: 25px;
    width: 25px;
}
.eicon-chevron-left:before {
    display: block;
    content: ' '!important;
    background-image: url(../muziekcontract/icons/chevron-left-solid-white.svg);
	background-size: 25px 25px;
    height: 25px;
    width: 25px;
}
.fa.fa-chevron-up{
    display: inline-block;
    content: ' '!important;
    background-image: url(../muziekcontract/icons/chevron-up-solid.svg);
    background-size: 25px 25px;
    height: 25px;
    width: 25px;
}
.eicon-frame-expand:before,
.eicon-close:before,
.eicon-zoom-in-bold:before{
    display: block;
	background-size: 20px 20px;
	height: 20px;
    width: 20px;
}
.eicon-frame-expand:before{
    background-image: url(../muziekcontract/icons/expand-solid-white.svg);
}
.eicon-zoom-in-bold:before {
    background-image: url(../muziekcontract/icons/search-plus-solid-white.svg);
}
.eicon-close:before {
    background-image: url(../muziekcontract/icons/times-solid-white.svg);
}

 formatting */
/*h1,h2,h3,h4,h5,h6{
	font-family: 'Avenir-Black';*/
}
h1 {
font-size: 40px;
line-height: 1.2;
}
h2 {
font-size: 26px;
line-height: 1.3;
}
h3 {
font-size: 24px;
line-height: 1.4;
}
h4 {
font-size: 22px;
line-height: 1.5;
}
h5 {
font-size: 16px;
line-height: 1.6;
}
h6 {
font-size: 14px;
line-height: 1.2;
}
.tekstbewerker p {
	margin-bottom: 0;
}

/* svg elementen */
.waveform path{
  fill: #D1CCDC;
}