/* 
 Theme Name:     Üzleti Fellendülés
 Author:         Üzleti Fellendülés
 Author URI:     https://uzletifellendules.hu/
 Template:       Divi
*/ 


/* ***************************************************** */

/* ! Standard */
.dnone {
    display: none;
}
.center {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 60%;
    text-align: center;
}
.fellendules {
    cursor: pointer;
}
.actions {
    display: none;
}
.bg {
    background: var(--bg-background);
}
h1,
h2,
h3,
h4,
h5,
h6 {
    color: var(--h-color);
}

.text, text, p {font-size: var(--text-and-p-font-size);}
a {color: var(--link-color);}
.white, a.white {color: var(white);}

.btn {font-size: var(--btn-font-size);}

/* ! Menünél ne legyen fent hézag */
.et_header_style_split #et-top-navigation {
    padding-top: 0px !important;
}

blockquote {
    border-color: var(--second-color) !important;
    border-radius: var(--border-radius) !important;
}

/* * Vissza az oldal tetejére gomb */
.et_pb_scroll_top.et-pb-icon {
    background: var(--vissza-az-oldal-tetejere-gomb-background) !important;
    color: var(--vissza-az-oldal-tetejere-gomb-text);
    border: var(--border-type-color) !important;
}

/* ! Adatkezelési tájékoztató */
.toggle_content {
    height: 0;
    opacity: 0;
    overflow: hidden;
    transition: max-height 1s cubic-bezier(0.175, 0.885, 0.32, 1.275), opacity 1s ease;
}

.toggle_content.show {
    height: auto;
    opacity: 1;
}

/* ! Elválasztó */
.dnext-sid-text-divider-before,
.dnext-sid-text-divider-after {
    border-top-color: var(--main-color);
    border-top-width: 1px;
    margin: 10px;
}
.dnext-sid-text-divider-icon {
    font-family: ETmodules !important;
    font-weight: 400 !important;
    color: var(--second-color);
}
/* Elválasztó közepe pointer legyen */
.dnext-sid-text-divider-icon:hover {
    cursor: pointer;
}
