/*
Theme Name: Twenty Twenty-Four Child
Template: twentytwentyfour
Description:  Child theme for Twenty Twenty-Four  Created by Cyberace
Author:       Cyberace  CA
Author URI:   
Template:     tt24
Version: 1.0
*/   

.textarea-p, 
.textarea-p p
{
    margin:0 !important
}

.text-secondary
{
     color: var( --e-global-color-secondary ) !important;
}

#menu-item-26 {
    background: #2C2D30;
    display: block;
    padding: 10px 20px;
}
#menu-item-26 a {
    color: #fff;
    padding: 0;
    font-size: 16px;
    line-height: normal;
    font-weight: 500;
}

.elementskit-menu-hamburger {
        height: 45px !important;
       
}
.elementskit-menu-hamburger-icon {
    height: 3px !important;;
}

div#move-top-icon {
    position: absolute;
    right: 40px;
    top: 70px;
    cursor: pointer;
}

/*****/


.heading-h1 span {
    color: var( --e-global-color-secondary );
    font-style: italic;
}



.marquee {
    display: inline-block;
    padding-left: 100%;
    animation: marquee 65s linear infinite;
    font-size: 48px;
    color: #FF0000;
}

.marquee ul {
    display: flex;
    white-space: nowrap;
    width: 100%;
    flex-wrap: nowrap !important;
}
@keyframes marquee {
    0% {
        transform: translateX(0%)
    }

    100% {
        transform: translateX(-100%)
    }
}


.oofer-icon {
    position: relative;
}

.oofer-icon:after {
    content: '';
    position: absolute;
    right: -97px;
    top: 50%;
    width: 100px;
    height: 1px;
    background: #ccc;
    transform: translateY(-50%);
}

.oofer-icon:before {
    content: '';
    position: absolute;
    right: -97px;
    top: 50%;
    width: 7px;
    height: 7px;
    border-top: 1px solid #777;
    border-right: 1px solid #777;
    transform: translateY(-50%) rotate(45deg);
    z-index: 2;
}

.pers-offerlist  .oofer-icon:last-child:before,
.pers-offerlist  .oofer-icon:last-child::after
{
    display: none;
}

.text-line {
    background: #B59057;
    width: 30px;
    height: 1px;
    display: inline-block;
}
.flex-text {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0;
}

.grid-list  ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
}
ul.list-bullet {
    margin: 10px 0 0 0;
    padding-left: 0px;
    line-height: 30px;
    font-size: 16px;
    color: var( --e-global-color-text );
    list-style: none;
}

ul.list-bullet li {
    position: relative;
    padding-left: 16px;
}
ul.list-bullet li:before {
    position: absolute;
    content: '';
    width: 6px;
    height: 6px;
    background: #6A6B54;
    left: 0;
    border-radius: 10px;
    top: 50%;
    transform: translateY(-50%);
}

#slider-next,
#slider-prev
{
    cursor: pointer;
}


@media(max-width:1250px)
{
    .oofer-icon:before {       
        right: -35px;     
    }

    .oofer-icon:after {
       
        right: -35px;
        top: 50%;
        width: 50px;
    }
}
@media(max-width:991px)
{
    .oofer-icon:before {       
        right: -25px;     
    }

    .oofer-icon:after {
       
        right: -25px;
        top: 50%;
        width: 30px;
    }
}
@media(max-width:767px)
{
    .oofer-icon:after {
        right: 50%;
        bottom: -45px;
        width: 1px;
        height: 40px;
        top: unset;
        transform: unset;
    }
    .oofer-icon:before {
        right: 50%;
        top: unset;
        border-bottom: 1px solid #777;
        border-right: 1px solid #777;
        transform: translateY(-50%) rotate(45deg);
        z-index: 2;
        margin-right: -3px;
        bottom: -50px;
        border-top: 0;
    }

    
    .grid-list  ul {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        gap: 10px;
    }

    div#move-top-icon {
        position: absolute;
        right: 0px;
        top: unset;
        cursor: pointer;
        bottom: 70px;
    }
}