/*!
Theme Name: BRESYS
Theme URI: http://underscores.me/
Author: Bresys Informatika Kft - Hungary
Author URI: https://bremersystems.eu
Description: Theme based on underscores.me theme - lightweight and compatible with elementor and more... enjoy!
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: bresys
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

BRESYS is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/



/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/


/**
 * Remove the margin in all browsers.
 */
body, html {
	margin: 0;

}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}

p {
	margin-top:0;
}

strong {
	font-weight:600;
}



.h1_small {
	font-size:22px;
	line-height: 1.2;
}

.elementor-widget-text-editor h2 a,
.elementor-widget-text-editor h3 a,
.elementor-widget-text-editor h4 a,
.elementor-widget-text-editor h5 a,
.elementor-widget-theme-post-content h2 a,
.elementor-widget-theme-post-content h3 a,
.elementor-widget-theme-post-content h4 a,
.elementor-widget-theme-post-content h5 a {
	color: #3d3d3d;
}


/*--------------------------------------------------------------
# NAVIGATION
--------------------------------------------------------------*/

.btn_kontakt a {
	background: #7BC138;
border-radius: 30px;
padding: 3px 13px !important;
color: white !important;
}

.btn_kontakt i {
	margin-right: 6px;
    position: relative;
    top: -1px;
}

.btn_kontakt.member {
	margin-top:2rem;
}

.btn_kontakt.member a {
	padding:8px 15px !important;
}


/*--------------------------------------------------------------
# RESPSONSIVE STYLES
--------------------------------------------------------------*/

@media (min-width:1200px) {

	.h1_small {
		font-size:32px;
		line-height: 2;
		
	}
}