/*
Theme Name: WPFegyvertár Hello Child Theme
Theme URI: https://github.com/elementor/hello-theme/
Description: WPFegyvertár Hello Child Theme is a child theme of Hello Elementor, created by WPkurzus
Author: WPViking
Author URI: https://wpkurzus.hu/
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
*/

/* ----------------- DESIGN ----------------- */
/* Selection */
::-moz-selection {
	color: #fff;
	background: var( --e-global-color-primary )
}

::selection {
	color: #fff;
	background: var( --e-global-color-primary )
}


/* Mark */
mark {
    background: var( --e-global-color-primary )
    color: #fff;
    font-weight: 700;
}



/* ----------------- BLOG ----------------- */

/* Bejegyzés kivonatok után 3 pont*/
.elementor-posts .elementor-post__excerpt p:after {
content: "..." !important;
}

.ld-course-list-items .ld_course_grid .thumbnail.course .ribbon.enrolled {
  background: #D34282 !important;
	border: #D34282 !important;
}

.ld-course-list-items .ld_course_grid .thumbnail.course .ribbon {
  background: #D34282 !important;
	border: #D34282 !important;
}

.ld-course-list-items .ld_course_grid .thumbnail.course .ribbon.enrolled:before {
    border-top: 4px solid #D34282 !important;
    border-right: 4px solid #D34282 !important;
}

.ld-course-list-items .ld_course_grid .btn-primary {
  background: #D34282 !important;
  border: #D34282 !important;
}

.woocommerce-additional-fields > h3 {
display: none !important;
}

.ld-course-list-items .ld_course_grid .thumbnail.course .ribbon:before {
    border-top: 4px solid #D34282 !important;
    border-right: 4px solid #D34282 !important;
}
