/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
Description: Modern weboldal készítés kiemelkedő eredményekkel. Nem csak szép, de hatékony weboldalakat készítünk, amely növelni fogja a vállalkozásod bevételét és leveszi a terhet a válladról a Hello Elementor sablonnal.
Author: WPViking Agency
Author URI: https://wpviking.agency/
Template: hello-elementor
Version: 1.0.1
Text Domain: hello-wpviking-agency
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
*/

/*
    Add your custom styles here
*/

/* KURZUS BEJELÖLÖM ELVÉGZETTNEK GOMB*/
input.learndash_mark_complete_button {
    padding: 5px 30px 5px 30px !important;
    border-color: #34a853 !important;
    font-weight: 400 !important;
    font-size: 16px !important;
	border-radius: 20px !important
}

input.learndash_mark_complete_button:hover {
    color: #fff !important;
    border-color: #34a853 !important;
	border-radius: 20px !important
}



/* Letöltés gomb */
a.letoltes {
    font-family: "Yanone Kaffeesatz", Sans-serif;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff !important;
    background: #008ec3 !important;
    border: 2px solid #008ec3 !important;
    border-radius: 5px;
    padding: 18px 35px 15px 35px;
}

a.letoltes:hover {
	background: #fff !important;
	color: #008ec3 !important;
}
