.cxfs {
    font-size: 16px !important;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    overflow: hidden;
    text-overflow: ellipsis;
}

.fsefsd {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
}

.njghh {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}

.xfd {
    word-break: break-all;
}

h1 {
    text-align: center !important;
    font-weight: bold !important;
    font-size: 30px !important;
    line-height: 1.3 !important;
    color: #000 !important;
    padding-bottom: 20px !important;
}

h2 {
    font-weight: bold !important;
    font-size: 26px !important;
    line-height: 1.3 !important;
}

h3 {
    font-weight: bold !important;
    font-size: 23px !important;
    line-height: 1.3 !important;
}

h4 {
    font-weight: bold !important;
    font-size: 20px !important;
    line-height: 1.3 !important;
}

p {
    font-size: 18px !important;
}

.xfd h2 {
    text-align: center !important;
    color: #000 !important;
}

.xfd h3 {
    text-align: center !important;
    color: #000 !important;
}

.xfd h4 {
    text-align: center !important;
    color: #000;
}

.xfd h5,
.xfd h6 {
    text-align: center !important;
    font-weight: bold !important;
    color: #000 !important;
}

.xfd li,
.xfd span,
.xfd a {
    color: #000 !important;
}

.xfd img {
    max-width: 100%;
    height: auto;
}

.xfd p {
    line-height: 1.6 !important;
    text-align: left !important;
    color: #000 !important;
}

.xfd table {
    word-break: break-all !important;
}

.xfd td {
    font-size: 16px !important;
    color: #000 !important;
}

.xfd li {
    font-size: 16px !important;
    text-align: left !important;
    color: #000 !important;
}

.wpb_animate_when_almost_visible {
    opacity: 1;
}


.searchwp-live-search-results {
    opacity: 0;
    transition: opacity .25s ease-in-out;
    -moz-transition: opacity .25s ease-in-out;
    -webkit-transition: opacity .25s ease-in-out;
    height: 0;
    overflow: hidden;
    z-index: 9999995;
    /* Exceed SearchWP Modal Search Form overlay. */
    position: absolute;
    display: none;
}

.searchwp-live-search-results-showing {
    display: block;
    opacity: 1;
    height: auto;
    overflow: auto;
}

.searchwp-live-search-no-results {
    padding: 3em 2em 0;
    text-align: center;
}

.searchwp-live-search-no-min-chars:after {
    content: "Continue typing";
    display: block;
    text-align: center;
    padding: 2em 2em 0;
}



.brand--wrapper {
    background-color: #1f0927;
    padding: 10px 10px 2px 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 1;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
}

.brand--wrapper:hover {
    background-color: #381246;
    cursor: pointer;
}

.brand--logo {
    width: 60px;
}

.brand--text {
    color: #fff;
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: 1px;
    line-height: 29px;
    margin-left: 10px;
}