/*
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;
}


/* ----------------- MENU CTA ----------------- */
.menu-gomb a{
    background-color: var( --e-global-color-accent );
    color:#fff !important;
    padding: 0px 30px !important;
    line-height: 2.88em !important;
    border-radius: 100px !important;
    margin-left: 8px !important;
    transition-duration: 0.3s !important;
}

.menu-gomb a:hover{
    background-color: var( --e-global-color-secondary) !important;
}

@media only screen and (max-width:1024px){
.menu-gomb a{
    margin-left: 0px !important;
    border-radius: 0px !important;
}
}

/* ----------------- Amelia naptár fehér háttér ----------------- */
table tbody > tr:nth-child(odd) > td,
table tbody > tr:nth-child(odd) > th {
    background-color: #ffffff !important;
}

/* ----------------- Amelia naptár betűméret ----------------- */
.amelia-v2-booking #amelia-container.am-fs__wrapper * {
    font-family: var(--am-font-family);
    box-sizing: border-box;
    font-size: 14px;
}

/* ----------------- Amelia adatmezők margin ----------------- */
.amelia-v2-booking #amelia-container.am-fs__wrapper .el-form-item {
    display: block;
    font-family: var(--am-font-family);
    font-size: var(--am-fs-label);
    margin-bottom: 12px !important;
}

/* ----------------- Amelia checkbox ----------------- */
.amelia-v2-booking #amelia-container .am-checkbox-wrapper .el-checkbox.is-checked {
    --am-c-checkbox-bgr: #E95D9C !important;
    --am-c-checkbox-text-op60: var(--am-c-inp-text);
}