/*
 Theme Name: Streamlab Child
 Theme URI: http://streamlab.gentechtree.com/
 Description:  Streamlab Child Theme
 Author: Gentechtree
 Author URI: gentechtree.com
 Template: streamlab
 Version:  1.0.0
 License:   GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags: amzon prime, elementor Streaming, films, hbo, hotstar, mas videos, movies, Netflix, ott Streaming, tv shows, video streaming, web series, WordPress Elementor theme
 Text Domain:  streamlab-child
*/

:root {
    --primary-color: #009999 !important;
    --primarydark-color: #60b0ff;
    --black-color: #182031;
    --dark-color: #0a0e17;
    --turqoise: #009999;
    --grey-color: #f5f5f1;
    --white-color: #ffffff;
    --body-fonts: 'Roboto', sans-serif;
    --title-fonts: 'Jost', sans-serif;
	--gold:#FFCC00;
	--copper:#C4AD7B;
	--darkbrown:#74684F;
	--donkerste:#1c1c1c;
	--achtergrond:#EDDDBF;
}

body {
    background: var(--achtergrond) !important;
    font-family: var(--body-fonts);
    font-size: 1.8rem !important;
    font-style: normal;
    font-weight: normal;
    line-height: 2.8rem !important;
    color: var(--turqoise) !important;
    overflow-x: hidden;
}

.gen-breadcrumb {
    display:none;
}


.vc_btn3.vc_btn3-color-default.vc_btn3-style-modern {
    color: #333 !important;
    border-color: #f7f7f7;
    background-color: var(--gold) !important;
}

footer{background:var(--copper) !important;border-top:solid 3px #1c1c1c;color:#1c1c1c !important;}

a:link {color: var(--gold) !important;}
a:visited {color: var(--gold) !important;}
a:hover {color: var(--darkbrown) !important;}

.gen-menu-contain a:link {color: var(--primary-color) !important;}
.gen-menu-contain a:visited {color: var(--primary-color) !important;}

/* BLOG DINGEN */
.gen-blog-post {
    margin-bottom: 30px;
    display: inline-block;
    width: 100%;
    background: var(--achtergrond) !important;
}
.gen-blog-post .gen-post-media {display:none;}

.widget {
    margin-bottom: 30px;
    display: inline-block;
    width: 100%;
    float: left;
    position: relative;
    padding: 30px;
    background: var(--achtergrond) !important;
    border: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}