/*
 Theme Name:   FD Child
 Theme URI:    https://faradepunere.ro
 Description:  Default child theme
 Author:       Alexandru Mihai
 Author URI:   https://almivision.ro
 Template:     generatepress
 Version:      0.1
*/
html {
    scroll-behavior: unset !important;
}

.container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    --bs-gutter-x: 0;
    --bs-gutter-y: 0;
    width: 100%;
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);
    margin-right: auto;
    margin-left: auto;
}

.banner-content {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    align-items: center;
 flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: space-around;
    text-align: center;
    vertical-align: middle;
}
.banner-content img, .banner-content div, .banner-content a {
    display: inline-block;
}
.banner-content p {
    margin-bottom: 0;
}
.site-header {
    position: relative;
    border-bottom: 1px solid #eee;
}
.border {
        border: 2px solid #EEE;
}

.offer {
    background: #ffffff;
    margin-bottom: 30px;
    border-radius: 5px;
    overflow: hidden;
    margin: 20px 0px;
    box-shadow: 0px 5px 15px 0px rgb(0 0 0 / 15%);
}

.offer .main {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-right: 15px;
}

.offer .main .basic {
    display: flex;
    align-items: center;
    width: 20%;
    padding: 15px;
    min-height: 270px;
    flex-direction: column;
    justify-content: center;
}

.order-position {
    position: relative;
    z-index: 1;
    left: -108px;
    top: -90px;
}

.position {
    letter-spacing: 0px;
    top: 10px;
    color: #ffffff;
    position: absolute;
    font-weight: bold;
    background: #077815;
    padding: 0px 10px;
    font-weight: 500;
}

.offer .main img {
    width: 170px;
    height: 79px;
    object-fit: contain;
    min-width: 170px;
    max-width: 170px;
}

.promo-info {
    display: block !important;
    padding: 10px 0;
    border-right: 1px solid #f5f5f5;
    border-left: 1px solid #f5f5f5;
    width: 60% !important;
}

.promo-info p:first-child {
    border-left: 1px solid #f5f5f5;
}
.promo-info p {
    font-size: 15px;
    color: #3c3c3c;
    text-align: center;
    padding: 0 10px;
    line-height: 1.5;
    border-right: 1px solid #f5f5f5;
}

.bonus-title {
    font-size: 20px !important;
    color: #3c3c3c;
    font-weight: bold;
    text-align: center;
    padding: 0 10px;
    line-height: 1.5;
}
.shortdescription {
    font-size: 15px !important;
    color: #000 !important;
    font-weight: bold;
}
.buttons {
    width: 20% !important;
    margin: 0 auto;
    text-align: center;
    padding: 10px;
}

.offer .main .buttons a, .offer .main .buttons button {
    border: none;
    border-radius: 100px;
    padding: 15px 25px;
    background: #077815;
    color: white;
    font-weight: bold;
    font-size: 13px;
    cursor: pointer;
    transition: 0.2s;
    text-transform: uppercase;
    line-height: 1.4;
    display: inline-block;
    text-shadow: 1px 1px 0px #00000061;
}

.recenzie {
    margin: 0 0 0.4rem 0 !important;
    font-size: 12px !important;
    color: #000 !important;
    font-weight: 400 !important;
    text-shadow: none !important;
    background: none !important;
    text-transform: none !important;
    text-decoration: underline !important;
}

.generate-back-to-top {
    background: #077815;
    color: #fff;
}


.row {
    display: flex;
    flex-wrap: wrap; /* Permite ca elementele să se împartă pe mai multe rânduri dacă spațiul este limitat */
    gap: 16px;
}

.col-md-8, .col-md-4, .col-md-3 {
    padding: 15px;
    box-sizing: border-box; /* Include padding-ul în dimensiuni */
}

.col-md-8 {
    flex: 0 0 calc(66.6667% - 16px); /* 8/12 = 66.67%, minus spațiul dintre coloane */
    max-width: calc(66.6667% - 16px);

}

.col-md-4 {
    flex: 0 0 calc(33.3333% - 0px);
    max-width: calc(33.3333% - 0px);

}

.col-md-3 {
    flex: 0 0 calc(25% - 16px); /* 3/12 din lățimea rândului */
    max-width: calc(25% - 16px);
    box-sizing: border-box;
    display: flex;
    flex-direction: column; /* Asigură alinierea pe verticală */
    justify-content: space-between; /* Distribuie conținutul */
    padding: 8px;
        border: 1px solid #eee;

}


.page-id-139695 #search, .page-id-139695 #categorie {
    font-size: 15px;
    border: 1px solid #d9d9d9;
    border-radius: 30px;
    background-color: #FFF;
    background-image: none;
    padding: 5px 15px;
    height: 40px;
        width: 100%;
}
label {
    display: inline-block;
    margin-bottom: .5rem;
}

.slot-card {
    border-radius: 12px;
    border: 0;
    padding: 10px;
    background: #fff;
}

.play-demo {
    display: none;
}

.slot-card:hover .play-demo { 
    z-index: 2;
    display: block;
    background: #077815;
    color: #fff;
    padding: 5px 10px;
    border-radius: 16px;
    font-weight: bold;
    text-align: center;
    position: absolute;
    margin-top: -80px;
    margin-left: 60px;
    font-size: 13px;
}

.slot-title {
    color: #1a1a1a;
    font-size: 16px;
    text-align: center;
    font-weight: bold;
}

#rezultate-jocuri {
    margin-bottom: 20px;
}

#gameIframe {
    width: 100%;
    height: 100%;
    min-height: 460px;
}

.offer-game, .offer-game:hover {
    display: block;
    margin: 0;
    background: #077815;
    color: #fff;
    text-decoration: none !important;
    padding: 10px 25px;
    text-align: center;
    font-weight: bold;
    border-radius: 16px;
}

.single-jocuri table {
    background-color: transparent;
    width: 100%;
    margin-block-end: 15px;
    font-size: .9em;
    border-spacing: 0;
    border-collapse: collapse;
}

.single-jocuri table td,.single-jocuri table th {
    padding: 2px 8px;
}

.single-jocuri .site-content {
    padding: 40px 32px 128px 32px !important;
}

.logo-related {
        transform: scale(1);
    opacity: 1;
    transition: all 0.5s ease 0s;
    margin: 0 auto;
    text-align: center;
    display: block;
    border-radius: .25rem;
}

.logo-related img {
    max-height: 70px;
    object-fit: contain;
}

.related-button, .related-button:hover {
       text-align: center;
    display: block;
    padding: 10px 20px;
    color: #fff;
    background-color: #000;
    text-decoration: none;
    border-radius: 30px;
    margin-top: auto; /* Asigură poziționarea în partea de jos */
    transition: background-color 0.3s ease;
    margin: 0 auto;
    font-size: 15px;
    width: 160px;
}

.single-jocuri .bonus-title, .single-bonus-home .bonus-title {
    font-size: 15px !important;
    color: #3c3c3c;
    font-weight: bold;
    text-align: center;
    padding: 10px;
    line-height: 1.2;
    margin-bottom: 0px;
}

#related .gbp-card {
    align-items: flex-start;
    background-image: linear-gradient(180deg, var(--base-3) 80%, rgba(255, 255, 255, 0));
    border-bottom-left-radius: .25rem;
    border-bottom-right-radius: .25rem;
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
    box-shadow: 0px 0px 30px -10px rgba(77, 93, 128, 0.1);
    height: 100%;
    padding: 15px;
    border: 1px solid #eee;
}

.single-bonus-home .container {
    border-radius: 15px 15px 0 0;
    margin-top: 0;
    max-width: 100%;
    width: auto;
    background: #f1f1f1;
}

/*.single-bonus-home .site-content {*/
/*    padding: 15px;*/
/*}*/

.page-title-colored {
    background: #077815;
}
.single-bonus-home .boxed {
    max-width: 1264px;
    margin: 0 auto;
    padding: 15px 0px;
}

.offcanvas-lg .offcanvas-body {
        display: flex;
        flex-grow: 0;
        padding: 0;
        overflow-y: visible;
        background-color: transparent !important;
}

.box-shadow-radius {
        background: white;
    padding: 2.5rem;
    border: 1px solid #eee;
    box-shadow: 0px 0px 30px -10px rgba(77, 93, 128, 0.1);
    padding: 2.5rem;
    background: #fff;
}
    
.review-block.review-block-post {
    display: flex;
    align-items: center;
    margin: 0 0 20px 0;
    padding: 0;
        flex-direction: column;
}

.casino-sidebar .licenta-onjn {
    background: #E1F4E9;
    border: 1px solid #E1F4E9;
    border-radius: 6px;
    padding: 8px;
    display: flex
;
}

.casino-sidebar .deposit-info {
    border-top: 1px solid #DDE6EB;
    border-bottom: 1px solid #DDE6EB;
    padding: 18px 0;
    list-style-type: none;
    display: flex
;
    text-align: center;
}
.review-block.review-block-post img {
        width: auto;
    height: 60px;
    object-fit: contain;
    margin: 0 auto;
    text-align: center;
    display: block;
}

.casino-sidebar .deposit-info li {
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    flex-wrap: wrap;
    flex: 1 0 auto;
    color: #3D5866;
}

.pb-0 {
    padding-bottom: 0 !important;
}
.px-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
}
.mb-4 {
    margin-bottom: 1.5rem !important;
}
.mx-2 {
    margin-right: .5rem !important;
    margin-left: .5rem !important;
}
.flex-column {
    flex-direction: column !important;
}


.casino-sidebar .short-details p {
    font-size: 13px;
    line-height: 22px;
    color: #3D5866;
}
.casino-sidebar .licenta-onjn img {
    margin-right: 10px;
}

.casino-sidebar .licenta-onjn .licenta-info span {
    font-weight: 400;
    font-size: 13px;
    line-height: 20px;
    color: #597380;
}

.slot-info-box ul {
    margin: 0;
}

.casino-sidebar .deposit-info span {
    display: block;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    margin-top: 5px;
    color: #203540;
}

.casino-sidebar .licenta-onjn .licenta-info {
    display: flex
;
    flex-direction: column;
    justify-content: center;
    letter-spacing: -0.01em;
    color: #203540;
}

.single-bonus-home .gbp-card {
    align-items: flex-start;
    background-image: linear-gradient(180deg, var(--base-3) 80%, rgba(255, 255, 255, 0));
    border-bottom-left-radius: .25rem;
    border-bottom-right-radius: .25rem;
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
    box-shadow: 0px 0px 30px -10px rgba(77, 93, 128, 0.1);
    height: 100%;
    padding: 2.5rem;
    background: #fff;
    width: 100%;
}

.single-bonus-home h1 {
    text-align: center;
    color: #fff;
}


.single-bonus-home .page-title-colored p {
    color: #fff;
}
.ob {
        margin-top: 2rem !important;
    text-align: center !important;
}

.comments-area {
    margin-top: 1.5em;
    display: none;
}

.text-center {
    display: block;
    text-align: center;
    margin: 0 auto;
}

.single-bonus-home .offer .main .basic {
    display: flex
;
    align-items: center;
    width: 20%;
    padding: 15px;
    min-height: 170px;
    flex-direction: column;
    align-content: space-around;
    justify-content: center;
}

.single-bonus-home .bonus-title-h1 {
    font-size: 25px !important;
    color: #3c3c3c !important;
    font-weight: bold;
    text-align: center;
    padding: 10px;
    line-height: 1.2;
    margin-bottom: 0px;
}

.single-bonus-home .rmp-rating-widget__results {
    color: #000 !important;
}
.btn-header {
        width: 100%;
    text-align: center !important;
    display: block !important;
    background: #fff !important;
    border: 2px solid #077815;
    color: #000 !important;
    border-radius: 15px;
    margin: 0 auto !important;
    padding: 5px 10px !important;
    font-size: 14px;
    text-transform: uppercase;
    cursor: pointer;
}

.btn-header:hover {
        width: 100%;
    text-align: center !important;
    display: block !important;
    background: #077815 !important;
    border-radius: 15px;
    margin: 0 auto !important;
    padding: 5px 10px !important;
    font-size: 14px;
    text-transform: uppercase;
    color: #fff !important;
    border: 2px solid #077815;
    cursor: pointer;
}

a .gb-icon {
    line-height: 0;
    padding-right: 5px;
    vertical-align: bottom;
}




.featured-casinos-list {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    border-radius: 6px;
    gap: 10px;
}

.featured-casino-box {
    height: auto;
    padding: 20px;
    align-items: center;
    border: 1px solid #e8e8e8;
    background: #fff;
    border-radius: 6px;
}

.featured-img {
    background: #fff 0 0 no-repeat padding-box;
    border: 1px solid #e8e8e8;
    height: 60px;
    width: 60px;
    border-radius: 50%;
    order: 1;
    display: inline-block;
}

.featured-img img {
    width: 100%;
    padding: 20px 8px;
}
.featured-casino-box a {
    text-decoration: none;
    vertical-align: sub;
}

.casino-name {
    text-align: left;
    font-size: 15px;
    line-height: 18px;
    font-weight: 700;
    letter-spacing: 0;
    color: #404040;
    opacity: 1;
    height: 19px;
    display: inline-block;
}

.featured-casino-box .visit-btn {
    display: inline-block;
    float: right;
    margin-top: 10px;
}


.home .related-button, .home .related-button:hover {
    text-align: center;
    display: block;
    padding: 10px 20px;
    color: #fff;
    background-color: #077815;
    text-decoration: none;
    border-radius: 30px;
    margin-top: auto;
    transition: background-color 0.3s ease;
    margin: 0 auto;
    font-size: 15px;
    width: 160px;
}

div.dt-container .dt-paging .dt-paging-button.current, div.dt-container .dt-paging .dt-paging-button:hover {
    background: #097815 !important;
    color: #fff !important;
    border: 1px solid #097815 !important;
    font-size: 14px;
}

#um_account_submit_iesire {
    display: none !important;
}
@media only screen and (max-width: 767px) {
    
        
    .banner-content {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: space-around;
    text-align: center;
    vertical-align: middle;
}

#close-sticky-bar {
        right: 0px !important;
}
.banner-content img {
    display: none !important;
}
    
    .single-jocuri .site-content {
    padding: 40px 12px 128px 12px !important;
}
    .offer {
        overflow: visible;
    }
    
        .offer .main {
        display: block;
        padding-right: 0;
    }
    
    .offer .main .basic {
        border-radius: 5px 5px 0 0;
        display: block;
        margin: 0 auto;
        text-align: center;
        max-width: 100%;
        min-width: 100%;
        width: 20%;
        padding: 5px;
        max-height: 170px;
        min-height: 0;
    }
    
        .order-position {
        top: -5px !important;
        left: 5px;
    }
    
        .offer .main img {
        height: 50px;
        flex: 1;
        min-width: unset;
        border-radius: 3px 0 0 0;
        max-width: 100%;
        margin-right: 0;
        width: 100%;
        object-fit: contain;
    }
    
        .promo-info {
        display: block !important;
        padding: 10px 0;
        border-right: 0px solid #262E34;
        border-left: 0px solid #262E34;
        width: 100% !important;
    }
    
        .promo-info p {
        border: none !important;
        padding: 0 20px;
    }
    
        .shortdescription {
        margin-bottom: 0px;
    }
    
        .offer .main .buttons {
        padding: 10px;
        display: block;
        max-width: 100%;
    }
    .buttons {
        width: 100% !important;
    }
        .stars-rated {
        display: none;
    }
    
    .col-md-8, .col-md-4, .col-md-3 {
        flex: 0 0 100%; /* Pe ecrane mici, fiecare ocupă 100% */
        max-width: 100%;
    }
    
    #gameIframe {
    width: 100%;
    height: 100%;
    min-height: 230px;
}
    .single-bonus-home .offer .main .basic {
  display: flex
;
        align-items: center;
        width: 100%;
                padding: 5px;
        min-height: 60px;
        flex-direction: column;
}

.single-bonus-home .order-position {
        display: none;
    }
    
    .sidebar {
    order: 2;
}

.gbp-card {
        width: auto !important;
    }
    
    .btn-header {
    width: 100%;
    text-align: center !important;
    display: block !important;
    background: #fff !important;
    border: 2px solid #077815;
    color: #000 !important;
    border-radius: 15px;
    margin: 0 auto !important;
            padding: 5px 5px !important;
        font-size: 10px;
    text-transform: uppercase;
    cursor: pointer;
}

.btn-header:hover {
        width: 100%;
    text-align: center !important;
    display: block !important;
    background: #077815 !important;
    border-radius: 15px;
    margin: 0 auto !important;
    padding: 5px 10px !important;
    font-size: 11px;
    text-transform: uppercase;
    color: #fff !important;
    border: 2px solid #077815;
    cursor: pointer;
}

a .gb-icon {
   display: none;
}

.featured-casinos-list {
    display: grid;
    grid-template-columns: 1fr;
    border-radius: 6px;
    gap: 10px;
}

.single-bonus-home     .gbp-card {
        margin-left: 0;
        margin-right: 0;
    }
    
    .single-bonus-home .row {
    padding: 0 15px;
}
}
