/*
Theme Name:   Norbert Simon Elementor Child
Theme URI:    https://github.com/pojome/elementor-hello-theme
Description:  Elementor child theme
Author:       Edyta Berghauzen
Author URI:   https://goldfishlab.net/
Template:     elementor-hello-theme-master
Version:      0.1
Text Domain:  elementor-child-theme
*/

body {
    background: #efefef;
    font-size: 20px;
    line-height: 2;
}
li {
	list-style: none;
}
a {
	color: #667c9c;
}
.lang-item a {
	font-family: "Oswald", Sans-serif;
	font-weight: 300;
}
.current-lang a {
	font-weight: 400;
}
.copyrights {
	font-size: 16px;
}
.iframe-wrapper .elementor-widget-container {
    overflow: scroll;
    -webkit-overflow-scrolling: touch;
}